I have a button card that turns smart plugs on/off on my dashboard, with the icon color changing with the state. However physically toggling the switch does not change the icon color. I’ve searched this forum but can’t see a similar use case.
Expected behavior: when I physically turn the swtich on, the related icon should change to red (when on) or grey (when off).
Thanks Ildar, unfortunately that doesn’t work either. Looking at the Z-Wave JS logs I suspect it has somehting to do with what’s being (or not being) reported.
Logs when toggled from the dashboard:
2024-12-20 06:55:10.224 INFO STORE: [Node 002] Value updated: 37-0-targetValue true => false
2024-12-20 06:55:14.817 INFO STORE: [Node 002] Value updated: 37-0-targetValue false => true
Logs when toggled from the device:
2024-12-19T22:51:28.374Z CNTRLR « [Node 002] Received updated node info
2024-12-20 06:51:28.380 INFO STORE: [Node 002] Node info (NIF) received
2024-12-19T22:51:33.372Z CNTRLR « [Node 002] Received updated node info
2024-12-20 06:51:33.377 INFO STORE: [Node 002] Node info (NIF) received
Seems the payload when toggling manually is missing the required arguements in the requried format. So a Z-Wave integration issue, not dashboard issue.