I am trying to add a ZW112 Door Window Sensor 6 to Home Assistant and after it is added it stays on On and never updates. When I look under the dev-state, I only see it as a binary sensor and not as a normal sensor as well, did it join correctly? I have tried a template that I saw on the web but it does not seem to work for me as well.
I see this in the OZW Logs:
When closed:
Info, Node020, Received Basic set from node 20: level=0. Treating it as a Basic report.
Detail, Node020, Refreshed Value: old value=255, new value=0, type=byte
Detail, Node020, Changes to this value are not verified
When Open:
Info, Node020, Received Basic set from node 20: level=255. Treating it as a Basic report.
Detail, Node020, Refreshed Value: old value=0, new value=255, type=byte
Detail, Node020, Changes to this value are not verified
but I don’t see anything like that under the State or Attributes under the dev-state to reference any state values.
What is the trick to making this device work correctly? I have tried both adding it as a standard node and secure node but the same thing happens for both.
Also is there a way to have it auto check-in and kick it out of the initializing state? Would configuring this value fix this issue wake_up_interval: 0 fix the initializing state and fix all of my issues?
This device just has me confused and wanted to ask before I waste away more node ids due to this device
Thank you in advance