Replies: 5 comments 7 replies
-
|
Is your SSD connected directly to the RPI? I had similar problems until I added a powered usb hub to my RPIs. Apparently, it's common for the RPI's PSU to not supply enough power to run an SSD. As soon as I added a powered usb hub and connected the SSD to it, my crashing problems went away. |
Beta Was this translation helpful? Give feedback.
-
|
Bon, I've tried to solve any potential power problem but it doesn't change anything.
This made absolutely no difference, my Zigbee network is still crashing after 6/8 sometimes 12 hours. I do have a few error in the log which I couldn't find any source for. Researching them leads to a lot of non conclusive answers as those errors are too broad. I'm including them below in case it's helpful. I'm a bit desperate at this point because I tried everything I read and could and not luck... Does anyone have an idea? _Logger: homeassistant.components.websocket_api.http.connection [547516776992] Disconnected: Did not receive auth message within 10 seconds_ _Logger: aiohttp.server Error handling request _Logger: frontend.js.latest.202203012 :0:0 ResizeObserver loop completed with undelivered notifications._ Logger: homeassistant.components.hassio With some detail for this last one: |
Beta Was this translation helpful? Give feedback.
-
|
Just found about a new error in the supervisor log : [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.3:8099 ssl:default [Connect call failed ('172.30.33.3', 8099)]. Could this be related? |
Beta Was this translation helpful? Give feedback.
-
|
Dang, sorry to hear that you're still having problems. I was hoping the powered USB hub would solve your problems. I don't have the skillset to figure out what's going on from the logs, hopefully someone else can chime in there. Are you using the z2m integration in HA? I had some problems with that and moved to having HA by itself and z2m on a separate RPI, that seemed to help. It also could be something screwed up with HA. It might be worth blowing away the image on your RPI and starting fresh. Also, are you using HACS to get 3rd party integrations? I had an issue were using the Adaptive Lighting 3rd party integration was screwing up my zigbee networks. Removing the integration didn't solve the problem either. I had to redeploy my devices that were using z2m. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
It's a bit despaired that I'm reaching out as I usually get my way around reading over and over posts and issues from others.
But this time, I can't make it work.
Context:
I'm running a small network of devices, a few Aqara Zigbee Switches, a couple Yeelight Bulb and a few plugs, both Zigbee and Wifi. All this on the Rpi 3B+ with SSD and ZZh Zigbee stick.
I used to have my switches paired with the Xiaomi Gateway itself connected to HA and all automation done via nodered. This was more than 2 years ago. And it ran perfect for that long with literally no crash whatsoever.
I recently thought it was time to update HA seeing the most recent development which are amazing (such a long way in 3 years).
So I want for a fresh HA install and it went rather smooth. I took this opportunity to "get rid" of the gateway and pair my switches directly with HA through MQTT (Mosquito and Z2M) and still using Node Red. It worked almost instantly, no fiddling at all.
Problem:
Since then, there wasn't a single day I didn't have to restart Z2M to make my network functional again.
I was working with an old Zigate V1 which is officially not supported. So I changed it for the praised ZZh thinking it would make things better. Nope.
So I tried all i could read:
Nothing to do, after a few hours, like 6/8, the network is broken and I get the "failed to execute LQI for coordinator" and nothing works. The network map shows up but no link between the devices.
From the Z2M interface, I have to reboot Z2M and it miraculously work again.
If that help the diagnosis, I'd also say that the network is now slower than it used to be. I get a 1sec delay between a push on a switch and the lamp turning on. Sometimes more, sometimes less. It's quite strange.
There is nothing in the HA logs that is related to Z2m, only a couple things related to Xiaomi map extractor.
So I've enabled the Herdsman logging as I've seen asked in other posts, but I have to admit at this point it's a bit Chinese to me....
If anyone has an idea, I'd love to hear it ....
One last thing to note that seems unrelated but adding anyway in case: when I update my HA, the supervisor crashes. HA works fine but I don't have access to the ad-dons and the supervisor. I have to cut the power and reboot everything so that it comes back to life.
Even soft reboot won't work, even through putty with commands.
Thanks for reading through, that's already something ;)
Here is the last bit of the Z2M log in case it helps
Beta Was this translation helpful? Give feedback.
All reactions