Stefan Triller
Stefan Triller
Well the thing is that I did not explicitly give any options! See https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.novafinedust/src/main/resources/OH-INF/thing/thing-types.xml#L17-22 Maybe these option are provided implicitly via the `serial-port` context, but this is not transparent to...
Adding a description tot he docs certainly doesn't hurt. But the `context` isn't only used by UIs. This is simply not true anymore... I am on my mobile now, but...
> so with all aliases and all device names, also in one attempt just the device names and once just the aliases. In the end I used: -Dgnu.io.rxtx.SerialPorts=/dev/heatpump:/dev/finedust:/dev/energyhome:/dev/energyheat:/dev/ttyUSB0:/dev/ttyUSB1:/dev/ttyUSB2:/dev/ttyUSB3 So, yes...
> So far Linux did not come with persistent port identifiers for Linux and all of serial connections we have rely on port identifiers. Right, which is why users like...
I am 99.99999999% sure that the issue is here: https://github.com/NeuronRobotics/nrjavaserial/blob/5d48a20bac48826f4e3741b6b3b2db3e2b298bc4/src/main/java/gnu/io/CommPortIdentifier.java#L334 Deep down in the stack it calls https://github.com/NeuronRobotics/nrjavaserial/blob/5d48a20bac48826f4e3741b6b3b2db3e2b298bc4/src/main/java/gnu/io/RXTXCommDriver.java#L437 which is a native call that depends on the current state of...
I am afraid to disappoint you... The workaround mentioned here https://community.openhab.org/t/co7io-persistent-serial-port-identifier-provider-for-openhab/124223 will NOT work. The issue is within the *native* part of the serial port library that is used by...
> I implemented a serial provider compatible with openHAB 3.x which works for me in places where rxtx can't. Please download it and test if you wish. You will need...
@splatch Thanks for the new link to your branch. I see some custom package names in there from your project. Is there any specific reason that you only made it...
> Do you think we need more references or an improved or at least more popular place? Thanks for showing all the details on how to find what I was...
> I have also made some thought meanwhile and had the idea to cut out development docs into its own website area. THis could simplify the overview for users, who...