Altes wiki. Hilf doch beim Migrieren mit! https://wiki.chaospott.de
Das Flipdot panel lässt sich momentan über MQTT ansteuern.
Im Flipdot Panel Kasten ist ein Raspberry Pi versteckt. Unter der IP 10.42.1.185 oder flipdot.foobar.local ist jener zu erreichen.
Darauf läuft ein Arch und das Projekt https://github.com/printfuck/flipdot
wurde darauf deployed.
/foobar/flipdot/text
# # { "color": "B", "x": 0, "y": 0, "size": "small", "text": "My messeage" } Black # { "color": "Y", "x": 0, "y": 0, "size": "medium", "text": "My messeage" } Yellow # { "color": "Y", "x": 0, "y": 0, "size": "large", "text": "My messeage" } Yellow #
/foobar/flipdot/pixel
# # { "color": "B", "x": 0, "y": 0 } Black # { "color": "Y", "x": 0, "y": 0 } Yellow #
/foobar/flipdot/clear
Akzeptiert B
oder Y
als payload
/foobar/flipdot/vline
# # { "color": "Y", "value": 0 } Yellow #
/foobar/flipdot/hline
# # { "color": "Y", "value": 0 } Yellow #