NEWS
New Adapter for rtl_433 incoming data
-
@radi - Sorry I didn't see this sooner.
If you want to use TCP/IP to read an adapter. The remote host with the RTL-SDR dongle must be running rtl_sdr (rtl_tcp is included with the dist). Then on that host you would run the command:
rtl_tcp -a hostname -I <ip address>
On your ioBroker server you will need to run rtl_433 (which also requires rtl_sdr) and configure the instance with the ip address. You can take ioBroker out of the picture for testing and run the command:
rtl_433 -F json -d rtl_tcp://<ip address>:1234
In each case the <ip address> would be the address of the host with the RTL-SDR dongle - presumably 192.168.69.140
From the looks of the log provided rtl_433 is not installed on the ioBroker host yet
-
Hello @phillipssc,
I've installed your adapter yesterday and it works very well.
But I've got a problem when I restart the adapter in iobroker.The spawned subprocess ob rtl_433 won't be killed and on the next restart it' not possible to start a new instance of rtl_433 because the usb device is blocked by the older process.
Any advice?
-
@w00dst0ck @phillipssc I have the same problem, is there a chance to solve the problem?
-
@elmar-faber as you can see, my question is unanswered.
-
help can't get it to work in iobroker (TCP/IP)
what command on the RTL-SDR host
and which one in the iobroker adapter ??
Please be more specific command with example IP
-
@wolfi Sorry I missed this. I'm not sure what the test you did makes sense. What happens if you run
rtl_433 -F json -d rtl_tcp://192.168.178.153:1234
? -
@phillipssc
Could You please explain, what is going wrong here and how to fix it?rtl_433.0 2023-11-02 12:40:55.617 error Error: Parameter "parentChannel" needs to be of type "string" but type "undefined" has been passed rtl_433.0 2023-11-02 12:40:55.617 debug Creating State rain_mm on TFA-Drop-538256 rtl_433.0 2023-11-02 12:40:55.617 error Error: Parameter "parentChannel" needs to be of type "string" but type "undefined" has been passed rtl_433.0 2023-11-02 12:40:55.616 debug Creating State battery_ok on TFA-Drop-538256 rtl_433.0 2023-11-02 12:40:55.615 debug rtl_433:{"time":"2023-11-02 12:40:55","protocol":147,"model":"TFA-Drop","id":538256,"battery_ok":1,"rain_mm":2.794,"mic":"CHECKSUM","mod":"ASK","freq":433.902,"rssi":-4.738,"snr":15.883,"noise":-20.621} rtl_433.0 2023-11-02 12:40:28.695 debug rtl_433.0.TFA-Drop-538256: ok
There is another Sensor for wind running well. The rainsensor has got new batterys and has changed the number to TFA-Drop-538256.
-
I suggest to report issues using an github issue at adapter repository.
-
@mcm57 The issue is existing since Sep. the 28th made by Vetinari1977. Nothing to forget.
-
Hi @phillipssc, I have an ioBroker installation on Ubuntu and your Adaper works.
However, I had to set the protocols manually in the command line:
There are none in the overview:
Any ideas? What is wrong?