24.05.2021, 09:38
First you need to set usr and pwd variables in the script. Then run this function to get the ID of your pool:
Then you can request the sensor state by calling getSensorInfo:
When the data format is known the script can be modified to write sensor state to objects.
Code:
log( getPoolInfo() )
Then you can request the sensor state by calling getSensorInfo:
Code:
data = getSensorInfo()
log(data)