UPDATE 2025-10-24!
A thread that started earlier when ASEKO Announced Changes to “Pool Live” and “Pool Remote” breaking the integration. Decide if you want to go local or use the new API or stay with the HA integration. Plenty of contributions and ideas in this thread
So far its only data READ and no WRITE or option to remote control.
UPDATE 2025-10-12! Aseko launch Public API
Currently, what I know, there is a working integration in Home Assistant (HA). I dont know if this is updated to work with the new Public API function.
In September 2025 Aseko launched their new Public API, a platform that opens up for third party applications like smart home automations. I hope this is a first step and will develop further to provide more data (if possible).
This first version seem to provide limited data as the example below:
statusValues: object
clFreeRequired: 680
clFreeRequiredUnit: "mV"
ph: 7.4
phRequired: 7.4
redox: 679
redoxRequired: 680
filtrationRunning: false
poolFlow: "BOTTOM"
waterFlowToProbes: true
waterTemperature: 28.3
statusMessages: array[0]
… however this can be more than enough values for most of us. So if you dont want to use a local solution this can be easier for some or a first step.
Create a Token (API Key) on your account login and get going.
Link to API documentation https://api.aseko.cloud/api/v1/docs
Link to Home Assistant Integration Documentation
Dear fellow users of the Aseko Pool Dosing System and Home Assistant! And the great creator of the Integration. (Thanks by the way for creating this integration for us.)
UPDATE 2025-10-24! Aseko LOCAL TCP Data Buffer
The stream of data is sent every 10 seconds to Asekos cloud server for you to access the data via apps and the web browser. However there is a way to get that data for local use. You can decide if you want to keep it local or share the data as normal. Aseko do expect that you should always share the data so you can get the best use of all their services.
@hopkins-tk have created the “ASEKO Local” that is a local integration so you dont have to be dependent on the cloud. It can be installed via HACS.
Here is a link to GitHub with instructions
https://github.com/hopkins-tk/home-assistant-aseko-local/tree/main
If you prefer to use Node-red
If you want to create your own functions there are a few good post in this thread to read. I am currently (Oct 2025) doing some updates and am trying to identify and find all the data from a Chlorine doser called ASIN AQUA NET and will share my findings. You will see that there are much of the work that ties into eachother.
Aseko Pool Technology have a variation of products to measure and monitor your pool water and control the chemistry. Automatic pool water treatment with chlorine, salt, floc and algaecide. They all have a common base when it comes to data and buffers, however there is a challenge as they do also have specific buffer offsets depending on what model you have.
Please scroll through the thread to read everyones contributions.
Here is a link to a post from marvin78
tipofthesowrd is using the Node-red Buffer parser node link here
JS-DE-Tech is showing and share the config link here
Here is a link to my on going work that is similar to marvins but trying to add som helpful data for Asin Aqua Net.






