This is a Home Assistant integration for the Keto AI Smart Skimmer product.
NOTE: There is not yet official support from Keto AI for this to work.
- Install HACS if you haven't already (see installation guide).
- Add custom repository
https://github.com/dwradcliffe/home-assistant-ketoai
as "Integration" in the settings tab of HACS. - Find and install
Keto AI
integration in HACS's "Integrations" tab. - Restart Home Assistant.
- Go to your integrations page and click
Add Integration
and look forKeto AI
. - Make sure you copy the webhook URL and use that to setup the webook in Keto AI.
Testing:
WEBHOOK=$(cat config/.storage/core.config_entries | jq -r '.data.entries[] | select(.domain | contains("ketoai")) | .data.webhook_id')
curl -iX POST http://localhost:8123/api/webhook/$WEBHOOK -H 'Content-Type: application/json' -d '{"ph":"7.5","sanitizer":"500","battery_level":98,"outdoor_temp":91,"water_temp":87,"pool_status":"Ready to swim","rssi":-70,"solar_status":"ok","firmware_version":"v0.39"}'