Hi @neliss
Thanks for Alarmo i just started using it and it works great using a webpage.
But i can not get it to work with the HASPone touch panel. HA SwitchPlate HASPone: DIY In-Wall Touchscreen Home Assistant Controller @luma
The HASPone panel has a alarm page that works fine with a alarm_control_panel created in configuration.yaml
alarm_control_panel:
- platform: manual
name: Test Alarm
code: "1234"
arming_time: 10
delay_time: 20
trigger_time: 4
disarmed:
trigger_time: 0
armed_home:
arming_time: 0
delay_time: 0
But when i use the one i created with your integration i can see the status with MQTT and it says
{“event”: “INVALID_CODE_PROVIDED”}
Is there any thing i can change to get it. to work?