You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this project to integrate a Paradox M5050 alarm system in Home Assistant, but I need an example writing the correct configuration.yaml.
I try to use the topics from here, but i think I got it all wrong. I can see the individual sensors changing status in HA, so the interface is working, but the alarm control panel is shown as unavailable and i can't arm or disarm.
What i have now is this:
alarm_control_panel:
- name: "paradox_casa"
unique_id: "alarma_casa"
state_topic: "paradox32CTL/status"
availability_topic: "paradox32CTL/out"
command_topic: "paradox32CTL/in"
I used this project to integrate a Paradox M5050 alarm system in Home Assistant, but I need an example writing the correct configuration.yaml.
I try to use the topics from here, but i think I got it all wrong. I can see the individual sensors changing status in HA, so the interface is working, but the alarm control panel is shown as unavailable and i can't arm or disarm.
What i have now is this:
alarm_control_panel:
- name: "paradox_casa"
unique_id: "alarma_casa"
state_topic: "paradox32CTL/status"
availability_topic: "paradox32CTL/out"
command_topic: "paradox32CTL/in"
binary_sensor:
- name: "Intrare principala"
state_topic: "paradox32CTL/hassio/0/zone1"
device_class: "motion"
payload_on: "ON"
payload_off: "OFF"
The text was updated successfully, but these errors were encountered: