Getting MQTT data for my Electricity but not Gas

Hi,

Can anyone help please?

I have established an MQTT connection and successfully receiving data in relation to my electricity meter, however no data for my gas.

I have a CAD device which is displaying both my electricity and gas consumption. Why can I not see the gas meter data via MQTT?

Comments

  • Are you looking at the right bits of the JSON clob you get get back?

    The Gas data are on the gasMtr.0702.0C.01, gasMtr.0702.0C.30 & gasMtr.0702.0C.40 fields.



    {

      "elecMtr": {

       "0702": {

       "03": {

        "01": "00000001",

        "04": "00",

        "02": "000003E8",

        "07": "redacted",

        "03": "FB",

        "08": "",

        "00": "00",

        "06": "00"

       },

       "00": {

        "07": "00000000",

        "01": "000000000001",

        "00": "0000002EFE01",

        "14": "02",

        "02": "000000000000"

       },

       "04": {

        "01": "0012E6",

        "40": "02553D",

        "30": "008B97",

        "00": "000001CB"

       },

       "02": {

        "00": "00"

       }

      },

      "0705": {

       "00": {

        "01": "FFB2C158",

        "00": "0084"

       }

      },

      "0708": {

       "01": {

        "01": "P1"

       }

      }

     },

     "gasMtr": {

      "0702": {

       "03": {

        "01": "00000001",

        "12": "00",

        "02": "000003E8",

        "07": "redacted",

        "03": "2B",

        "08": "",

        "00": "01",

        "06": "80"

       },

       "00": {

        "00": "00000009CEC2",

        "14": "02"

       },

       "0C": {

        "01": "001377", <== Gas daily

        "40": "0676B5", <== Gas weekly

        "30": "0154C4" <== Gas monthly

       },

       "02": {

        "00": "00"

       }

      },

      "0705": {

       "00": {

        "01": "00000000",

        "00": "0C94"

       }

      },

      "0708": {

       "01": {

        "01": ""

       }

      }

     },

     "ts": "2021-03-10 08:00:26",

     "hversion": "GLOW-IHD-01-1v4-SMETS2",

     "time": "60487C9A",

     "zbSoftVer": "1.2.5",

     "gmtime": 1615363226,

     "pan": {

      "rssi": "A7",

      "status": "joined",

      "nPAN": "00",

      "join": "0",

      "lqi": "2C"

     },

     "smetsVer": "SMETS2",

     "ets": "2000-01-01 00:00:00",

     "gid": "redacted"

    }

Sign In or Register to comment.