szopen
30 Październik 2023 17:40
130
0.4.0 podstawowego dodatku i 0.6.0 autodiscovery muszą działać, bo ostatni poprzedni update był w lutym… (więc chyba przez ponad pół roku ktoś by się połapał, że coś jest grubo zwalone)
Kto powiedział, że trzeba mieć ostatnią wersję?
Zgłoś issue , pisanie na forum nic nie da.
PS już ktoś zgłosił - naprawdę nikt z Was tam nie sprawdził? więc się dopiszcie do istniejącego…
opened 07:12AM - 30 Oct 23 UTC
### The problem
After the upgrade to 0.4.1 the addon stopped receiving/transmit… ting information.
I've been using the rtl_433 addon for more than a 18 months with a USB2.0 DAB FM Radio DVB-T RTL2832U R820T2 RTL SDR TV Stick Dongle Digital USB TV HDTV Tuner Receiver IR Remote with Antenna (sic). The dongle is in the T620 that runs HomeAssistant, with an external antenna.
After the latest upgrade (a couple of days ago) the addon doesn't receive/transmit information. RTL_433 starts up, configures itself to the desired protocols and frequency, connects to the MQTT broker, and then nothing.
When I plug the dongle in another (linux) system and run rtl_433 with the same config it works fine.
### What addon are you reporting the bug for?
rtl_443
### What is the addon version?
0.4.1
### What type of MQTT Broker are you using?
Other (details in the bug description)
### Addon log messages
```txt
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
[08:09:20] WARNING: rtl_433 now supports automatic configuration and multiple radios. The rtl_433_conf_file option is deprecated. See the documentation for migration instructions.
Starting rtl_433 -c /config/rtl_433/rtl_433.conf
rtl_433 version 22.11 branch at 202211191645 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
New defaults active, use "-Y classic -s 250k" for the old defaults!
Publishing MQTT data to mqtt.squirrel.nl port 1883
Publishing device info to MQTT topic "rtl_433/bresser51".
Registered 2 out of 223 device decoding protocols [ 172 119 ]
Found Rafael Micro R820T/2 tuner
Exact sample rate is: 250000.000414 Hz
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 868.300MHz.
Allocating 15 zero-copy buffers
baseband_demod_FM: low pass filter for 250000 Hz at cutoff 50000 Hz, 20.0 us
MQTT Connected...
```
### Additional information
Mosquitto add-on runs as an independent broker.
rtl_433 config:
````
gain 0
frequency 868.30M
hop_interval 600
ppm_error 0
sample_rate 250k
report_meta time:tz
protocol 172 # Bresser Weather Center 6-in-1 (newer 5-in-1)
protocol 119 # Bresser Weather Center 5-in-1 (old)
output kv
output mqtt=http://mqtt.squirrel.nl,user=****,pass=****,retain=1,devices=rtl_433/bresser51
````