Arduino based Mini Smart Home
https://learn.adafruit.com/mini-smart-home-with-huzzah/overview
MQTT Feeds:
-
Door Lock
- house/lock
- State: LOCK or UNLOCK
- house/lock
-
Window Fan
- house/fan
- State: ON or OFF
- house/fan/speed
- State: 0 to 255
- house/fan
-
RGB LED 1
- house/led/one
- State: ON or OFF
- house/led/one/brightness
- State: 0 to 255
- house/led/one/color
- State: three sets of 0 - 255 numbers separated by commas.
- Template: “red,green,blue”
- Example: 20,150,255
- house/led/one
-
RGB LED 2
- house/led/two
- State: ON or OFF
- house/led/two/brightness
- State: 0 to 255
- house/led/two/color
- State: three sets of 0 - 255 numbers separated by commas.
- Template: “red,green,blue”
- Example: 20,150,255
- house/led/two
-
RGB LED 3
- house/led/three
- State: ON or OFF
- house/led/three/brightness
- State: 0 to 255
- house/led/three/color
- State: three sets of 0 - 255 numbers separated by commas.
- Template: “red,green,blue”
- Example: 20,150,255
- house/led/three
-
RGB LED 4
- house/led/four
- State: ON or OFF
- house/led/four/brightness
- State: 0 to 255
- house/led/four/color
- State: three sets of 0 - 255 numbers separated by commas.
- Template: “red,green,blue”
- Example: 20,150,255
- house/led/four
-
RGB LED 5
- house/led/five
- State: ON or OFF
- house/led/five/brightness
- State: 0 to 255
- house/led/five/color
- State: three sets of 0 - 255 numbers separated by commas.
- Template: “red,green,blue”
- Example: 20,150,255
- house/led/five
-
Light Level Sensor
- house/lux
- State: 0 to 6000
- house/lux
-
Motion Sensor
- house/motion
- State: MOVE or STILL
- house/motion
-
Door Sensor
- house/door
- State: OPEN or CLOSED