I just updated zwavejs2mqtt addon to 0.9.1, and some binary_sensors are no longer updating. They tend to be the older ones - door windows sensors from gocontrol, a PIR sensor as well. The logs show that they are still updating the status, but the lovelace does not show changes in doors being opened or closed. Newer sensors are working fine.
Eg:
2021-04-01 18:11:55.457 INFO ZWAVE: Node 17: value updated: 32-0-currentValue 255 => 0
2021-04-01 18:11:55.472 INFO ZWAVE: Node 17: value updated: 113-0-Home Security-Sensor status 0 => 2
2021-04-01 18:12:00.706 INFO ZWAVE: Node 17: value updated: 32-0-currentValue 0 => 255
2021-04-01 18:12:00.719 INFO ZWAVE: Node 17: value updated: 113-0-Home Security-Sensor status 2 => 2.
I tried reverting to the old snapshot, but it didnât help at all. Any one run into similar issues? I also tried a network heal, which seems to have optimized the network, but it didnât help the old nodes.
Edit: still no clue whatâs going on, but I successfully reverted to 0.9.0 after a second try, and everything is normal like before. I guess Iâll be waiting for 0.9.2âŚ
Indeed, use your snapshot, and remember to unselect autoupdate if you have it selected. If you canât start the addon following the restore, just restart homeassistant, and itâll be ok.
I was able to restore from the partial snapshot and I think most everything is working except that when I go to the webui for zwave-js2mqtt nothing shows up. Would I need to restart the add-on?
I donât see any errors in the log and just about everything seems to be working. Unless it didnât like that I removed some dead nodes after upgrading yesterday.
**Edit -> I did find this error in the supervisor but not sure if it is related. I assume it is
Graph looks fine. Most everything seems to be working although I am still having an issue with the Vision security door/window sensors. Binary Sensors still not reporting correctly. I wouldnât expect that to have messed up my Control panel webui.
What happens if you try to restart (either thru the button itself, or stopping and then starting) the addon? As I said my webui was messed up too before I restarted HA entirely. But looks like youâve already restarted, so Iâm out of ideas ATM.
Phew . . . . I asked on HA Discord and was told to clear my cookies for the webui page and it worked. The Control Panel is back. Sensors still donât work unfortunately.
Is there a reported github issue for PIR sensors that are now reporting 0, 255 instead of motion? Iâm having the same issues and canât seem to revert as each time I do it auto-updates back to the latest version before I can stop it.
Iâm using zwaveJS (not MQTT) V0.1.17 and I have two issues that seem related to the thread above since zwavejs2mqttâs code base uses zwaveJS as I understand it:
ZP3102 by Vision Security (PIR sold by Monoprice) - Motion is no longer a bool since the update, it is identified as a âbasicâ sensor and returns the value 0 or 255.
ZD2102 by Vision Security (Door / Window sold by Monoprice) - has not changed from on state since updating to V0.1.17.