-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
devolo_home_network - Error fetching... #110555
Comments
Hey there @2Fake, @Shutgun, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) devolo_home_network documentation |
Hi @jusicgn , those are too many errors to be explained by the firmware endpoint. The polling interval of that endpoint was reduced to once every 5 hours, so I doubt, that deactivating it will help. I also see this in my setup, but way less. How are your average PLC data rates? I guess we cannot avoid those errors completely. The devolo devices have weak CPUs that assumingly answer API calls with low priority to keep the main purpose (bridging traffic) up and running. I could try to increase the timeout I use, however the currently used 10 seconds already feel long to me. Do you have any real service interruptions by those errors or are they "just" annoying you? |
Hi @Shutgun , I've made a screenshot from my plc data rates for you :) Todays logs look like this: Error fetching connected_plc_devices data: The device is currently not available. Maybe on standby? |
Your data rates look ok, they aren't an issue. I definitely have weaker rates in my setup. I don't think the devices are stressed, they just don't answer in time. But what I did is to deactivate all entities I don't need. However, a few entities rely on the same API endpoints, so you'd have to deactivate them all in order to really reduce the number of calls.
The LAN 1-1 and the DIN-rail would be my first victims for this optimizations as the WiFi devices have better CPUs. I will additionally try a larger timeout in my setup. Maybe that helps, too. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I have started to see the same issue... Should I just disable the entities? Logger: homeassistant.components.devolo_home_network Error fetching switch_leds data: The device is currently not available. Maybe on standby? |
Hi @Alf-Tupper , assuming your devices are not really on stand-by and the connection between them is rather stable, the devices sometimes are simply to slow to answer in time and sometimes they aren't. I cannot really tell when nor can my contacts at devolo. What I would suggest if you can't live with ignoring the messages is to deactivate entities you don't need. That will reduce the presure on the device and increase the probability it will answer in time. So you don't necessarily need to deactivate those who log, but any deactivated entity can help. |
To add to this issue: I have had a Devolo device that has been constantly giving the error "failed setup will retry" in Home Assistant. I followed advice from other issue threads here and disabled any entities that I was not interested in but still had issues. I then completely removed the device from Home Assistant but not I cannot re-add it? I have restarted both Home Assistant and the Devolo Wifi devices many times, but still no joy. Standby is disabled on all devolo devices Logs and pics below: Logs below: (can provide them in-line if preferred) |
Hi @CaptInsano , this looks like a different issue. It seems like an IP protocol mismatch to me. While you show an IPv4 address in the screenshots there is an IPv6 address in the logs and that seems to be unreachable for your Home Assistant. Have you tried to restart the Magic 2 WiFi? Maybe it's not advertising itself properly via mDNS... |
I just tested removing another devolo device from Home Assistant and re-adding it but that worked with no issue. I have not changed any settings on my Magic 2 WIFI that I am aware of. Is there anything I should be trying/checking? |
Do you know how to make an mDNS snapshot of your network, e.g. using |
I ran I am not sure if this is the command/output you are looking for?
|
Just to say: I also just did a factory reset of my Magic 2 WIFI device and still the same issue? |
ok, that looks very weird. The Magic 2 WiFi is indeed not advertising itself via mDNS and that is why the connection to Home Assistant is broken. If you already factory reset it, I'm a bit our of options. If you click on the device in the devolo app: do you have options to e.g. turn of the LEDs or restart the device? Those functions are using the same API like I do. I assume, the device is on latest firmware? |
I can confirm I had full control over the device via the app. I had also previously restarted my router and wireless APs but this time I disabled IPv6 on my router and restarted and then I started seeing Magic 2 WIFI on mDNS. It was then automatically detected by Home Assistant and is currently working. I really appreciate your help but I believe it may have been an IPv6 issue that had never presented before. I will monitor and then try and re-enable IPv6 to see if it continues to work |
The problem
Hi folks,
I've got 4 devolo devices in total and get a lot of errors in the log:
Logger: homeassistant.components.devolo_home_network
Source: helpers/update_coordinator.py:345
Integration: devolo Home Network (documentation, issues)
First occurred: 13. Februar 2024 um 22:46:33 (724 occurrences)
Last logged: 17:11:57
Error fetching connected_plc_devices data: The device is currently not available. Maybe on standby?
Error fetching connected_wifi_clients data: The device is currently not available. Maybe on standby?
Error fetching switch_guest_wifi data: The device is currently not available. Maybe on standby?
Error fetching switch_leds data: The device is currently not available. Maybe on standby?
My devices:
As i read in other tickets that it might help to switch off the firmware update entity, I did that just before writing this issue.
Will report if it "fixes" the issue.
But even if it does. Would be nice to have the firmware update information back :)
Best, Julian
What version of Home Assistant Core has the issue?
2024.2.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
devolo_home_network
Link to integration documentation on our website
https://www.home-assistant.io/integrations/devolo_home_network
Diagnostics information
config_entry-devolo_home_network-ff0a70262b3e7b097fbace716cdee82f.json
config_entry-devolo_home_network-1968c964fce199541b93cb53879a9ce7.json
config_entry-devolo_home_network-fa7fab6646b974bdf985f740be1cdd04.json
config_entry-devolo_home_network-773d8476514eb8ae134f1976d98d6510.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: