Closed IoTPlay closed 5 years ago
Hi, in readme.md under https://github.com/cflurin/homebridge-mqtt#identify-accessory you show below, but it is not clear how to get all that info back.
topic: homebridge/from/identify payload: {"name":"indoor_temp","manufacturer":"homebridge-mqtt","model":"v0.3.0","serialnumber":"2017-02-13T12:17"}
Sending {"name": "*" } to homebridge/to/get does not return the serialnumber on homebridge/from/#?
{"name": "*" }
homebridge/to/get
serialnumber
homebridge/from/#
Hi, It seems that this feature has been removed in the home app and EVE app. Please ask on the homebridge repository: https://github.com/nfarina/homebridge
Thank you.
Hi, in readme.md under https://github.com/cflurin/homebridge-mqtt#identify-accessory you show below, but it is not clear how to get all that info back.
Sending
{"name": "*" }
tohomebridge/to/get
does not return theserialnumber
onhomebridge/from/#
?