- Platform information:
- Hardware: Docker Image
- OS: Debian Buster
- Java Runtime Environment: From docker image Zulu JDK 8
- openHAB version: 2.5.9 Release Build
Is RFC2217 supposed to work with the Serial Binding?
For example:
Rollershutter SerialRollo "Entrance Rollo" (Entrance) { serial="rfc2217://myhost:3333,REGEX(Position:([0-9.]*)),UP(Rollo_UP\n),DOWN(Rollo_Down\n),STOP(Rollo_Stop\n)" }
What about defining the ports:
-Dgnu.io.rxtx.SerialPorts=rfc2217://myhost:3333
Colon is separator too, so this is likely not parsing correctly.
If not supported, are there any other ways to achieve the same?