Skip to content

A python script that goes and gets info from the Ecowater Hydrolink Home website

Notifications You must be signed in to change notification settings

GrumpyTanker/Hydrolink-Home-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ This AppDaemon Plugin is Deprecated ⚠️

This project is no longer actively maintained. Please use the new and improved HACS integration instead.

The new integration offers better performance, easier configuration through the Home Assistant UI, and more robust features.

➡️ Go to the new Ecowater-Hydrolink-HACS repository


HydroLinkStatus AppDaemon Plugin

A simple AppDaemon 4 script to integrate your EcoWater HydroLink water softener with Home Assistant.


📂 Repository Contents

  • hydrolink.py – Main AppDaemon Python app
  • apps.yaml – Example AppDaemon apps-enabled configuration
  • README.md – This documentation

🖥️ Requirements

  • Home Assistant OS 15.2+ with AppDaemon 4 add-on (v4.5.8+)
    • MUST add "websocket-client" to AppDaemon Configuration's "Python Packages"
  • Python 3.12 (bundled with the AppDaemon add-on)
  • Internet access from the Home Assistant host to api.hydrolinkhome.com

🚀 Installation

  1. Clone or download this repo into your Home Assistant config/apps/ folder:

    cd /config/apps
    git clone https://github.com/YourUser/YourRepo.git hydrolink_app
    
  2. Ensure "websocket-client" is an available python package in AppDaemon Add-On Configuration.

    • Settings -> Add-Ons -> AppDaemon -> Configuration
  3. Update your AppDaemon apps.yaml to include the sample apps.yaml from this repo, and ensure you update email and password.

About

A python script that goes and gets info from the Ecowater Hydrolink Home website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages