Water Guru (similar to pHin) is a WiFi based pool sensor that measures water temp, chlorine and pH levels, etc., but I’ve found very little on the web related to integrating the device into a hub such as Google Home, Amazon, SmartThings, or Home Assistant. Great for people with pools, but smart pool integration seems like a relatively small niche here.
So my question is, how do I go about getting data into Home Assistant without an integration? If I can get access to Water Guru’s API is there a generic integration that can use cURL? What are my options?
I’ve reached out a few times to no avail. Was told Facebook is the best way to reach them but they’ve only replied to say the API isn’t publicly available, and have yet to answer if it ever will be.
That said, I did actually find a partial alternative. The Pool Math app has an integration for Home Assistant that updates every 15 minutes. You have to manually enter test result numbers, so automation is non-existent which defeats the purpose of what you and I both wanted to do, but it at least displays a good amount of information from the app.
Whole tab is under construction still but the pool info is on the left. Going to add a “Log Date” to it as well (which I just thought of as I type this):
I actually already have it and I’m pretty happy with it so far. Doesn’t provide a lot of information, but the basics are still pretty helpful and tell you when you need to do a more thorough test.
These things aren’t exactly cheap. I’ll keep my hopes up for a WaterGuru integration given I’ve already paid for this one.
And given that not only was that your first post in our community, but that it appears to be geared towards trying to make a sale rather than add to the community, I don’t exactly know that it’s appropriate.
Understood, apologies. I am new to this community. We are a South African start up and have seen quite a lot of traffic from the Home Assistant community and would to provide support or add to the community where we can. Again, I apologise for my previous post.
This might be a starting point: https://github.com/bdwilson/waterguru-api - someone used it to build a hubitat integration. Far from perfect but it does provide a good amount of information on API usage
This provides the information as json and I could use a rest sensor to get the data. (Note: Salt level is not measured by waterguru, I get that from Pentair. Not sure my sensors work for everyone since they hard code the ID’s
I am struggling with learning even the simplest things about Home Assistant, but surprisingly I’ve gotten pretty far. Can someone help me out and just tell me which of the yaml files the (4) code snippets above go in, in order to replicate the work that @sarahmva did?
Also, I know I need to change the IP address/url to match my waterguru.api docker location. But I’m also stumped on the "unique_id: '******" . I assume I need to modify that as well?
The configuration for the sensors is in your configuration.yaml (the part starting with # Waterguru). Once added, use the Developer Tools to check your configuration, then reload the template entities and the rest entities.
The other three code snippets will be on one of your Lovelace cards. You can simply add a manual card and copy/paste the code. For the card-mod to work, you will need to install card mod via HACS. I also use the mushroom cards, available through HACS.
Yes, you need to create unique ID’s. Online UUID Generator Tool This is a website that can create UUID’s.