mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
41 lines
931 B
Markdown
41 lines
931 B
Markdown
# 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
|