csowada / openhab-ebus-binding

This is the new repository for my openHAB eBUS binding.
Eclipse Public License 1.0
18 stars 3 forks source link

dev/ttyAML1 isn't accepted #12

Open Alda2308 opened 10 months ago

Alda2308 commented 10 months ago

I have this two serial ports onboard (/dev/ttyAML0 and ttyAML1) but under ebus binding I'm not able select this serial ports. Sw is still asking for USB serial device (which is also connected) :

HANDLER_CONFIGURATION_PENDING {serialPort=The value of /dev/ttyAML1 does not match the enabled options parameter. Allowed options are: [ParameterOption [value="/dev/ttyUSB1", label="/dev/ttyUSB1"], ParameterOption [value="/dev/ttyUSB0", label="/dev/ttyUSB0"], ParameterOption [value ="/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0", label="/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0"], ParameterOption [value="/dev/ serial/by-id/usb-1a86USB2.0-Ser-if00-port0", label="/dev/serial/by-id/usb-1a86USB2.0-Ser-if00-port0"]]}

I also tried change a link :

ln /dev/ttyAML1 /dev/ttyS1 and set ttyS1 under ebus binding, but also not accepted