Developed by SuperHouse Automation Pty Ltd
Reads the state of up to 4 security sensors using End-of-Line resistors connected to analog inputs, and publishes state changes to an MQTT server.
Can optionally display events locally using a Freetronics 128x128 colour OLED module.
See more at http://www.superhouse.tv/
-
FTOLED.h NOTE: Only required when using the OLED display option.
- Change directory to Arduino's main directory
- mkdir SecuritySensor4ToMQTT
- cd SecuritySensor4ToMQTT
- git clone https://github.com/superhouse/SecuritySensor4ToMQTT.git .
- Start Arduino IDE.
- Go to File--->Sketchbook--->SecuritySensor4ToMQTT
Copyright (C) 2015 SuperHouse Automation Pty Ltd
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.