“je n’ais pas réussi à preformater les fichiers importés,désolé.”
Bonjour, mon apprentissage de HA se poursuit dans la douleur!Je tente de configurer ma cle rtl-433, mais cela ne se passe pas très bien.
Les capteurs remontent dans “rtl_433 (next)” mais pas dans “rtl_433 autodiscovery(next)”.
fichier de démarrage avec debug:
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
s6-rc: info: service legacy-services successfully started
mqtt found in this Home Assistance instance.
Starting rtl_433_mqtt_hass.py...
[2025-12-08T09:32:08+0100] INFO:root:Enabling debug logging
[2025-12-08T09:32:08+0100] INFO:root:Discovering all devices
[2025-12-08T09:32:08+0100] DEBUG:root:MQTT Client: Starting Loop
[2025-12-08T09:32:08+0100] DEBUG:paho.mqtt.client:Sending CONNECT (u1, p1, wr0, wq0, wf0, c1, k60) client_id=b''
[2025-12-08T09:32:09+0100] DEBUG:paho.mqtt.client:Received CONNACK (0, 0)
[2025-12-08T09:32:09+0100] INFO:root:MQTT connected: Connection Accepted.
[2025-12-08T09:32:09+0100] INFO:root:Subscribing to: rtl_433/+/events
[2025-12-08T09:32:09+0100] DEBUG:paho.mqtt.client:Sending SUBSCRIBE (d0, m1) [(b'rtl_433/+/events', 0)]
[2025-12-08T09:32:09+0100] DEBUG:paho.mqtt.client:Received SUBACK
[2025-12-08T09:33:08+0100] DEBUG:paho.mqtt.client:Sending PINGREQ
[2025-12-08T09:33:08+0100] DEBUG:paho.mqtt.client:Received PINGRESP
config rtl auto:
master: false
mqtt_host: 192.168.0.200
mqtt_port: 1883
mqtt_user: xxxxxxxxxxxxxx
mqtt_password: xxxxxxxxxxxxxxxxxxxxxxxxxx
mqtt_retain: true
rtl_topic: rtl_433/+/events
device_topic_suffix: ""
discovery_prefix: homeassistant
discovery_interval: 600
force_update: false
log_level: default
Merci par avance à toutes les personnes pouvant m’aider.
Mais je pourrais difficilement participer à cette discussion pendant minimum 5 à7 jours à partir de ce soir.
Slt..
J’ai version normale pas preview !
Est-ce que tu as un fichier de configuration ? du type /homeassistant/rtl_433/rtl_433.conf.template
si la configuration est
Résumé
`
#This is an empty template for configuring rtl_433. mqtt information will be
#automatically added. Create multiple files ending in ‹ .conf.template › to
#manage multiple rtl_433 radios, being sure to set the ‹ device › setting. The
#device must be set before mqtt output lines.
#rtl_433/conf/rtl_433.example.conf at master · merbanan/rtl_433 · GitHub
output mqtt://${host}:${port},user=${username},pass=${password},retain=${retain}
report_meta time:iso:usec:tz
#To keep the same topics when switching between the normal and edge versions,
#use this output line instead.
#output mqtt://${host}:${port},user=${username},pass=${password},retain=${retain},devices=rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id],events=rtl_433/9b13b3f4-rtl433/events,states=rtl_433/9b13b3f4-rtl433/states
#Uncomment the following line to also enable the default « table » output to the
#addon logs.
#output kv
#Disable TPMS sensors by default. These can cause an overwhelming number of
#devices and entities to show up in Home Assistant.
#This list is generated by running:
#rtl_433 -R help 2>&1 | grep -i tpms | sd ‹ .[(\d+)]. › ‹ protocol -/run.sh ›
#[59] Steelmate TPMS
#[60] Schrader TPMS
#[82] Citroen TPMS
#[88] Toyota TPMS
#[89] Ford TPMS
#[90] Renault TPMS
#[95] Schrader TPMS EG53MA4, PA66GF35
#[110] PMV-107J (Toyota) TPMS
#[123]* Jansite TPMS Model TY02S
#[140] Elantra2012 TPMS
#[156] Abarth 124 Spider TPMS
#[168] Schrader TPMS SMD3MA4 (Subaru)
#[180] Jansite TPMS Model Solar
#[186] Hyundai TPMS (VDO)
#[201] Unbranded SolarTPMS for trucks
#[203] Porsche Boxster/Cayman TPMS
protocol -59
protocol -60
protocol -82
protocol -88
protocol -89
protocol -90
protocol -95
protocol -110
protocol -123
protocol -140
protocol -156
protocol -168
protocol -180
protocol -186
protocol -201
protocol -203
`
Le debug démarrage MQTT
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-12-08T10:39:07+0000] INFO:root:Discovering all devices
[2025-12-08T10:39:07+0000] INFO:root:MQTT connected: Connection Accepted.
[2025-12-08T10:39:07+0000] INFO:root:Subscribing to: rtl_433/+/events
[2025-12-08T10:39:07+0000] INFO:root:Published Bresser-6in1-0--1574469278: time, channel, battery_ok, temperature_C, humidity, wind_max_m_s, wind_avg_m_s, wind_dir_deg, uv
[2025-12-08T10:39:07+0000] INFO:root:Skipped Bresser-6in1-0--1574469278: sensor_type, startup, flags
[2025-12-08T10:39:07+0000] INFO:root:Published LaCrosse-TX35DTHIT-8: time, battery_ok, temperature_C, humidity
[2025-12-08T10:39:07+0000] INFO:root:Skipped LaCrosse-TX35DTHIT-8: newbattery
[2025-12-08T10:39:07+0000] INFO:root:Published LaCrosse-TX29IT-8: time, battery_ok, temperature_C, humidity
[2025-12-08T10:39:07+0000] INFO:root:Skipped LaCrosse-TX29IT-8: newbattery
[2025-12-08T10:39:10+0000] INFO:root:Published Bresser-6in1-2-589300510: time, channel, battery_ok, temperature_C, humidity
[2025-12-08T10:39:10+0000] INFO:root:Skipped Bresser-6in1-2-589300510: sensor_type, startup, flags
[2025-12-08T10:39:16+0000] INFO:root:Published Hideki-TS04-2-0: time, channel, battery_ok, temperature_C, humidity
[2025-12-08T10:39:20+0000] INFO:root:Published Hideki-TS04-1-0: time, channel, battery_ok, temperature_C, humidity
[2025-12-08T10:39:25+0000] INFO:root:Published Oregon-THGR122N-1-254: time, channel, battery_ok, temperature_C, humidity
[2025-12-08T10:39:26+0000] INFO:root:Published LaCrosse-TX141Bv3-1-228: time, channel, battery_ok, temperature_C
[2025-12-08T10:39:26+0000] INFO:root:Skipped LaCrosse-TX141Bv3-1-228: test
Oui, le fichier est: “/homeassistant/rtl_433/rtl_433.conf.template”.
Après avoir collé ton fichier à la place de l’existant puis enregistré et redémarré HA le résultat est le même. pas d’erreurs mais pas de remontées non plus.
merci
Voir la configuration du MQTT ? si accessible ?
Et le debug du RTL_433 au démarrage ?
Résumé
rtl_433
s6-rc: info: service legacy-services: stopping
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
Signal caught, exiting!
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
Starting rtl_433 -c /config/rtl433_test_conf.template
[11:53:07] WARNING: rtl_433 now supports automatic configuration and multiple radios. The rtl_433_conf_file option is deprecated. See the documentation for migration instructions.
rtl_433 version 25.02 branch at 202502191252 inputs file rtl_tcp RTL-SDR SoapySDR with TLS
MQTT: Publishing MQTT data to 192.168.0.42 port 1883
MQTT: Publishing device info to MQTT topic "rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id]".
MQTT: Publishing events info to MQTT topic "rtl_433/9b13b3f4-rtl433/events".
MQTT: Publishing states info to MQTT topic "rtl_433/9b13b3f4-rtl433/states".
New defaults active, use "-Y classic -s 250k" if you need the old defaults
Use "-F log" if you want any messages, warnings, and errors in the console.
Found Rafael Micro R820T tuner
Exact sample rate is: 1000000.026491 Hz
[R82XX] PLL not locked!
Si tu as la possibilité de tester sur MQTT le passage des messages ! ( ou MQTT explorer)
Bonsoir, le debug ne signale aucune erreur et rien ne remonte sur mqtt explorer.
je m’arrête là pour quelques jours. je reprendrai la semaine prochaine.
merci
1 « J'aime »