Replies: 1 comment
-
Perhaps the hertzg project can help. rtl_433 doesn't deal with libusb dev paths. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i run rtlamr and rtl433 on two different rtl devices via docker. the issue im having is the path to the device changes on every reboot so i have to modify the device path ever boot. rtlamr always uses the first device found so i know to always set rtl433 as the second device. here's my docker compose
and here's my
lsusb
:so the first device will always be picked up by rtlamr and the second device i have to change the
- '/dev/bus/usb/001/006'
part of the docker config every reboot. i cant seem to track down any ids for these devices or any other way to pass them down to docker and it be persistent on boot.Beta Was this translation helpful? Give feedback.
All reactions