Skip to content

ztamas83/homeassistant-generic-charge-controller

Repository files navigation

Generic Charge Controller for Home Assistant

Due to the fact that humidity levels are different during the summer and winter, a static humidity level switching the fan is on/off is not possible. This binary_sensor detects high rises in humidity and switches on. And switches off when the humidity is back to normal.

Setup

In your configuration.yaml you'll need:

Next, add some automations to control the charge levels:

```yaml
automation:
- alias: some alias
  trigger:
    platform: state
    entity_id: 
  action:
    - service: 
      entity_id: 

Installation

HACS hacs_badge

  1. In HACS Store, search for [ztamas83/homeassistant-generic-charge-controller]
  2. Install the custom integration
  3. Setup the generic charge controller custom integration as described above

Manual

  1. Clone this repo
  2. Copy the custom_components/generic_charge_controller folder into your HA's custom_components folder
  3. Setup the generic charge controller custom integration as described above

About

Generic charge controller for Home Assistant

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages