netmindz
netmindz
Update the project such that there is a separate [balboaGL](https://github.com/netmindz/balboaGL) library to make it easier to build ESPHome component
also send 3 idle/empty commands after each real one
Good to be able to test some of the code without being connected to the tub. Ideally would also not even need an ESP32 connected, but can't get the native...
Are you able to give a bit more explanation of what buttons you press with your panel, what shows up to screen etc?
A new thread to cover the issue that the command retry causes infinite retry for some users
The BusManager supplies the list of LED Types Once a type has been selected then config requirements are returned for this type. This needs to cater for this like which...
First of 2 different PRs to move the hard coding of all the different LED output types and their config from the current settings_led.htm to be fetched from the various...
Following on from this PR https://github.com/Aircoookie/WLED/pull/4056 Replace convoluted logic in settings_leds.htm with config requirements supplied in the LEDType data Motivation - https://github.com/Aircoookie/WLED/pull/3777
Currently you can define a sensor that returns the current kW value, but to use the energy dashboard you need a sensor that returns the total usage I could possibly...