I have a Neo Coolcam door sensor that is driving me nuts.
After several attempts of including and excluding I now found that:
-> in HABMIN the status IS changing when I move the sensor from the magnet, or back.
-> but nothing in the log (zwave log=DEBUG) the item is not changed in my app or PaperUI-control, only battery is shown 100%!
Here is my items file:
Switch Achterdeur_sw "Achterdeur open sw" <door> {channel="zwave:device:512:node42:sensor_door"}
Switch Achterdeur_alarm "Achterdeur open alarm" <door> {channel="zwave:device:512:node42:alarm_access"}
Number Batterij_achterdeur "Batterij Achterdeur [%.1f %%]" <battery> {channel="zwave:device:512:node42:battery-level"}
And my sitemap:
Default item=Achterdeur_sw
Default item=Achterdeur_alarm
I saw that the association groups are empty (but I know this is a bug in HABMIN), I changed them all to âcontrollerâ anyway. After clicking the button the config is pushed to the device, but no change in behaviour.
HABmin even shows the item I have linked to it
I tried cleaning cash:
sudo /bin/systemctl stop openhab2.service
sudo openhab-cli clean-cache
sudo /bin/systemctl start openhab2.service
After this, the assiciations in HABmin are still there, but now even HABmin doesnât notice the opening and closing of the sensor any more! The sensor switch stays âclosedâ, while the alarm and battery are now empty.
I tryed "exclude from controllerâ. HABmin reports itâs ok, an HABmin starts reacting again on opening/closing the sensor parts. In the log I only see this:
NODE 42: Remove failed node failed as node not found
And I see some errors about older nodes that have been deleted but are still in my controller. I will try and delete them some time with the program for the Z-stick. But I have had this more often and it never had any impact as far as I know.
I am out of ideas.