Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We will integrate our Zigbee bridge with Hoomebridge using MQTT.

Image Added


MQTT

On your Zigbee bridge device, configure MQTT:

...

JSON Message sent via MQTT on topic tele/zigbee/SENSOR

Code Block

{
   "ZbReceived":{
      "0xE3E9":{
         "Device":"0xE3E9",
         "Name":"Ikea_Bulb",
         "X":30138,
         "Y":26909,
         "CT":370,
         "ColorMode":2,
         "RGB":"FAAF5A",
         "RGBb":"AB773D",
         "Endpoint":1,
         "LinkQuality":147
      }
   }
}
{
   "ZbReceived":{
      "0xE3E9":{
         "Device":"0xE3E9",
         "Name":"Ikea_Bulb",
         "Power":1,
         "Dimmer":173,
         "X":30138,
         "Y":26909,
         "CT":370,
         "ColorMode":2,
         "RGB":"FAAF5A",
         "RGBb":"AB773D",
         "Endpoint":1,
         "LinkQuality":144
      }
   }
}

...