September 1, 20232 yr I am currently trying to receive the data from my weather station via unraid so i can use the data in Home Assistant. For this I bought a USB receiver, which can intercept the data via rtl_433. I already tested the function under a native Linux installation successfully without Docker. Now I wanted to put the whole thing on my Unraid server via Docker "hertzg/rtl_433". Unfortunately I get the error "usb_claim_interface error -6" I have mounted the USB device as a device "/dev/bus/usb/001/008". I already tried the following: - Privileged - Set UID/GID from root - VM installed there I also see the usb device, but I also get the error that I have no permissions - CHMOD 777 for /dev/bus/usb/001/008 If anyone else has an idea I would be very grateful
August 15, 20241 yr Just wondering if you ever got the rtl433 up and running on your server? I've it running but am running into a few issues, namely surrounding decoders.
August 15, 20241 yr Author Yes i got it up and running. I've never had any problems with it since then. I used an RTL2832U adapter and the following settings did the trick for me: Repository: hertzg/rtl_433:latest-debian Post Arguments: -c /dev/null -f 868.3M -Fmqtt://ip:port,user=mqttuser,pass=mqttpass,devices=rtl_433[/model][/id] -C si -M newmodel Privileged: ON RTL2832U adapter: https://de.aliexpress.com/item/32908968220.html?spm=a2g0o.order_list.order_list_main.105.21f35c5f5gXDEl
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.