Ian Gray

Results 42 comments of Ian Gray

When I first came to this library I did find it a little surprising that the `ESPUI.addControl` function is the only one that supports parent controls (tabs, grouped controls etc.)....

For all my screwing around with this library I have never used LittleFS, I just run it all from PROGMEM. I understand that theoretically LittleFS will save some flash space...

Just looking over this, your issue is a little unclear. Are you saying that this is something that you have tried but didn't work? Because yes, you should just be...

Hi, As the documentation notes, ``` This library is dependent on the following libraries. ESPAsyncWebserver ArduinoJson (For ESP8266) ESPAsyncTCP (For ESP32) AsyncTCP (For ESP32) lorol/LittleFS_esp32 ``` So the one you...

Yes I also dislike the Arduino IDE and don't use it. I'll break it out and have a look when I get a chance, in order to see what is...

Indeed. This is how HTML number `input`'s work. The limits are applied correctly. As Lukas correctly notes, regardless of what happens in the UI the numbers should be validated on...

This would be rather simple to add. I'll bear it in mind for when I'm next working on this.

@bohtho No, he didn't. He seems to have confirmed @cflurin's method, reiterating that Homebridge doesn't seem to support accessory-defined characteristics.

Yeah, C is kinda dumb with this. There are of course ways it can be fixed but it would be a huge breaking change. @MartinMueller2003 is there a way to...

What you ask is quite complex. **Displaying** a table is easy, just set the text of a Label control to [the HTML of what you want](https://www.w3schools.com/html/html_tables.asp). Something like: ```ESPUI.addControl(ControlType::Label, "A...