You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to debug some issues after restoring my system from a backup. I am running home assistant with the ebusd add-on on a Raspberry Pi 4 with the ebus V5 shield attached.
I am not getting any messages and am trying to look closer into the ebusd setup with ebusctl. I use the advanced shell to get into the docker container running ebusd. There I exceute ebusctl. This is what I am getting from a fresh start:
`
Welcome to the Home Assistant command line interface.
Home Assistant Supervisor is running!
System information:
IPv4 addresses for wlan0: (No address)
IPv4 addresses for end0: 192.168.50.222/24
IPv6 addresses for end0: fe80::d62e:8f66:f485:9894/64
OS Version: Home Assistant OS 16.3
Home Assistant Core: 2025.12.4
There is an older discussion here with the same symptoms but there was something else listening on some port. I don't know of any ports used here and rebooted the system to ensure no inadvertend changes were still present.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to debug some issues after restoring my system from a backup. I am running home assistant with the ebusd add-on on a Raspberry Pi 4 with the ebus V5 shield attached.
I am not getting any messages and am trying to look closer into the ebusd setup with ebusctl. I use the advanced shell to get into the docker container running ebusd. There I exceute ebusctl. This is what I am getting from a fresh start:
`
Welcome to the Home Assistant command line interface.
Home Assistant Supervisor is running!
System information:
IPv4 addresses for wlan0: (No address)
IPv4 addresses for end0: 192.168.50.222/24
IPv6 addresses for end0: fe80::d62e:8f66:f485:9894/64
OS Version: Home Assistant OS 16.3
Home Assistant Core: 2025.12.4
Home Assistant URL: http://homeassistant.local:8123
Observer URL: http://homeassistant.local:4357
System is ready! Use browser or app to configure.
➜ ~ docker exec -it
docker ps | grep ebusd | awk '{print $1}'/bin/bash2ad9b828-ebusd:/# ebusctl info
2ad9b828-ebusd:/# ebusctl help
2ad9b828-ebusd:/# `
There is an older discussion here with the same symptoms but there was something else listening on some port. I don't know of any ports used here and rebooted the system to ensure no inadvertend changes were still present.
Any hints appreciated!
Beta Was this translation helpful? Give feedback.
All reactions