Skip to content
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

Event : OpenClosedPedestrianState have value "unknown" on open and close and too long #81

Open
Maypeur opened this issue Jan 10, 2023 · 1 comment

Comments

@Maypeur
Copy link

Maypeur commented Jan 10, 2023

When i open or close a Somfy Axovia 220B 3S io it return the following state :
10/01 19:45:29.553 [{"deviceURL":"----","deviceStates":[{"type":3,"name":"core:OpenClosedPedestrianState","value":"unknown"}],"name":"DeviceStateChangedEvent"}]

About 15 secondes after the gate is closed or is open, the real state is sent :
10/01 19:45:53.859> [{"deviceURL":"----","deviceStates":[{"type":3,"name":"core:OpenClosedPedestrianState","value":"open"}],"name":"DeviceStateChangedEvent"}]

When opening the pedestrian (only one side of the gate) it return "pedestrian".
10/01 19:49:09.455 > [{"deviceURL":"----","deviceStates":[{"type":3,"name":"core:OpenClosedPedestrianState","value":"pedestrian"}],"name":"DeviceStateChangedEvent"}]

A) "unknown" is a real problem beacause we do not know if the gate is going to open or close.
So we cannot rely on this event to trigger something.

B) open / close states are really too late, as you can see 24 secondes after the command was sent.
Why this so long delay to sent the event ? The gate is close or open in less than 10 seconds, why waiting 15 seconds more to update the event ?
Again, we cannot use it to trigger something since it is really to late.

The online API behind www.tahomalink.com doesn't have theses problems, nor this "unknow" state, nor this delay once gate is open/close.

Please fix it.

@mcf68k
Copy link

mcf68k commented Aug 17, 2023

I have a similar problem, when I open/close my AXOVIA 3S io using the Tahoma App, the status is correctly updated, but when I'm using the KeyGo IO, the status is not updated until I'm opening the Tahoma App.

Any Idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants