Closed daviswieck closed 2 years ago
I'm also running in a VM, and haven't had any issues with 2022.10.4.
Failed to to call /addons/9b13b3f4_rtl433/stats - Container addon_9b13b3f4_rtl433 is not running
This indicates the addon is exiting. Can you add verbose
and output kv
to your config?
What version of the addon to you have?
RTL_433 is 0.2.3
Addon Logs
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[08:13:11] 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 21.12-101-g9eec4611 branch at 202204282249 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Publishing MQTT data to core-mosquitto port 1883
Publishing device info to MQTT topic "rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id]".
Publishing events info to MQTT topic "rtl_433/9b13b3f4-rtl433/events".
Publishing states info to MQTT topic "rtl_433/9b13b3f4-rtl433/states".
Registered 19 out of 218 device decoding protocols [ 11 30 40-41 48 84 97 112-113 130 136 142 160-163 190 192-193 ]
Starting rtl_433 -c /config/rtl_433/433.conf.template
Found Rafael Micro R820T tuner
Exact sample rate is: 250000.000414 Hz
[R82XX] PLL not locked!
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
Allocating 15 zero-copy buffers
baseband_demod_FM: low pass filter for 250000 Hz at cutoff 25000 Hz, 40.0 us
MQTT Connected...
MQTT Connection established.
Supervisor Logs
22-10-19 08:13:10 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning addon_9b13b3f4_rtl433 application
And when I do not use my own config, all I get is:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
/tmp/rtl_433_heredoc: line 45: warning: here-document at line 1 delimited by end-of-file (wanted `EOD')
Starting rtl_433 with 433.conf...
[433] rtl_433 version 21.12-101-g9eec4611 branch at 202204282249 inputs file rtl_tcp RTL-SDR
I just tagged a new release with several fixes including the end-of-file error. Mind updating and trying again?
Just updated an no luck... The original dongle I was using went bad. I replaced with a spare I had laying around as well. I tried running Airspy on my desktop as well to see if I could catch a signal, and it was really weak. I am going to order a new dongle to see if that will help out.
I've also opened it up to catch all signals and I don't see anything coming in.
Appears it may have something to do with this:
Ok, great. I'll close this but feel free to open if you think there is something in this addon to fix. Thanks!
The problem
My add on has been running perfectly fine for the past 1-2 years. Just recently it is no longer sending messages via mqtt. The logs of the addon say it is connected to MQTT but I cannot see any messages it is "sending".
What addon are you reporting the bug for?
rtl_44
What type of MQTT Broker are you using?
Home Assistant Mosquitto MQTT Broker
Addon log messages
Additional information
I am running HA OS via Virtual Machine. Not sure what is going on all of the sudden. Not sure if the "core-2022.10.4" update broke it or not.