-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
usb device resets w/ remote rtl_tcp? #123
Comments
Absolutely not intentional! :) |
The code appears to not check for whether remote rtl_tcp is used until pretty late, looks like in the meters filter setup section. By then it has already found or guessed a rtlsdr and tried to reset it. If you dont have a local radio it will also exit before getting to the remote rtl_tcp setup. My issue is that I have a local radio on HA that I use rtl433 and a remote rtl_tcp instance for rtlamr. Weather station is in the back yard on 433 near my office and the HA server, and my water meter on 915 is the other direction toward the front of the house.. I suppose it is time for me to learn python... :( |
Yes, this problem was introduced with the USB reset functionality in version 2.0.0. You can either use the previous version or wait a few days until I finish the fix. I am organizing the code a bit and fixing this bug alone would make me redo a lot of things, that is why is taking more than usual to fix it. |
PR #131 has been merged! This PR has a lot of fixes and changes to the code! |
The code looks like it does usb resets regardless of whether or not rtl_tcp is local or remote. Is that intentional?
The text was updated successfully, but these errors were encountered: