Smart-Home am Beispiel der Präsenzerkennung im Raum Projektarbeit Lennart Heimbs, Johannes Krug, Sebastian Dohle und Kevin Holzschuh bei Prof. Oliver Hofmann SS2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Johannes Krug 2190f5e362 Doorsensor von Dohle 4 years ago
..
MockMySensors.ino Doorsensor von Dohle 4 years ago
README.md Doorsensor von Dohle 4 years ago

README.md

MockMySensors

Arduino sketch to fake sensor for the MySensors Library

This sketch is intended to create fake sensors which register and respond to the controller

Barduino, GizMoCuz 2015

Comment/Uncomment the sensors you would like to test

Arduino Uno R3 can support about 12 sensors before it runs out of memory. (turning off the MySensors debug helps if you are memory limited)

With a Mega you can have them all

Changes Log

2015-09-07 Five more sensors

S_RGB_LIGHT
S_RGBW_LIGHT
S_COLOR_SENSOR
S_HVAC
S_MULTIMETER

Consolidated HVAC and HEATER incoming message

2015-09-06

Merge with Gizmocuz (implementation of S_HEATER & S_MOISTURE Implementation of S_COVER, S_IR, S_SCENE_CONTROLLER

2015-08-19

Removed the load/save to eeprom Touched the heater sensor Created a pseudo sensor to handle the V_ARMED message. All sensors which support V_ARMED will arm/disarm at the same time