Integration broken 2025.10.3 #135
Replies: 8 comments 20 replies
|
Thanks for the log, appreciated! I received 2 more error reports of the same kind, yet not sure what is causing this (currently investigating). Could you please roll back to v2025.10.2 - it seems before I 'improved' the displaying of devices, everything was working fine. Thanks! /tom |
|
got exactly the same error here : Error while setting up ugreen platform for sensor: invalid literal for int() with base 10: '' |
|
Rolling back: Go to HACS center, uninstall, re-install, choose v2025.10.2 On the problem itself: Commenting out lines #53ff (the entire #pools block) of custom_components/ugreen/device_info.py will solve this. Note: The root device at botton needs to remain uncommented, as it' s needed: This fix affects only the 'Device' builder' of HA - entities will work as supposed. There seem to be some NAS configurations which I do not understand right now that return invalid response that does not match the pattern 'pool1', 'pool2' etc - so commenting out the whole pool building fixes this. /tom |
|
Thankyou for the reply! I rolled back to 2025.10.2 and for now it is working again. Lets wait until the problem is found! I was just about to write some instructions on how yo roll back. @Tom-Bom-badil you were too fast :p |
I dunno if I understood well what you're saying but I've noticed a lot of entities which are not working since I've update... Would make sense to get only one apparel as @StrandmonYellow
|
|
Good news - I was able to track down the root cause of this error. The UGOS API is full of surprises:
A fix for this behaviour is available here. I would appreciate if some of you who reported this error could help with testing:
After that, everything should be working again as expected. /tom |
|
v2025.10.4 is out - thanks everybody for reporting and testing! /tom |






Uh oh!
There was an error while loading. Please reload this page.
Hi,
Already a while ago I found this integration. At the time, I found the installation a bit too much work, and everytime i rebooted HA it stopped working. Then recently I revisited this project, and to my surprise it was supported in HACS and the installations was very easy! I followed the instructions and got it all working. Then the next day, I updated to version 2025.10.1 and I could remove the proxy container. This also worked flawlessly for me, and it ran completely fine for a couple of days.
Then I updated to version 2025.10.3 and it completely stopped working. First, it did not initialise properly. I reconfigured the integration using my created login credentials. This fixed the initialisation error, but all the entities where unavailable and marked as "no longer supported by the integration". After trying a bunch of things, I removed the complete integration, rebooted HA and installed it again. Now I only have 1 instance left with only two entities:
The only error I could find in the logs:
Thankyou in advance!
All reactions