cflurin / homebridge-mqtt

Homebridge-mqtt is a Plugin for Homebridge.
Apache License 2.0
229 stars 38 forks source link

return Accessory Identify - serialnumber? #84

Closed IoTPlay closed 5 years ago

IoTPlay commented 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/#?

cflurin commented 5 years ago

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

IoTPlay commented 5 years ago

Thank you.