Coder Social home page Coder Social logo

Comments (8)

Cinntax avatar Cinntax commented on August 10, 2024

Hey- yeah i agree that the zone timer dump isn't nearly as important with the DSC panels as it is for the Honeywell ones. The honeywell panels don't do a very good job at all of reporting status, and thus the zone timer dumps are a way of helping us keep updated. With the DSC panels they're much more event based.
Have you tried setting 0 as your interval? This library here will totally disable the timer dumps if it's set to zero already. I suppose it's possible the HA component is forcing it to something though.

    if self._alarmPanel.zone_timer_interval > 0:
            ensure_future(self.periodic_zone_timer_dump(), loop=self._eventLoop)

from pyenvisalink.

Cinntax avatar Cinntax commented on August 10, 2024

Yeah, actually looks like the HA component just ensures it's an integer. So if "0" doesn't work (like it's being treated as uninitialized and falling back to default), i'd think even a value of -1 would work.

from pyenvisalink.

sgruby avatar sgruby commented on August 10, 2024

Thanks, I'll give it a try!

from pyenvisalink.

Cinntax avatar Cinntax commented on August 10, 2024

Just curious- did this work at all? I just had someone else report a very similar condition, and I recommended this to them also.

from pyenvisalink.

sgruby avatar sgruby commented on August 10, 2024

Honestly I hadn't tried it 😀 I just put in -1 and will see what happens. I put in a fail safe in my Node-RED flow that checks to see if a light was turned off less than 30 seconds ago so that even if I get a delayed zone open/closed, it won't pop the light back on.

Thanks for checking in with me!

from pyenvisalink.

crackers8199 avatar crackers8199 commented on August 10, 2024

just found this thread: i've been having this issue for months and finally found this on a search...does the above idea work? i just set zonedump_interval to -1 in config but haven't really had a chance to test it yet.

from pyenvisalink.

crackers8199 avatar crackers8199 commented on August 10, 2024

preliminary experience seems very good that -1 for zonedump_interval does in fact solve this problem, in case anyone else stumbles upon this thread looking for help like i was. haven't seen the open/close cycle shortly after closing a door or window since i set that up about 4 days ago. will keep monitoring it but for now this seems to be the best solution.

from pyenvisalink.

crackers8199 avatar crackers8199 commented on August 10, 2024

just wanted to throw a heads up in here: this seems to have been working well, until yesterday when i updated from HA 2021.9.3 to 2021.10.1 - all of a sudden after the update, i started seeing the bounces in status again, especially on my garage door sensor. i just restarted the envisalink and that seems to have corrected it for now, but i'll keep an eye on it.

from pyenvisalink.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.