Fridge: Difference between revisions
Jump to navigation
Jump to search
(initial version (@Peter please add your parts too)) |
No edit summary |
||
Line 1: | Line 1: | ||
{{project | {{project | ||
|name=Fridge | |name=Fridge | ||
|status= | |status=stable | ||
|author=[[User:Jorgen|Jorgen]], [[User:Tarwin|Peter]] | |author=[[User:Jorgen|Jorgen]], [[User:Tarwin|Peter]] | ||
|description=Lights and Sensors of the drinks fridge | |description=Lights and Sensors of the drinks fridge |
Latest revision as of 12:55, 10 September 2022
Fridge Release status: stable [box doku] | |
---|---|
Description | Lights and Sensors of the drinks fridge |
Author(s) | Jorgen, Peter |
Download | https://github.com/munichmakerlab/refrigerator-lights/ |
We pimped the drinks refrigerator a while agoe with lights and also with sensors to detect open door and temperature.
Lights
You can switch the light effect pattern by MQTT - as well brightness, play Tetris etc...
MQTT
Topic | Payload |
---|---|
mumalab/fridge/lights/config | reboot |
mumalab/fridge/lights/mode | normal, alert, tetris |
mumalab/fridge/lights/brightness | 0 to 255, up, down |
mumalab/fridge/lights/background | black, plasma, snake, life, fire, lava, cloud, blackwhite, blackgreen |
mumalab/fridge/lights/tetris | reset |
mumalab/fridge/lights/tetris/move | left, right, down, rotate |
Node-Red Flowdock mapping
Action | Chat-Message |
---|---|
mode (normal / alert / tetris) | tbd. e.g. "fridge mode normal" |
brightness (0-255 / up / down)) | tbd. e.g. "fridge brightness 100" |
background effect (black / plasma / snake / life / fire / lava / cloud / blackwhite / blackgreen) | tbd. e.g. "fridge effect plasma" |
tetris reset | tbd. e.g. "fridge tetris reset" |
tetris move (left / right / up / down) | tbd. e.g. "fridge tetris move left" |
Door
We can detect fridge door open or close.
MQTT
Topic | Payload |
---|---|
tbd. | tbd. |
Node-Red Flowdock mapping
Action | Chat-Message |
---|---|
tbd. | tbd. |
Temperature
Read out the temperature inside the drinks fridge and send it on MQTT message bus.
MQTT
Topic | Payload |
---|---|
tbd. | tbd. |
Node-Red Flowdock mapping
Action | Chat-Message |
---|---|
tbd. | tbd. |