to build x86_64 docker image
make
to build for your arch with pre installed rust/cargo
cargo build --release
sample config vs.toml
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
docker image provided contains both x86_64 and armv7 binaries. For rpi override command to
command: /visonic/visonic-arm
* armv7 build
Communication protocol with tycomonitor.com has been borrowed from https://github.com/And3rsL/VisonicAlarm2