Stephan

Results 60 comments of Stephan

that's not a software issue. Red pixel means no Wi-Fi connection, Yellow pixel means no MQTT connection.

MQTT tries to reconnect wich isn't asynchronous and awtrix freezes during that time. You can set debug_mode in dev.json and listen with serial terminal. If you think that's a software...

There are also problems with ESP32 together with Unifi routers.

> How do I get back to the awtrix3 firmware version 0.95? Perhaps there will be no problems with this firmware! https://github.com/Blueforcer/awtrix3/releases but there was no change to wifi in...

Make sure to not trigger HA discovery entities very often. The used library has a memory leak. It's better to work with raw Mqtt or http API commands.

I don't think there will be any update from the Creator of the lib. Last update was 2 years ago. The goal ist to completely remove the HA discovery shit...

Mqtt itself doesn't have a memory leak, only when you access the entities from HA discovery. that's already tested. As I see the library builds the MQTT Payload string at...

> But rebooting always reboots into the "system-menu" :) but i can live with that for now. Then you have connected your middle button wrong. Needs to be active low.

native apps doesnt have any dynamic api options. As this is a very specific request, it is unlikely to be implemented as the effort would be too high. Create your...