Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Home Assistant integration for Keto AI Smart Skimmer.

License

Notifications You must be signed in to change notification settings

dwradcliffe/home-assistant-ketoai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Keto AI Smark Skimmer Home Assistant Integration

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.

Usage

hacs_badge GitHub Release

  1. Install HACS if you haven't already (see installation guide).
  2. Add custom repository https://github.com/dwradcliffe/home-assistant-ketoai as "Integration" in the settings tab of HACS.
  3. Find and install Keto AI integration in HACS's "Integrations" tab.
  4. Restart Home Assistant.
  5. Go to your integrations page and click Add Integration and look for Keto AI.
  6. Make sure you copy the webhook URL and use that to setup the webook in Keto AI.

Development

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"}'

About

Home Assistant integration for Keto AI Smart Skimmer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages