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

I need a configuration.yaml example for Home Assistant #27

Open
LeonardEmanuel opened this issue Jan 2, 2024 · 0 comments
Open

I need a configuration.yaml example for Home Assistant #27

LeonardEmanuel opened this issue Jan 2, 2024 · 0 comments

Comments

@LeonardEmanuel
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant