J’ai installé GCE RF Player via HACS et j’ai ajouté l’appareil dans Home Assistant. J’ai pu sélectionner le périphérique USB sans problème.
Le RF Player clignote en bleu lorsque j’utilise ma télécommande 433 MHz, donc il semble bien détecter quelque chose.
Cependant, je ne vois aucun événement dans Home Assistant (par exemple via Outils de développement → Événements en écoutant rfplayer_event).
Est-ce que j’ai oublié une étape dans la configuration ou est-ce qu’il y a quelque chose de particulier à activer pour recevoir les événements ?
docker logs homeassistant
2026-03-04 22:24:59.949 INFO (SyncWorker_1) [homeassistant.loader] Loaded fritz from homeassistant.components.fritz
2026-03-04 22:24:59.949 INFO (SyncWorker_4) [homeassistant.loader] Loaded roomba from homeassistant.components.roomba
2026-03-04 22:25:00.066 INFO (SyncWorker_5) [homeassistant.loader] Loaded snmp from homeassistant.components.snmp
2026-03-04 22:33:38.784 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AG0KLNL1-if 00-port0 for rfplayer
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1006, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/rfplayer/__init__.py", line 38, in async_unload_entry
await gateway.async_unload()
File "/config/custom_components/rfplayer/gateway.py", line 128, in async_unload
await self.hass.async_add_executor_job(self._get_client().close)
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
result = ctx.run(self.task)
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
return fn(*args, **kwargs)
File "/config/custom_components/rfplayer/rfplayerlib/__init__.py", line 132, in close
self._protocol.transport.close()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/serial_asyncio_fast/__init__.py", line 129, in close
self._close(None)
~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/site-packages/serial_asyncio_fast/__init__.py", line 438, in _close
_create_background_task(self._call_connection_lost(exc, flush=True))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/serial_asyncio_fast/__init__.py", line 36, in _create_background_task
task = asyncio.create_task(coro)
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 394, in create_task
loop = events.get_running_loop()
RuntimeError: no running event loop
2026-03-04 22:33:38.812 WARNING (MainThread) [py.warnings] /usr/local/lib/python3.14/asyncio/base_events.py:2047: RuntimeWarning: coroutine 'SerialTra nsport._call_connection_lost' was never awaited
handle = None # Needed to break cycles when an exception occurs.
s6-rc: info: service legacy-services: stopping
2026-03-04 22:34:05.987 INFO (MainThread) [habluetooth.channels.bluez] Bluetooth management socket connection closed
2026-03-04 22:34:15.869 INFO (Recorder) [homeassistant.components.recorder.pool.RecorderPool] Pool recreating
[21:34:24] INFO: Home Assistant Core finish process exit code 0
[21:34:24] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-03-04 22:34:39.916 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration rfplayer which has not been tested by Home Assista nt. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-03-04 22:34:39.920 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-03-04 22:34:39.923 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration presence_simulation which has not been tested by H ome Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-03-04 22:34:44.857 INFO (MainThread) [homeassistant.setup] Setting up system_log
