sairon / esphome-nspanel-lovelace-ui

ESPHome component for NSPanel Lovelace UI
Other
125 stars 31 forks source link

[Feature Request] Custom action after arm or disarm alarm #10

Closed blackscreener closed 1 year ago

blackscreener commented 1 year ago

I want to connect NSPanel directly to alarm system (Ropam or RPI based alarm) without wifi connection. Can I make custom action (relay or serial command) after arm or disarm alarm on NSPanel?

sairon commented 1 year ago

You can add a custom on_incoming_message handler that would parse the payload from the touchscreen when alarm is armed/disarmed and do the appropriate action. This component is rather agnostic for the protocol between NSPanel firmware and AppDaemon app, so it's not something I'm planning to implement in the ESPHome component configuration.