Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.46 KB

readme.md

File metadata and controls

40 lines (28 loc) · 1.46 KB

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.