Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triggered status is not shown without the "include_memory_feature" option #9

Open
RyuzakiKK opened this issue Jul 7, 2022 · 8 comments

Comments

@RyuzakiKK
Copy link
Owner

If you call get_status() without setting include_memory_feature to True, you can never receive the triggered status.

The concept of include_memory_feature should be removed because that is the only way to notice when the alarm has been triggered.

(I should be able to do that in the next days, I opened this issue to not forget)

@RyuzakiKK
Copy link
Owner Author

Reverted for now. I'll do some additional testings and if everything works as expected it will be included again in the next release.

@bigmoby
Copy link

bigmoby commented Sep 22, 2024

Hi @RyuzakiKK ,
the alarm continues to miss the triggered status. Is there any workaround you could suggest to me?
Thanks a lot,
Fabio

@RyuzakiKK
Copy link
Owner Author

Hey, unfortunately this change fell through the cracks.

The next steps should be to restore the changes that have been reverted, manual test to ensure they actually work reliably and finally move to asyncio because we can't use sleep() in the main HA threads.

@bigmoby
Copy link

bigmoby commented Oct 1, 2024

Ok @RyuzakiKK I'll try to do my best in order to implement a PR

@RyuzakiKK
Copy link
Owner Author

Thanks a lot for working on it. This weekend I should be able to look into your PR.

@bigmoby
Copy link

bigmoby commented Oct 3, 2024

Thanks a lot for working on it. This weekend I should be able to look into your PR.

In the meantime I'm modifying the integration code to create, in addition to the alarm panel, also a sensor that provides the name of the alarmed zone.

@andker87
Copy link

andker87 commented Oct 3, 2024

@bigmoby Would you be able to create the various sensors for each zone in the alarm? (somewhat as requested here by another user).
currently users use either the ialarm-mqtt component or a nodered flow based on this written by a user from an Italian home automation community, it would be nice to be able to integrate everything officially. if you need info or testing consider me available!

@bigmoby
Copy link

bigmoby commented Oct 3, 2024

@bigmoby Would you be able to create the various sensors for each zone in the alarm? (somewhat as requested here by another user).

Hi @andker87 ,
yes this PR, I think, will solve that request: #8 (comment) 👍
Thanks a lot for your help, I'll investigate on ialarm-mqtt thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants