Block a user
8dbec29c45
Added an installer.
ee25ee5fe1
More commands.
bb0b5f7b6f
dps: Added.
d879c633a3
Merge branch 'master' of https://git.schle.nz/fabian/dup
45c5612efb
dup: Added --regenerate to print all command necessary to regenerate a container from scratch.
d9708d9159
Better reporting of the analyzed layout at startup.
5676b5d63c
Fixed publish_current_state()
e9143b6ca8
Removed Edge class. Wasn't needed. Nodes and Corners are anough.
db76255a2c
Changed the bootup order: Connecting to WiFi first allows us to send the logs of the layout analyzer via syslog.
f4864dec05
Added a delay at bootup to allow pushing an OTA update in case of broken, looping code.
11dbea0302
LOGln now logs to a central syslog server, if available.
47cd48d572
We now accept and report state changes via JSON. Also added homeassistant MQTT autodiscovery.
a55e5e1ec2
Cleanup of stuff.
cc3bcb0370
Added a README with useful infos.
63bb2b43cf
You can now define a maximum distance between colors to blend to during random effects in order to prevent extremely colorful displays.
4b3797f4fc
Moved individual calls to node->draw() or corner->draw() to a single central call to show_all.
808112ebb0
Status is show during bootup and OTA by lighting some of the LEDs.
25b5891f98
Added include/config.h to gitignore.
d7e8a8cbed
Removed config.h.
bfc5f1dffe
Added MQTT and WiFi support.
77eaea81d1
Added different modes. For now there are AM_CORNERS and AM_NODES.
fdf357a3a1
Start random color changes in random places.
43916c3b78
It's working now! And looks quite nice.
4092306eb1
WIP: Strange exceptions in Corner:➿ Crashing when accessing _short_neighbours after a corner is finished animating.
3290c7e794
Initial commit