-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tellstick Duo not detected #1
Comments
Thanks for reaching out @kenavn! This is tested on Ubuntu 20.04 amd64 so it might be an issue with ARM? I do not have any udev rues, just defaults and plugging in the tellstick duo in the usb port. Will try to see if I can find an arm device to test later today 👍 |
@kenavn: I have now looked at this and when debugging telldus-core, fiddeling with udev rules and ARM it looks like you might not have the correct tellstick.conf. The tellstick.conf provided is the default one created by telldus-core. I will include a snippet from my config, please do a backup of your current config and try that one and see if it solves the problem. You should then be able to run for example
In one case I did have to run the container in privileged mode which is not recommended but can be required depending on your setup. But try this as a last thing and to do so you need to edit your docker-compose.yaml to something like this:
|
I ran these commands (from the dockerfile) manually on a raspberry pi with alpine and I had the same problem. The solution for me was to change the config from
to
Could it be a missing udev or something like that? THIS IS NOT BEST PRACTICE and so on... I know that. But this runs on a raspberry pi in my NoT VLAN without access to internet, so I consier myself fine for my purpose. |
I run the docker container on Ubuntu 20.04 on ARM. I have tried just about anything getting the daemon to actually detect the USB device connected, but to no avail.
The telldusd process starts and reports nothing. I try sending "off" to the test device, and I am then informed that the process cannot find the Tellstick.
Before I put a lot of work in describing the context a bit better; is there known problems running this docker container on a Ubuntu host? I have a suspicion this being related to USB, udev rules or such. I have explored all possible solutions in that area as well without luck.
The text was updated successfully, but these errors were encountered: