Hi to everybody;
Before I start digging into source code and do this mod by myself I just wondering if something similar is already possible; basically I need to schedule (once every 5 minute, like time-trigger function) to send all sensor readings, in a json format, to an external server;
Maybe someone else has figured out how this is possible without changing code;
Just in case: if you search "Hydrosys4 API" on this forum you will find the "reverse" way that I had implemented to reach those data from outside;
https://hydrosys4.wixsite.com/hydrosys4forum/forum/sw-and-settings/hydrosys4-api (yes it is a verbose post)
Thanks for any kind of help.
Hello Mauro,
I think you can have a look the Home Assistant configuration, even if this is designed for the home Assistant integration, this is actually sending the sensor data periodically using the MQTT protocol (it sends also some configuration messages but you can ignore that specific topic).
The configurationis on the Setting->Home Assistant Integration button.