I have a proxmox container running Fhem (to control my thermostat valves).
U used this: https://tteck.github.io/Proxmox/ (Fhem)
The container is Privileged and the connected usb device is found (to control the thermostats)
When i type in this command, i get the following result:
The usb-1a86_USB2.0-Serial-if00-port0 is the device I need and the connection works.
But i noticed 2 times already after some time (don't know exactly how long, the device disconnects.
When i run the command i only get total 0 as a result
After rebooting the container it works again (without reconnecting the usb cable itself).
How can i fix this?
Or is there a command to restart the usb service or something?
I can make a crontab that if the connection is lost i can restart the usb service if that helps
Thank you
U used this: https://tteck.github.io/Proxmox/ (Fhem)
The container is Privileged and the connected usb device is found (to control the thermostats)
When i type in this command, i get the following result:
Bash:
ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Feb 9 09:05 usb-1a86_USB2.0-Serial-if00-port0 -> ../../ttyUSB0
The usb-1a86_USB2.0-Serial-if00-port0 is the device I need and the connection works.
But i noticed 2 times already after some time (don't know exactly how long, the device disconnects.
When i run the command i only get total 0 as a result
After rebooting the container it works again (without reconnecting the usb cable itself).
How can i fix this?
Or is there a command to restart the usb service or something?
I can make a crontab that if the connection is lost i can restart the usb service if that helps
Thank you