Replies: 1 comment 1 reply
-
Enable polling. https://zwave-js.github.io/zwavejs2mqtt/#/device-support/polling?id=polling-legacy-z-wave-devices |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using zwavejs2mqtt with home assistant. The MQTT part is not used.
I have a Radio thermostat CT100+ that has a problem providing the ThermostatOperatingState in a timely manner. Sometimes it may take more than 15 min before the State is updated. It was the case when it was installed on Vera and it is still the case since it is on HomeAssistant (zwaveJS + zwavejs2mqtt). The Home Assistant integration provide a way to refresh all values with SERVICE ZWAVE_JS.REFRESH_VALUE but that generate alot traffic on the network since I need to refresh every minute.
When using the MQTT GUI, I can easily refresh the operating state by itself by browsing for the proper value.
My question:
Is there a way to interact from HASS (or other) to ZWAVEJS2MQTT to request an update similar to what I can do from the GUI?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions