Closed fdegier closed 1 year ago
@grzegorz914 do you think it would be valuable to implement this? I have a few concerns written above, therefor I haven't proceeded with this issue.
This would be very helpful to represent triggered alarm and send notification if happening. Its no matter for me on which section this happen, in main functionality we know the alarm was triggered
Homekit supports a triggered alarm (state 4), Jablotron represents this in the API with the following response:
Normally the
service_events
is just an empty list, signaling its not triggered.Given that we now know this, we should be able to implement this.
A few concerns / unknowns:
Given that we fetch the status every minute we can just check if the alarm is triggered.