-
Notifications
You must be signed in to change notification settings - Fork 101
Beta 4 Setup Completes, but no devices #431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Even though I don't have a PowerKit device and cannot debug its integration, I could try to fix the problem if you provide your diagnostic data. |
Here you go. It is just odd that it doesn't make an entry under the group. |
@tolwi I will take a look that weekend into it. Maybe I can find the bug 😊 |
the problem is that the result of the quota all endpoint for the powerkit doesn't return a dictionary anymore. I will try to see if I can find a solution for that. |
@tolwi I guess the latest cleanups remove some logic for subdevices. still searching |
Okay I guess I found the issue. The issue is that the constraction of subdevices changed alot since I was last time here. And the change expects that all subdevices have their own private serial number. But that is actually not true. For example the wireless module of the powerkit shares the SN with the main device. In my change it was mitigated by the construct of typed child devices. |
@tolwi can I revert the changes of the commit 5d7732c? Mainly the changes that removed the |
Beta 4 seems to have solved the issue of the configuration flow working correctly and allowing me to add my Powerkit, but once it is completed no devices are added to home assistant. I get a device group, but it just says that there is nothing in it.
I checked the HA logs and I don't see any errors connected to the integration. I went ahead and deleted and recreated and it doesn't seem to have changed anything.
When I download diagnostics for the group that it created it has entries for all of the Powerkit stuff and even seems to have values for them them, but it doesn't reflect it in the UI in any way that I can find.
The text was updated successfully, but these errors were encountered: