andypiper / fivebyfive

Polyglot examples for the 01Space ESP32-C3FH4-RGB board
https://dev.to/andypiper/series/16659
MIT License
38 stars 9 forks source link

Migrate to resilient MQTT for cheerlights #6

Open andypiper opened 2 years ago

andypiper commented 2 years ago

Use https://github.com/peterhinch/micropython-mqtt/tree/master/mqtt_as in place of umqtt.robust

ozett commented 2 years ago

may add some basic receiving commands via mqtt like in tasmota?

https://tasmota.github.io/docs/MQTT/#commands-over-mqtt

andypiper commented 2 years ago

interesting idea here, thanks!