I am trying to use the TCP functionality in the Serial binding but I am having trouble configuring the Bridge. Looking at the documentation, I think the bridge should be named serial:tcpBridge:. My configuration looks like this:
Bridge serial:tcpBridge:evseBridge [address="192.168.40.248, port=8899] {
Thing serial:serialDevice:evse [patternMatch=".*"]{
Channels:
Type string : inoutstring "String to/from EVSE"
}
}
I am getting the error:
No ThingHandlerFactory found for thing serial:tcpBridge:evseBridge (thing-type is serial:tcpBridge).
The serialDevice thing is present but is shows error:Bridge because the bridge isn’t configured.
It appears that the thing type tcpBridge doesn’t exist but it is in the documentation and in the code for the binding. The other slightly odd thing is that if I try to create the bridge in the UI, I only get the choice of serialBridge, even though there are 3 thing types in the documentation.
Any suggestions as to where I am going wrong?