Giter VIP home page Giter VIP logo

ha-harvst-watermate's Introduction

🥬 Harvst Watermate for Home Assistant

A custom compontent for Home Assistant to add support for the Harvst Watermate and Sprout greenhouses.

⚠️This is an unofficial integration and is not supported by Harvst

This is an attempt to pull data and control the local web interface of the Harvst Watermate into Home Assistant.

🚧 I have only tested this on my Sprout S24.

Currently Supported Functions

  • 1x Temperature Sensor
  • Switch 3 outputs on/off
  • Monitoring Pump Running State - Requires Firmware 2024061702

Installation

HACS

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual Installation

More Details
  • You should take the latest published release.
  • To install, place the contents of custom_components into the <config directory>/custom_components folder of your Home Assistant installation.

Post Installation Steps

  1. Add the following entry to your configuration.yaml file:

    sensor:
      - platform: harvst_watermate
        host: **IP_OF_YOUR_DEVICE**
    
    switch:
      - platform: harvst_watermate
        host: **IP_OF_YOUR_DEVICE**
    
    binary_sensor:
      - platform: harvst_watermate
        host: **IP_OF_YOUR_DEVICE**
  2. Restart Home Assistant.

Devices tested on

  • Sprout S24 - 4-Season - Firmware 2024060601

TODO:

  • Add to HACS
  • Reduce number of calls made to device
  • Add monitoring of water pumping state
  • Add control of water pumping (Zone 1 & 2)
  • Add extra device data.

ha-harvst-watermate's People

Contributors

yayadrian avatar

Stargazers

Andrew Jackson avatar

Watchers

 avatar

ha-harvst-watermate's Issues

Add control of water pumping (Zone 1 & 2)

Add control and monitoring for the Water Pumping Zone 1 and 2.

The URL format appears to be this:
http://DEVICE_IP/control?device=pump&state=on&zone=1&time=10

There is an update in /events for pumping status, but it needs more investigation when this is reported.
There may be limitations on what state can be tracked currently.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.