- Refactored `xsns_81_seesaw_soil.ino` to utilize a base class `xsns_81_seesaw.ino` for Adafruit Seesaw devices
- Add `xsns_81_seesaw_encoder.ino` for handling Adafruit I2C QT Rotary Encoder with NeoPixel and button functionalities.
- Implemented option to have Adafruit I2C rotary encoder behave like a GPIO rotary encoders
- Update Adafruit Seesaw library files to v1.7.9
* Add MakeSkyBlue Solar Charge Controller (as Energy Device )
* only cosmetics, no functional change
* index on MakeSkyBlue: ad1b8de93 only cosmetics, no functional change
* New serial handler without time relation (long-term error), several cleanup
* Optimization and cleanup
* Merge
* increment xnrg index (25 used meanwhile)
* Major rework: Phase usage, Initialization, Mutli-Serial handling and more
* Change identifier from _GPIO_ to the more applicable _SENSOR_
* PR candidate 1
* fix UserSelectablePins and kSensorNames (add to end), river disabled as default at my_user_config.h
* add missing defines to lt_LT language header file
* Add vid6608 library
* Add vid6608 pin definition (only GB for now)
* Try to debug GPIO - does not work
* First working version
* Trim whitespaces
* Add missing library; JSON response, Codeowners
* Fix blocking loop in esp8266
* Update language strings
* Format inline readme for vid driver
* Add example define in my_user_config.h
* Clanup changed VS Code config files
* Fix duplicated language values in en_GB.h
- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971)
- ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971)
* Update web UI styles and HTML syntax
Merged HTTP_HEAD_STYLE2 into HTTP_HEAD_STYLE1 and removed redundant style files. Updated button and form HTML across web UI to use consistent markup. Adjusted various style and separator elements for improved HTML5 compliance and consistency.
* Fix WiFi config page
* Fix typo
* Revert merging HTTP_HEAD_STYLE
Revert merging `HTTP_HEAD_STYLE1.h` and `HTTP_HEAD_STYLE2.h`