fusor-io / fusor-esp-dsc-alarm-monitor

Plugin for connecting into DSC alarm system to monitor its operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Plugin for DSC Power864 based or similar alarm system. Allows monitoring its status, like open zones and similar. Features WiFi network configuration by mobile phone.

Designed to work with Fusor Hub: [https://github.com/fusor-io/fusor-hub]

Tested on WeMos D1 Mini (ESP8266) See [https://www.wemos.cc/en/latest/d1/d1_mini.html]

Prerequisites:

  1. select device in Arduino IDE LOLIN (WEMOS) D1 R2 & Mini
  2. install libraries:

How to run?

To run this node you need:

  • Running Fusor Hub
  • Uploaded State Machine Definition to Fusor Hub. Use postman_collection.json from this repo (change provided dummy IP address to yours Fusor Hub address)

Hardware setup

Schematic

Known issues with WeMos D1 Mini:

  • Failure to initialize FS (SPIFFS). Solution: change board to some other eg. Wemos D1 mini Pro, compile, change back, compile, upload.

About

Plugin for connecting into DSC alarm system to monitor its operation

License:MIT License


Languages

Language:C++ 100.0%