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

Add support for Siren sensor type #47

Closed
2 tasks
XaF opened this issue Dec 20, 2022 · 0 comments · Fixed by #92
Closed
2 tasks

Add support for Siren sensor type #47

XaF opened this issue Dec 20, 2022 · 0 comments · Fixed by #92
Labels
enhancement New feature or request

Comments

@XaF
Copy link
Owner

XaF commented Dec 20, 2022

Sensor information

  • type: Siren
  • Home Assistant device class: TBD!!!
  • Panel sends sensor status updates?
    • Yes, I can see the Open/Close messages (I have been able to capture ZONE_ACTIVE messages)
    • No, it seems to only tell us the sensor exists, but never update its state

Decision

Will add / Won't add ? TBD

Qolsys Events for the sensor

ZONE_INFO

{
  "id": "410-4121",
  "type": "Siren",
  "name": "Front Siren",
  "group": "Siren",
  "status": "Closed",
  "state": "0",
  "zone_id": 29,
  "zone_physical_type": 1,
  "zone_alarm_type": 3,
  "zone_type": 14,
  "partition_id": 0
}

ZONE_UPDATE

N/A

ZONE_ACTIVE

N/A
@XaF XaF added the enhancement New feature or request label Dec 20, 2022
@XaF XaF mentioned this issue Dec 20, 2022
@XaF XaF changed the title Add support for Siren sensor Add support for Siren sensor type Dec 20, 2022
@XaF XaF closed this as completed in #92 Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant