Shawn Wilsher
Shawn Wilsher
The stacktrace implies that the connection to the server is closed. Are the entities showing up as unavailable as well?
v0.3.0 of this custom integration has some additional logging code which might help us figure out what is going on here. To do this, you'll want to update the [logger...
Are you sure this is related to this integration? That entire stack looks like core home-assistant.
Just to be clear, this worked correctly with the https port, but not the http port? Also, do you have "Web Interface HTTP -> HTTPS Redirect" checked under "System ->...
I was able to get this error without any non-standard ports, and looking at logs, it looks like we were sending the hostname as the API key, but I don't...
Not presently. We need to hash out how to do realtime metrics in the upstream library still: https://github.com/sdwilsh/aiotruenas-client/issues/59
I could probably clear this up in the `README.md` though...
I have had issues with custom integrations as well from time to time, but usually a restart of HA fixes it. Has it showed up for you since, @gurkburk76?
As a high-level pass, we could at least check against the ip/host address the user provides, *or* slightly better is to use `hostname` off of `CachingMachine.get_system_info`, which is at least...
Note that while Buck has `ndk_library`, we don't suggest folks use it.