I'm trying to implement a plugin for a certain service.
This service listens on a tcp socket and when you connect it, it immediately returns its status and disconnects.
No http, xml or json but some proprietary (note that I'll open source the plugin when finished) format.
I guess I need to use
Code: Select all
Domoticz.Protocol("None")
And maybe I'm searching with my nose
