ebus-adapter
ebus-adapter copied to clipboard
LED D8 lighting
With latest update to v7.1 another red led D8 (near ESP in PCB) is lighting. Turning off some times for less than a second.
What it means? This led never was on in software version 6.1
Thanks
Here is the description: https://github.com/prampec/IotWebConf/blob/master/doc/UsersManual.md#blinking-codes
Reading the description it seems that the led is in "Rapid blinking" mode. But the interface is working well, connected to my home wifi, and no Access Point is generated by ESP32 at this moment. According the description and actual operating mode, it seems that blinking mode must be "Mostly off with occasional short flash", no ?
Rapid blinking (mostly on, interrupted by short off periods) - Entered Access Point mode. This means the device create an own WiFi network around it. You can connect to the device with your smartphone (or WiFi capable computer). Alternating on/off blinking - Trying to connect the configured WiFi network. Mostly off with occasional short flash - The device is online.
You found a bug - the logic is inverted
https://github.com/prampec/IotWebConf/blob/master/src/IotWebConf.h#L209
Meaning that in our case - Mostly ON with occasional short flash - The device is online.