Skip to content

fr3akX/visonic-rs

Repository files navigation

Visonic-rs - a MQTT gateway to DSC like security panels

Build

to build x86_64 docker image

make

to build for your arch with pre installed rust/cargo

cargo build --release

Running

sample config vs.toml

Running in Docker

docker-compose.yml

Running systemd

visonic.service

MQTT Commands

Command ARM the security, this will trigger exit sequence

mosquitto_pub -t /alarm/neo/cmd -m AWAY

Disarm

mosquitto_pub -t /alarm/neo/cmd -m DISARM

Rest of the supported commands

armv7 raspberry

docker image provided contains both x86_64 and armv7 binaries. For rpi override command to

command: /visonic/visonic-arm

License

GPL V3

TODO

* armv7 build

Credits

Communication protocol with tycomonitor.com has been borrowed from https://github.com/And3rsL/VisonicAlarm2