Wyoming issue with 2024.2.1

Upgraded to 2024.2.1 this evening. Everything was working well before, and everything functions normally after the update as well.

However, I’m receiving non-stop disconnect errors (every 90s) in my HA logs from Wyoming:

Satellite has been disconnected. Reconnecting in 10 seconds…

Its a bit reminiscent of the homassistant-satellite issue - its throwing errors constantly but seems otherwise unaffected.

Any suggestions? Did I miss something I needed to do to update my satellites? Is there some way to suppress or address the underlying error?

I have upgraded wyoming-sattelite and errors gone.

1 Like

I have this same error. How did you upgrade wyoming-sattelite? I believe I’m up to date on everything and I can’t get this warning to go away.

Stop service

sudo systemctl disable --now wyoming-satellite.service

Pull latest changes

cd /wyoming-satellite
git pull

Run install script

script/setup

Reenable service

sudo systemctl enable --now wyoming-satellite.service

A bit late getting back to this as I just ignored the problemand hope, like so many times, the problem would magically fix itself :wink:

Thank you for the reply. I’ll give it a try.