Request: Ondilo binding

Anybody who can develop something to integrate Ondilo? Ondilo i a swimming pool or SPA device that gives you read-out of your pool variables such as temperature, pH, ORP and also shares recommendations on what to do to keep it in shape.

They just released their API https://interop.ondilo.com/docs/api/customer/v1/

1 Like

If you are interested but unable to develop the recommendation is to set up a bounty on bountysource to encourage a volunteer developer to do this.

Has this been posted as a bounty on bountysource? Tried a quick search there, but can’t seem to find any bounties at all :smiley: something wrong with me perhaps :wink: But, this is absolutely a binding I would be interessted in as well!

1 Like

Would it be possible to port this python script, originally made for HA? If someone more skilled than me would have a go, I would be very greatful :wink:

https://onedrive.live.com/?authkey=!AFUlZPRGzBNDUTg&id=1E11FE5E3F3197B4!104&cid=1E11FE5E3F3197B4

If i had such a device i would probably go for an approach with using as much of the code as possible, and combining that with posting to a mqtt server. That way you don’t have to transfer all of it to a binding, maybe that is simpler to do?

Hello everyone,
Has anyone managed to get the Ondilo ICO pool sensor working in openHAB?
I just received the device directly from the manufacturer.
It’s working perfectly.
Now I want to integrate it into OH4.
Communication seems to be via MQTT, but the secure connection to the cloud must first be established.
The manufacturer has provided all the information about the consumer API:

I also found the following:

and

Can anyone help me or give me a tip?
Thanks
Florian

I just pushed a PR for a new Ondilo Binding:

Via the build results you can find an OH5 snapshot jar.
I would be happy to get some feedback.

ciao
mike

1 Like