I have a Z-Wave window sensor ( Ecolink Z-Wave Plus Door Window Contact Sensor (DWZWAVE2.5-ECO)) that is only allowing Ping. I’ve tried going to configure, but there is nothing there. How can I configure this so I get the open/closed events?
Nothing happens when I click the re-interview start button. I made sure the device was on, and the last seen timestamp is updated in the log. Is there a way to manually configure this in configuration.yaml?
If it is a battery powered device, you need to wake it up for a reinterview. It will not react to reinterview, while it is sleeping.
Wake up is done by pressing a button, manual will tell you, which one.
What does “connected” mean? According to the device manual I found online, the device will wake up when removing the cover, not by pressing a button. The interview must also be started before you wake it up, otherwise Z-Wave JS will put it to sleep if there’s nothing to do.
That doesn’t mean the interview was started or completed, the timestamp could be from any kind of communication. On the Device page, under Device Info → Z-Wave info there is a “Ready” field, that must be “yes”. If not “yes”, the interview is not complete and the device will not be usable in HA.
There’s no way to “manually configure” a Z-Wave device in configuration.yaml.
Yeah! I had to mess around a bit to get HA to recognize it as active, but once I did that, and did the re-interview, it now shows up correctly with open/close statuses. Thanks so much for this.
Since you seem to know more than anyone else I’ve dealt with on the forum, I wonder if you could help me with my last remaining issue? I have a Trane XL624 thermostat (Z-Wave) that sort of works with HA (works fine with Homeseer). The issue is that when getting the setpoint and current temperature from it, the information is stale (this is true on the thermostat card as well). I haven’t figured out what causes the information to finally update. Without that, I can’t control it the way that I want (increasing/decreasing the current set point by a degree). Do you have any thoughts as to why this could be. I don’t think it’s a config issue, since it does work correctly in Homeseer. If there was a way I could force a poll of the device, that would work for me.
Anyway, thanks for fixing one of my last two problems!
If the device does not support Assocations with a Lifeline group, then it won’t send status updates. Older pre-Z-Wave-Plus devices are an example of this. The Trane XL624 seems to be quite old so it might fit in this category. If it’s working in Homeseer, then maybe it is configured to poll, or HS does it automatically. Might be worth it to confirm that.
When polling a climate entity, I would enable refresh_all_values in the refresh action to also refresh all of the watched values (setpoints, operating state, etc.), as the primary value will be the thermostat mode.
How can I change the bug from closed to open? I’ve tried adding a comment, but that didn’t seem to do it. This appears to be exactly my problem, so getting it fixed would be my last hurdle.
I’m trying to do this manually by following the github issue referenced by mterry63, but it looks like the answer is to modify the source for zwave-js and rebuild it. Is this correct? Is there any other way I can fix the associations for this device?