Greg Dowling

Results 24 comments of Greg Dowling

HA PR now here:- https://github.com/home-assistant/core/pull/84916

I think @toggledbits had an idea about how to do this - although the current code (based on a vera sample of how to use long_poll) won't do this.

BTW I should perhaps add that, if you can, it would be best to get your zwave network to be more reliable. Perhaps add a couple of extra mains power...

You can see what I did in HA here https://github.com/home-assistant/core/pull/46064 How often were you triggering zwave polls?

Do the flood sensors also report temperature? Might give you a way of alerting if they stop reporting.

How are you testing? `should_poll` is called by the home assistant poll code. I don’t think this HA integration change has made it into a home assistant release yet.

Do you know if you have the latest version of the pyvera library installed?

Just to check I wasn't dreaming, I added some logging to my dev setup. Apart from the logs this is running the current HA dev branch. Here are the changes...

I have a long term failed device - so that’s quite possible. Thanks for the link...

@tgrusendorf Thanks for doing the research. I'll refactor slightly to try and make this work. BTW I've been experimenting with moving a few of my devices across to `zwave-js` using...