666djb / SIA2MQTT4HA

Galaxy Flex SIA to MQTT server
MIT License
1 stars 0 forks source link

SIA2MQTT4HA

Galaxy Flex SIA to MQTT server for Home Assistant

This package is based on work from https://github.com/dklemm/FlexSIA2MQTT.git

I have modified the FlexSIA2MQTT package to better suit my needs:

I have only tested with:

It should work with:

https://www.security.honeywell.com/uk/All-Categories/intruder-detection-systems/control-panels/galaxy-flex-series

Changes

See Changelog

How to

See Howto

Running stand alone without Docker

First convert the Typescript to Javascript: "tsc -p ./src" Then run: "npm start"

Docker

Build from the command line (e.g. not in Home Assistant): "docker build -t sia2mqtt4ha:latest --build-arg BUILD_FROM=alpine ."

Run: "docker run -v /config.yml:/config.yml -p 10002:10002 sia2mqtt4ha"

To do