cflurin / homebridge-mqtt

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

Dimmer brighness #77

Closed sergejey closed 4 years ago

sergejey commented 5 years ago

Hello,

For some reason I cannot get notification to MQTT when I'm changing dimmer brightness. I can see the event in homebridge log like this:

Mon, 15 Apr 2019 10:23:42 GMT EventedHTTPServer [::ffff:192.168.0.124] HTTP request: /characteristics Mon, 15 Apr 2019 10:23:42 GMT HAPServer [CC:22:3D:E3:CE:30] HAP Request: PUT /characteristics Mon, 15 Apr 2019 10:23:42 GMT Accessory [MajorDoMo] Processing characteristic set: [{"aid":8,"iid":11,"value":70},{"aid":8,"iid":10,"value":1}] Mon, 15 Apr 2019 10:23:42 GMT Accessory [MajorDoMo] Setting Characteristic "Brightness" to value 70 Mon, 15 Apr 2019 10:23:42 GMT EventedHTTPServer [::ffff:192.168.0.124] Muting event '8.11' notification for this connection since it originated here. Mon, 15 Apr 2019 10:23:42 GMT Accessory [MajorDoMo] Setting Characteristic "On" to value 1 Mon, 15 Apr 2019 10:23:42 GMT EventedHTTPServer [::ffff:192.168.0.124] HTTP Response is finished

But with MQTT I got only this: {"name":"Dimmer01","service_name":"Dimmer 01","characteristic":"On","value":true}

Updated: strange thing -- it's getting OK after homebridge service restart but still I'm not sure for how long as I got this issue repeating time to time.

Thanks!