Call for help - testing needed #177
Replies: 3 comments 12 replies
-
2800 Ugreen 2 x 4tb drives with 1 x 1tb cache and 1 x 1tb storage for apps... let me know what you need, if I can help I will but ask as if speaking to a n00b :) |
Beta Was this translation helpful? Give feedback.
-
|
A new v2025.12.01-beta2 has been published. Appreciate some testing. :) List of changes:
Installation:
Thank you for supporting the development with your tests! /tom Further infos / expected behaviourAuto discovery / device detectionMultiple detection of the same NAS, as well as detection of non-UGreen NAS (e.g. Synology) should be gone now. Cache testingIf you are using SSD Cache, you should now have entities for it in the following sections:
Fan / cooling settingThere is a new entity You could also add a new card somewhere on your dashboards with the following content (requires custom:button-card installed):
type: horizontal-stack
cards:
- type: custom:button-card
name: Quiet
icon: mdi:fan-speed-1
entity: sensor.ugreen_nas_fans_system_mode
state:
- value: quiet
styles:
card:
- background-color: var(--success-color)
tap_action:
action: call-service
service: button.press
target:
entity_id: button.ugreen_nas_fan_mode_quiet
- type: custom:button-card
name: Default
icon: mdi:fan-speed-2
entity: sensor.ugreen_nas_fans_system_mode
state:
- value: default
styles:
card:
- background-color: var(--info-color)
tap_action:
action: call-service
service: button.press
target:
entity_id: button.ugreen_nas_fan_mode_default
- type: custom:button-card
name: Full Power
icon: mdi:fan-speed-3
entity: sensor.ugreen_nas_fans_system_mode
state:
- value: full power
styles:
card:
- background-color: var(--error-color)
tap_action:
action: call-service
service: button.press
target:
entity_id: button.ugreen_nas_fan_mode_full_power |
Beta Was this translation helpful? Give feedback.
-
|
Just released beta 3. You can now change the polling intervals in the NAS settings. /tom p.s. Unless some serious reports are coming in, this will be the final code for the 2025.12 release. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Heya dear fellow HA Tinkerers,
first of all: thank you all for using this integration!
As of today, Home Assistant Analytics is showing almost 500 active installations out there – plus those where analytics back-reporting to HA headquarters has been disabled, so they are not included in this graph. Awesome!!! 🚀
What and why
The purpose of this post is to ask you guys for help.
Currently, I have the following items on my ToDo list for the next release (which I hope to ship quite soon):
The second item is a tricky one for me.
I’ve finished the implementation, and the integration starts up cleanly and behaves normally on both my
developand myproductionHA systems. However, I do not have cache disks on my own NAS, so I’m currently unable to test any of the new functionality myself (“blind mode”).Therefore, I’m looking for people who can actively help with testing.
How
I have prepared a pre-release v2025.12.1-beta1 from the develop branch for testing. You can install it via HACS:
Please restart Home Assistant after installation. The following should then be available:
You should now see your general cache devices and cache disks. Clicking any of them should bring up the corresponding entities (for now, this is a minimal set; more entities as well as 'summary entities' with data in attributes will be added once basic testing is complete).
Filtering for “ugreen” or “cache” should show the new cache entities.
Filtering for “cache” should reveal the new entities.
Those cards will currently appear in red – this is expected behaviour and will be fixed before the final release.
Thank you very much in advance for reporting back any findings you might come across – ideally with some screenshots and/or log entries. Of course, positive reports are just as welcome 🙂
Appreciate your help – thank you! ❤️
/tom
Beta Was this translation helpful? Give feedback.
All reactions