Hi, can anyone share what the Konnected component looks like in Home Assistant by default? Are there meant to be buttons to arm/disarm the system? I'm not getting anything beyond the 5 sensor icons corresponding to my connected zones at the top of the home page. It would be much appreciated.
I would take a look at the manual alarm components of HA. I used the manual mqtt alarm panel, because I want to be able to disarm from a raspberry pi running some code on Android Things.
Manual Alarm: https://www.home-assistant.io/components/alarm_control_panel.manual/
Manual MQTT Alarm: https://www.home-assistant.io/components/alarm_control_panel.manual_mqtt/
Android Things Alarm Panel: https://github.com/thanksmister/androidthings-mqtt-alarm-panel
Thanks Sean, I've managed to get Manual Alarm enabled with a bunch of Automations written to interact with it.
Do you know if the manual MQTT alarm component can work with in conjunction with a fire tablet as an alarm control panel, home assistant, and konnected? I really don't want to have to buy two separate raspberry pi's to implement what I am trying to do.
The MQTT part is what allows you to change the settings or read the state from any other device. As long as you can subscribe to the MQTT messages, you could use anything to read the state of the alarm panel.
Ok, thank you for the response I appreciate it.
I need help.
I want to use ThanksMister! android app. I installed it on my smartphone, configured my MQTT broker, Arm/Desarm interaction works well but I'm not able to trig an alarm, I think I have problem with entity_id in my automation.
Can you help me please?
I looked at my automation and the only thing i noticed different was that the state: under the condition did not use quotes.