-
Notifications
You must be signed in to change notification settings - Fork 94
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
Pushover notifications for "restore" events #504
Comments
|
Give me an example of an event that comes through. |
Or check yourself. pai/paradox/hardware/evo/event.py Line 509 in dedc352
Maybe tags are missing for your event. |
Also if you want to study the subject in depth here are tests that describe possibilities pretty well: |
Add "-zone_tamper_trouble=False". Should fix. 'trouble,-clock,-restore,-zone_tamper_trouble=False,-trouble=False', |
Thanks! I wish I could understand this syntax fully :-) I'll try digging into the code... In any case, I think treating restore events as emergency notifications with mandatory acknowledgment is a bit too much. Perhaps priority 0 or even -1 would be more appropriate for this kind of events. Wouldn't it? |
Not that simple.
For Live events it is easy to filter out what you want as most of them have 'restore' tags set. BTW: you probably can use: This will send events only for Live events sent by the panel. But I recommend you to fix the root cause of the trouble =) It is not a normal situation. |
Thanks for the explanation! Sure, I'll try to fix the root cause of the trouble. Not trivial though, as it seems to be caused by sun rays hitting one of the outdoor IR sensors at some time in the morning, and that seems to be interpreted as a masking attempt. |
Alarm system
EVO192 v.7.70.1
Environment
RPi/docker
Git branch
master
Questions
The text was updated successfully, but these errors were encountered: