cflurin / homebridge-mqtt

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

Ask broker to send updated value #61

Closed sdomotica closed 6 years ago

sdomotica commented 6 years ago

I would at start of Home app or Elgato EVE that the mqtt plugin ask to mqtt broker to send updated value not only read the cached value. There's a way to do it? Thanks Sandro

cflurin commented 6 years ago

Hi, By refreshing the Home or EVE app (after the start) homebridge-mqtt reads the cached values and at the same time sends homebridge/from/get. So it's up to you to send the actual values and overwrite the cached values.

sdomotica commented 6 years ago

Perfect, it's works. Thank you so much. Sandro