Hi!
I have strange behavior in my HA, more precisely in - alarm_control_panel.
I have created alarm_control_pane configuration.yaml:
alarm_control_panel:
- platform: manual_mqtt
state_topic: 'paradox/state/partitions/Otrais_stavs'
command_topic: 'paradox/control/partitions/Otrais_stavs'
pending_time: 60
trigger_time: 1800
disarm_after_trigger: false
delay_time: 30
armed_home:
pending_time: 0
delay_time: 0
armed_away:
pending_time: 60
delay_time: 30
I also have added it to lovelace panel.
When i click the one of the button (Arm home or Arm away)
- It send command to state topic, which is: paradox/state/partitions/Otrais_stavs and ignoring the command_topic.
I`m i missing something - why HA is using state_topic instead of command topic?
Thanks.