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 Door_Window_M sensor type #152

Open
4 of 5 tasks
jdistad opened this issue Apr 25, 2024 · 2 comments
Open
4 of 5 tasks

Add support for Door_Window_M sensor type #152

jdistad opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jdistad
Copy link

jdistad commented Apr 25, 2024

Before submitting this form

  • I have checked that this sensor type was not suggested for addition before; I know that it could
    be in open or closed issues, and if there was another issue mentioning this sensor type I could
    simply comment in it instead

  • I have updated the <sensor type> mention in the title of the issue, but left the issue title
    as it was otherwise

  • I understand that if I want to suggest the addition of more than a single sensor type, I need
    to file that form for each separate type

Sensor type

Door_Window_M

Home Assistant device class

door and window contact and vibration combo

Does the panel send 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

Sensor data from an INFO message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Sensor data from a ZONE_EVENT's ZONE_UPDATE message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Sensor data from a ZONE_EVENT's ZONE_ACTIVE message

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Closed', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

WARNING qolsys_panel: sensor of unknown type: {'id': 'E911A9', 'type': 'Door_Window_M', 'name': 'Master Bed Window 1', 'group': 'instantperimeter', 'status': 'Open', 'state': '0', 'zone_id': 10, 'zone_physical_type': 1, 'zone_alarm_type': 3, 'zone_type': 110, 'partition_id': 0}

Additional context

I have these sensors as part of my ADP system, they are combination contact and vibration sensors. The only information I was able to find in logs was the above information.

@jdistad jdistad added the enhancement New feature or request label Apr 25, 2024
@XaF
Copy link
Owner

XaF commented May 6, 2024

They switch to open both for a window opening and for a vibration ?

@jdistad
Copy link
Author

jdistad commented May 6, 2024

They switch to open both for a window opening and for a vibration ?

that is correct,

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

No branches or pull requests

2 participants