All MQTT Feeds used for this project
The nice thing about MQTT is that you can use it any way you want so long as you use consistent Feed names and know what data to send. So here is a list of all device Feeds and what data they except.
MQTT Feeds:
-
Door Lock
-
house/lock
-
State: LOCK or UNLOCK
-
-
-
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
Page last edited March 08, 2024
Text editor powered by tinymce.