algirdasc / secolink2mqtt

Secolink2MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your support

This open-source project is developed in my free time. Your donation would help me dedicate more time and resources to improve project, add new features, fix bugs, as well as improve motivation and helps me understand, that this project is useful not only for me, but for more users.

Buy Me A Coffee

Intro

This is standalone Secolink2MQTT app for management of your Secolink alarm system. It is primarily used with Home-Assistant home automation system, but since it uses MQTT, it can be used with other home automation systems.

Home Assistant configuration example

- platform: mqtt
  name: home
  availability_topic: secolink/<account_number>/availability
  command_topic: secolink/<account_number>/set
  command_template: '{{code}}{{action}}'
  state_topic: secolink/<account_number>/state
  payload_arm_away: A
  payload_arm_home: AS
  payload_arm_night: AN
  payload_disarm: D
  code: REMOTE_CODE

About

Secolink2MQTT


Languages

Language:Python 99.1%Language:Dockerfile 0.9%