Need periodic MQTT updates for AC powered z-wave plug #3280
Unanswered
AlfaBravoX
asked this question in
Q&A
Replies: 3 comments 7 replies
-
Cannot you use lastActive topic? Alternatively you could use Scheduled jobs in order to make zui programmatically send updates but I prefer the first solution |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can see that lastActive topic is 3 days old, however UI is uptodate: ![]()
Logs attached: |
Beta Was this translation helpful? Give feedback.
2 replies
-
does it help? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
my use case is to setup dashboard with mqtt controlled z-way elements (switches and thermostat). I need to mark different color of those elements that were not sending MQTT heart beat over 5 minutes.
For frequently waking up battery powered devices it is not a big problem, because after wake status is changed and mqtt message is fired on, but the probem is with AC powered z-wave devices ie. plugs. These are not sending regular updates.
Using
z-wave/_CLIENTS/ZWAVE_GATEWAY-office/api/driverFunction
and payload'{"args":["const nodeId = 1; const node=this.zwaveClient._nodes.get(nodeId); return node.lastActive"]}'
is not good solution for me because I'd like to stick to this topic only:z-wave/myNodeId/37/0/currentValue
Any ideas how to enable ZWJS UI to send periodic MQTT updates/heart beats on above mentioned topic would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions