-
Notifications
You must be signed in to change notification settings - Fork 1
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
Covers are not reporting closed state anymore #1
Comments
Now testing back the original component without limitation, and then it seems to be fine ... ass soon its closed, its instanntly reporting closed any idea what could be wrong? |
Also see this in log, not sure if its related
|
Hi,
you are going to the standard velux integration with pyvlx==0.2.19 or do you only remove the limitation feature and use pyvlx==0.2.20 It's looks like a little bit the same problem as in Julius2342/pyvlx#153 described. The limitation feature is only polling based this makes a high traffic in the Gateway. I think this must be handled by pyvlx library. Maybe I can investigate this. |
When i test your custom, i use indeed 0.2.20 , then i can reproduce the issue verry easy, as soon as i open/close the cover, the issue always occurs so is it related to 0.2.20 OR the limitation feature .... |
Hi, did you figured something out already? |
Not really. Currently I don't know why. I have activate some logging in pyvlx and I see there comes no report from the Gateway. It looks like this is an Issue from the Gateway it self. |
AHH, thats maybe why i see the issue now, since i'm using your custom Is it maybe a workaround to make a variable , so we can turn on/off the polling ? So we just poll 1 velux instead of them all? we dont need rain sensors for all of them :-) |
hey @mago0211 , how can i change your custom component, so only 1 min_limitation value is retrieved on 1 velux? and also skip the limitation max, we dont need that anyway or how can we proceed with this? :-) |
Just for info, I now have for severe weeks the interval on 5 min instead of 2, seems stable , no more lockup of gateway |
Hey @mago0211
i was running your custom for the limitation
Now thats getting back sunny i opened the covers for a long while, they then offocurse report "open", but when i close them, seems they are stuck in "open" state, not reporting closed anymore...
do you see the same issue here?
when i restart HA again, its back OK,
seems after 2 min i think, i dont see any reporting anymore
The text was updated successfully, but these errors were encountered: