Closed SenMorgan closed 1 year ago
I forgot to mention that the Odroid N2+ is the main board of my Home Assistant Blue, on which I am running HA OS.
Can you check the kernel logs? You can read the full log since the last boot using the SSH/Web terminal:
ha host logs --identifier kernel -b 0 -n 10000
Unfortunately, neither of those arguments after ha host logs
are accepted.
[core-ssh ~]$ ha host logs --identifier kernel -b 0 -n 10000
Error: unknown flag: --identifier
Usage:
ha host logs [flags]
Aliases:
logs, log, lg
Examples:
ha host logs
Flags:
-h, --help help for logs
Global Flags:
--api-token string Home Assistant Supervisor API token
--config string Optional config file (default is $HOME/.homeassistant.yaml)
--endpoint string Endpoint for Home Assistant Supervisor (default is 'supervisor')
--log-level string Log level (defaults to Warn)
--no-progress Disable the progress spinner
--raw-json Output raw JSON from the API
FATA[0000] Error while executing rootCmd: unknown flag: --identifier
I disconnected and reconnected the device, and here are the corresponding logs:
Apr 20 05:45:44 homeassistantblue kernel: usb 1-1.3: USB disconnect, device number 17
Apr 20 05:45:51 homeassistantblue kernel: usb 1-1.3: new high-speed USB device number 19 using xhci-hcd
I have discovered that the "ADS-B Multi-Portal Feeder" can detect the RTL-SDR receiver, but unfortunately, it fails to start, which was not a problem before upgrading to HA OS 10. Here is the complete log that I tried to copy and paste from the UI logs window:
I disconnected and reconnected the device, and here are the corresponding logs:
Hm, so the system does see the USb device. Did that look different on HAOS 9.5 (e.g. was there more log output when doing the same operation?)
You can relatively safely downgrade to HAOS 9.5 using
ha os update --version 9.5
Thanks for the tip on downgrading. The SDR is working again! Also, the logs look different when I unplug and plug in the device with HA OS 9.5:
Hm, that is interesting, it seems that HAOS 9.5 actually reports problems:
Apr 20 10:45:50 homeassistantblue kernel: usb 1-1.3: USB disconnect, device number 7
...
Apr 20 10:45:55 homeassistantblue kernel: usb 1-1.3: new high-speed USB device number 8 using xhci-hcd
Apr 20 10:45:56 homeassistantblue kernel: usb 1-1.3: device descriptor read/64, error -71
Whereas HAOS 10 doesn't report any:
Apr 20 05:45:44 homeassistantblue kernel: usb 1-1.3: USB disconnect, device number 17
Apr 20 05:45:51 homeassistantblue kernel: usb 1-1.3: new high-speed USB device number 19 using xhci-hcd
It could be related that things don't get accessed in HAOS 10 :thinking:
The issue has been resolved in version 1.20.3 of the Home Assistant add-on ADS-B Multi Portal Feeder. https://github.com/MaxWinterstein/homeassistant-addons
Describe the issue you are experiencing
Since the upgrade to HA OS 10, the addon "ADS-B Multi-Portal Feeder" has been unable to connect to the RTL-SDR USB receiver, even after unplugging and plugging it back in, as well as rebooting the system. There were no issues with earlier versions of HA OS.
Addon log output (sensitive data hide under «****»):
What operating system image do you use?
odroid-n2 (Hardkernel ODROID-N2/N2+)
What version of Home Assistant Operating System is installed?
10.0
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
System Information
Home Assistant Community Store
GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.31.0 Stage | running Available Repositories | 1278 Downloaded Repositories | 15Home Assistant Cloud
logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | okHome Assistant Supervisor
host_os | Home Assistant OS 10.0 -- | -- update_channel | stable supervisor_version | supervisor-2023.04.0 agent_version | 1.5.1 docker_version | 23.0.3 disk_total | 113.9 GB disk_used | 65.2 GB healthy | true supported | true board | odroid-n2 supervisor_api | ok version_api | ok installed_addons | chrony (2.5.0), File editor (5.5.0), Home Assistant Google Drive Backup (0.108.2), Samba share (10.0.0), RPC Shutdown (2.2), Zigbee2MQTT (1.30.3-1), Let's Encrypt (4.12.8), NGINX Home Assistant SSL proxy (3.2.0), MariaDB (2.5.2), Mosquitto broker (6.2.0), Terminal & SSH (9.6.1), ADS-B Multi-Portal Feeder (1.20.0)Dashboards
dashboards | 2 -- | -- resources | 8 views | 15 mode | storageRecorder
oldest_recorder_run | April 9, 2023 at 07:17 -- | -- current_recorder_run | April 19, 2023 at 11:01 estimated_db_size | 1694.05 MiB database_engine | mysql database_version | 10.6.10Additional information
No response