unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
22 stars 0 forks source link

[bug] The remote control randomly stops switching devices and logs are full of errors #302

Open Marco4223 opened 5 months ago

Marco4223 commented 5 months ago

Is there an existing issue for this?

Description

Probably since the last update or my reset of the remote control, various devices are no longer being addressed. It is usually the AV receiver that does not start with the corresponding action. This can then no longer be controlled. Even if I switch the device on manually, I would assume that the remote control should control the volume or call up other functions such as the menu, even if the device was not previously switched on. The projector is also often not switched off. However, it feels as if the remote control has completely forgotten about the device.

Here is my list of devices:

[ { "entity_id": "uc.main.6586efd4-2c10-4486-84ba-325e34f65f11", "entity_type": "remote", "integration_id": "uc.main", "name": { "en": "LG UBK90 Remote" }, "icon": "uc:remote", "features": [ "send", "on_off", "toggle" ], "description": { "en": "" }, "options": {}, "attributes": { "state": "UNKNOWN" }, "enabled": true }, { "entity_id": "uc.main.95562683-e34f-4e93-8847-7955da12f4d5", "entity_type": "remote", "integration_id": "uc.main", "name": { "en": "Marantz SR7015 Remote" }, "icon": "uc:remote", "features": [ "send", "on_off", "toggle" ], "description": { "en": "" }, "options": {}, "attributes": { "state": "OFF" }, "enabled": true }, { "entity_id": "uc.main.3f530099-ef18-4b9a-b00b-9fe55fa3da71", "entity_type": "remote", "integration_id": "uc.main", "name": { "en": "Epson EH-LS12000b Remote" }, "icon": "uc:remote", "features": [ "send", "on_off", "toggle" ], "description": { "en": "" }, "options": {}, "attributes": { "state": "OFF" }, "enabled": true }, { "entity_id": "uc.main.84f40abe-8cf0-4723-8e84-064bf0a4ca23", "entity_type": "remote", "integration_id": "uc.main", "name": { "en": "XBOX Series X Remote" }, "icon": "uc:remote", "features": [ "send", "on_off", "toggle" ], "description": { "en": "" }, "options": {}, "attributes": { "state": "UNKNOWN" }, "enabled": true } ] Enclosed is a log that is no longer really clear with thousands of "Authentication error". Unfortunately, you can't see where the error is coming from in the logs.

Here are a few examples:

intg-homeassistant  INFO    [2024-01-30T21:58:58Z ERROR uc_intg_hass::client::streamhandler] [homeassistant.kack.info:443-3] Protocol error: I/O error: unexpected end of file
intg-homeassistant  INFO    [2024-01-30T21:58:58Z ERROR uc_intg_hass::client::streamhandler] [homeassistant.kack.info:443-3] Protocol error: I/O error: Connection reset by peer (os error 104)
alsa-restore    INFO    alsa-lib main.c:1541:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -2
ui  WARN    qrc:/components/entities/activity/deviceclass/Activity.qml:57: TypeError: Cannot read property 'entity_id' of undefined
ui  WARN    qrc:/components/entities/Base.qml:262: TypeError: Value is null and could not be converted to an object
ui  WARN    qrc:/components/entities/Base.qml:285: TypeError: Cannot read property 'enabled' of null
bt  ERROR   src/rfkill.c:rfkill_init() Failed to open RFKILL control device
core    ERROR   [uc_appletv_driver] Error connecting to driver ws://127.0.0.1:8097: ServiceUnavailable("Failed to connect to host: Connection refused (os error 111)")
core    ERROR   Error encountered while processing the incoming HTTP request: AuthError("Authentication error")

The error about the is the most shown in the logs. I around 5 hours I can count 341 times of these error. My log befor was over around 7 hours and contains ~3000 lines of these errors. Is there a problem with the Dock connection? (Its Wifi)

Thx for your help

How to Reproduce

It is random and not exactly reproducible

Expected behavior

All devices are controlled correctly at all times

System version

v1.6.7

What part of the system affected by the problem?

Overall system

Additional context

UCR2_logs_2024-01-30.txt