I´ve successfully managed to install Domoticz as a Docker container. Everything is running smoothly, except for the Voltcraft Air Quality stick.
I don´t know how to mount it in the docker-compose.yml file.
The device doesn´t show up under /dev/serial/by-id.
Under lsusb it appears as:
Bus 001 Device 013: ID 03eb:2013 Atmel Corp. iAQ Stick
dmesg shows:
Code: Select all
[1300569.728835] usb 1-1.1: USB disconnect, device number 10
[1301160.366803] usb 1-1.1: new full-speed USB device number 13 using xhci_hcd
[1301160.475002] usb 1-1.1: New USB device found, idVendor=03eb, idProduct=2013, bcdDevice=10.00
[1301160.475021] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[1301160.475027] usb 1-1.1: Product: iAQ Stick
[1301160.475032] usb 1-1.1: Manufacturer: AppliedSensor
[1301160.484585] hid-generic 0003:03EB:2013.0004: hiddev96,hidraw0: USB HID v1.11 Device [AppliedSensor iAQ Stick] on usb-0000:01:00.0-1.1/input0
- /dev/bus/usb/001/013:/dev/ttyACM0
and
- /dev/usb-0000:01:00.0-1.1/input0:/dev/ttyACM0
under devices in the docker-compose.yml, without really knowing what I´m doing, but that wasn´t very successful.
Has anyone managed to get the Air Quality Stick running with Domoticz in Docker?
Thanks in advance!
Helma