-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the bug.
Only a portion of the plugs are detected. Looking at the logs it appears to be a timing and logic issue.
What appears to be happening is that on first discovery the plug do not al reply on time (probably that total timeout is too short).
A retry does not happen "to speed up discovery"
And then because the types are not yet known they are automatically assumed to be battery operated devices (which they are not).
The result later is that they are never picked up.
(the same network does work with OpenHab)
What version of Home Assistant Core has the issue?
2023.2.5
What was the last working version of Home Assistant Core?
none
What type of installation are you running?
Home Assistant Container
How did you install plugwise-beta?
HACS
What kind of Plugwise device is having issues?
USB: Stick
What firmware version is your Plugwise product at?
2011-05-13 09:17:07
Logging
No response
Diagnostics information
When trying to reproproduce It appears I even get a timing problem with added the circle+:
home-assistant_plugwise_2023-02-17T09-19-46.296Z.log
Additional information
I did a number of complete integration reinstalls:
First try: 10 Plugs
second try: 8 plugs
3 : no circle +
4 : no circle +
5 : no circle +
I am quite comfortable modifying python code and constant if you can give me a pointer on the dependencies.