Par contre quand je regarde le log de rtl_433 MQTT Auto Discovery, je m’attend à les voir apparaître mais il n’en est rien:
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
s6-rc: info: service legacy-services successfully started
mqtt found in this Home Assistance instance.
Starting rtl_433_mqtt_hass.py...
[2025-11-29T09:12:29+0100] INFO:root:Enabling debug logging
[2025-11-29T09:12:29+0100] INFO:root:Discovering all devices
[2025-11-29T09:12:29+0100] DEBUG:root:MQTT Client: Starting Loop
[2025-11-29T09:12:29+0100] DEBUG:paho.mqtt.client:Sending CONNECT (u1, p1, wr0, wq0, wf0, c1, k60) client_id=b''
[2025-11-29T09:12:29+0100] DEBUG:paho.mqtt.client:Received CONNACK (0, 0)
[2025-11-29T09:12:29+0100] INFO:root:MQTT connected: Connection Accepted.
[2025-11-29T09:12:29+0100] INFO:root:Subscribing to: rtl_433/+/events
[2025-11-29T09:12:29+0100] DEBUG:paho.mqtt.client:Sending SUBSCRIBE (d0, m1) [(b'rtl_433/+/events', 0)]
[2025-11-29T09:12:29+0100] DEBUG:paho.mqtt.client:Received SUBACK
On voit qu’il se connecte bien à MQTT mais il n’y a pas de nouvel appareil qui y apparaît.
je loupe sûrement quelque chose dans les fichiers de configuration:
Config de rtl_433 MQTT Auto Discovery
Bonjour @bertttrand,
Merci pour ces liens, je pense que c’est ce qui me manquait.
En effet, je n’ai pas de configuration spéciale pour rtl_433.
Dans configuration du module complémentaire j’ai:
rtl_433_conf_file: ""
retain: true
quand je vais voir dans /homeassistant/rtl_433 j’ai un fichier rtl_433.conf.template mais il est vide.
j’y ai donc ajouté ces lignes issues des fichiers de config de tes liens: