cflurin / homebridge-mqtt

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

How to retain the status of accessory when restart Homebridge? #35

Closed waritsan closed 7 years ago

waritsan commented 7 years ago

Hi, When I restart Homebridge the value and status of accessories are reset. Is there a way to retain it? For example I set my thermostat TargetHeatingCoolingState to 2, but it changes back to 0 after restart. I'm using Mosquitto btw.

Thanks and appreciate you help,

cflurin commented 7 years ago

Try the latest version 0.4.3 from GitHub:

sudo install -g cflurin/homebridge-mqtt
waritsan commented 7 years ago

It works like a charm. Thank you so much @cflurin