-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Time-out issues with DataUpdateCoordinator #345
Comments
Thanks for reporting @Tonylolo. I haven't seen these issues yet. What is your update interval? (Settings -> Integrations). Do you have debug mode enabled and could you share more parts of your log? I would like to understand more about this behaviour. Normally, controlling your covers is not related to the event fetcher. The event fetcher is able to recover from any timeouts, thus that should not be a big issue. |
My update interval : 30s, I test with 3200 same things. I don't know how enable debug mode ? |
In our readme, we documented how to enable debug logging: https://github.com/iMicknl/ha-tahoma#enable-debug-logging Could you clarify what the issue is. Is it just the message in the log, or does it also happen when you try to execute a command? (via automations?) |
my log has been cleaned, so as soon as the message, I copy here. It's just a message in the log, when a command doesn't work I go see. in log and I find the message :...fetcher.... |
|
Hi I start at: 2021-01-15 07:17:19 ERROR (MainThread) [custom_components.tahoma] Timeout fetching TaHoma Event Fetcher data Thk |
Logger: custom_components.tahoma Error fetching TaHoma Event Fetcher data: |
Thanks for sharing your log. I am a bit clue less why you receive so many
This is very very slow compared to my installation. The events should be fetched in less than a second normally...
|
I have alreadu update hacs integration HA is installing on Qnap, via container, on network via ethernet cable, none wireless between qnap and tahoma. Only a tplink router and box. Time between action on button(ios app of HA) and moving of roller is randomary; fast and some times several seconds... |
I don't think we can offer a solution for this issue... We haven't had any user with those issues yet and I don't believe this is part of this integration. The event fetcher is a really simple API endpoint. It should not happen that a request takes 40 seconds, instead of 0.1 second. Are you able to ping tahomalink.com from your QNAP? I wonder what kind of latency you have. |
Yes i test the ping: 21ms from nas to tahomalink.com |
So about this issue i ll continue to search... Another issue if you cn jelp me, when i use stop command on a roller with ha, roller doesn't take myposition , there is nothing. But if the rolling moves it's ok it stops. Thk |
This is currently not mapped to the |
Great ! |
Hi, I use this time to compare the official and it works perfectly! so the error is on your integration. I will try with nodered for another comparison. Do you have more idea? Thank you |
@Tonylolo the error you quoted come from the official api integration not from this one. The official api is known to be flaky as the Somfy server returns often errors like yours. The only thing you can do is to contact their support. Like I already did several times. Sadly they don't give resources to this api. |
Hi Are you sure because it's appears when i use an entity cover make with tahoma custom integration. And i always have issue after 1-2days with this integration. Since somfy official is ok... Sadly i would like use custom that is very good in term of functions! |
hi, i complete following to issue this night: 2021-03-01 19:06:25 INFO (MainThread) [backoff] Backing off execute_commands(...) for 0.9s (pyhoma.exceptions.NotAuthenticatedException: Not authenticated) After that I test with "official SOMFY" integration and all is ok. |
This is a different, not related, issue. |
'There hasn't been any activity on this issue recently. Is this issue still present? |
Describe the bug
it's random, sometimes daily, sometimes 3 times a week ... the controls for my shutters for my tahoma do not work.
In the log I have the message: Timeout fetching TaHoma Event Fetcher data.
After restarting the server, everything works again.
I am using HA on container / Qnap.
To Reproduce
Steps to reproduce the behavior:
Just wait several minutes or hours...and in my log I have:
Timeout fetching TaHoma Event Fetcher data
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
roller
Device: (if your problem is related to a specific device)
Tahoma
io:DimmableLightIOComponent
, can be gathered from device page in HA looking at Firmware]/config/devices/dashboard
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: