Daily request to add new integration and data format issue #164
Replies: 2 comments 21 replies
-
/tom |
Beta Was this translation helpful? Give feedback.
-
|
Further to our discussions before, I did some more detailed digging (though I am not THAT experienced with IPv6). At the moment, the NAS device is identified by an auto-discovered IP ('host'): async def async_step_zeroconf(
self, discovery_info: ZeroconfServiceInfo
) -> config_entries.ConfigFlowResult:
"""Handle zeroconf discovery."""
_LOGGER.debug("[UGREEN NAS] Discovered device via zeroconf: %s", discovery_info)
host = discovery_info.host
port = discovery_info.port or 9999
# Set unique ID to prevent duplicate entries
await self.async_set_unique_id(f"ugreen_nas_{host}")It seems the IPv6 address is changing quite frequently at your end, therefore a new NAS is detected all the time. For the coming Multi-NAS feature, I am planning anyways to change the unique id from /tom |
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.
-
Hi,
since some days i get almost everyday a new detected integration like this. Why is this the case?
Second the data format changed for some entities from terrabyte to byte and i am not able to change to terrabyte with the UI.
Please correct it and and keep one format for all entities in Terrabyte
Beta Was this translation helpful? Give feedback.
All reactions