Hello,
I’ve trying to configure EnOcean Hub and binary sensor to my home assistant configuration but I’ve a problem by using the USB 300 dongle.
When I plugged in, I see it in dmesg :
[152129.856445] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
[152129.986749] usb 1-1.5: New USB device found, idVendor=0403, idProduct=6001
[152129.986773] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[152129.986786] usb 1-1.5: Product: EnOcean USB 300 DB
[152129.986798] usb 1-1.5: Manufacturer: EnOcean GmbH
[152129.986810] usb 1-1.5: SerialNumber: FT1SEG3T
[152129.995454] ftdi_sio 1-1.5:1.0: FTDI USB Serial Device converter detected
[152129.995734] usb 1-1.5: Detected FT232RL
[152129.996807] usb 1-1.5: FTDI USB Serial Device converter now attached to ttyUSB0
If i check in HassIO hardware check I could see it correctly :
serial:
/dev/ttyAMA0
/dev/ttyUSB0
input:
disk:
gpio:
gpiochip0
gpiochip100
audio:
0:
name: bcm2835 - bcm2835 ALSA
type: ALSA
devices:
0: digital audio playback
1: digital audio playback
But if I check in /dev folder I can’t see /dev/ttyUSB0 or any other serial file descriptor.
I use a RPi3 with Hassio. I use it also with Phillips Hue, Xiaomi Home, and some another things without any problem. The problem seems only by using USB dongle in HassIO and the USB device mounted in host resinOS seems to be not properly mapped to home assistant distribution.
Any idea ?