v2026.01.1beta1
Installation: Goto HACS, select UGreen, select '⋮' to the right in the same row, choose 'Download > Different version'.
Bug reports: Please open a new discussion (unless there is one on the same topic).
👉 For end users
- Fixed a
Single pooldashboard issue
The first fix in v2025.11 made the pool entities of single-pool configurations re-appear. However, there was still a bug displaying it on the 'Example dashboard'. Fixed (Example dashboard remains the same, no update needed).
@morbiddk - Fixed missing devices in
Settings > Devices and Entities > UGreen
The rework of thedevice_info.pyin v2025.12.1 made the sub-devices (e.g. pools, disks, volumes) disappear. All entites were put to the NAS main device itself. Fixed.
@Tom-Bom-badil - Handle disconnections, and automatically re-connect
It has been repeatedly reported that situations are not covered where the NAS goes offline for a while, or is shut down over night. (Should be) fixed. Only partially tested this on my own NAS, which is running 24/7. A few errors might still be written to the logs upon disconnect, but latest after 15s all API-calls should stop (and be restarted again after re-connect).
@wendefeuer @giovanniong98 - Implemented WOL button
Power on the NAS while sitting on your couch. Implemented a 'Wake up' button inSettings > Devices and Entities > UGreenthat will power-up a shutdown NAS. The button can also be used in own automations, or on the dashboard (similar to the already-existing 'Shutdown' and 'Restart' buttons). ! Note that this funktion requires the 'Wake on Lan (WOL)` HA integration in addition. !
@wendefeuer - Improved SSL handling
Improved the SSL handling, thanks the detailed description and PR! Didn't test myself if this could also resolve the 'automatic redirect http to https' issue in the default NAS settings (possibly it does), but for sure it will make SSL handling a bit better.
@btexnic
👉 For fellow developers (internal changes)
- Renamed deprecated folder to .deprecated for better sorting
- Moved repository.json to .deprecated as it is not needed
- Moved dashboard pics into HACS/community folder (aka /config/www/community/ugreen)
- Re-phrased readme.md
- Bumped version to v2026.01.1