Problems with TCP/UDP binding - newbie needing help!

Hoping someone can help a newbie. I’m trying to use the TCP/UDP binding to integrate my Texecom alarm system with OpenHab - as suggested by @Dries . I’m almost there (can’t get a couple of commands to work yet) - but I’m also getting an awful lot of “spam” in my openhab log from the binding. The binding is configured with the default tcp.cfg and a udp.cfg to listen on port 9999

Extract from Openhab.log below

‘’’
[WARN ] [g.tcp.AbstractDatagramChannelBinding] - No channel is active or defined for the data we received from /192.168.1.104:43506. It will be discarded.
‘’’
192.168.1.104 is the IP address of my openhab server (an Odroid C2 as suggested by @MDAR - Thanks :slight_smile: ) The binding is publishing these warnings roughly once per second !

Any suggestions would be really helpful

Thanks

Yeah, that should’ve never been a warn. Unfortunately no way to fix it now.
You can work around it by cranking the log level up to ERROR.