plugin help
Posted: Friday 07 April 2017 10:51
Hi,
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 for that? But how do I then get the data? It looks like onMessage is for the http usecase?
And maybe I'm searching with my nose
but I could not find the documentation for implementing a hardware monitoring plugin.
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
