DXP4800PLUS only detecting 12 entities and nothing more no matter what #280
Replies: 7 comments 3 replies
|
This usually happens if you are using a non-admin user. Only a very few API endpoints hand out data to non-admins. /tom |
|
That indeed is looking weird and is not a dashboard issue. Is there anything in the logs why it won't create the entities on startup? /tom |
|
These are two of the things i see in my log files after i add the NAS but that's about it. Log details (WARNING) [152832118066675] Unable to connect, sleep 320 seconds and retry Log details (ERROR) Error while setting up ugreen platform for sensor: module 'homeassistant.helpers.device_registry' has no attribute 'async_get_device_id_by_identifier' |
|
Quote: That helps - good find! It looks this error will happen with non-recent HA Core Versions. Background: In Core 2026.8, a new way of handling sub_devices was introduced in HA; the 'old' and common way of doing this is now giving a deprecation warning. I've internally already adjusted to that new way in integration v2026.09.1 to remove the warnings from the log, but of course totally forgot about users that might run older core versions. I'll release a beta v2026.10.1 soon that should fix this behaviour by handling both ways (old and new). Thanks, |










Uh oh!
There was an error while loading. Please reload this page.
I've just installed the HACS Version v2026.09.1 to monitor my DXP4800PLUS with UGOS v1.19.1.0126.
Upon adding the NAS through the configuration steps I'm being met with only 12 entities instead of the 60-70+ entities I've seen on pictures and video of other people. So I'm wondering what I'm doing wrong.
Image after adding my NAS to the HACS:

The 12 entities I'm being shown:

In the setup i've tried it with HTTPS 9443 and with and without having 2FA enabled.
I connect through direct IP instead of it's hostname.
Is there a known conflict between the current two versions of UGOS and HACS that i'm unaware off?
Really hope i can get a little bit of help to make it functional.
All reactions