An open API service indexing awesome lists of open source software.

https://github.com/plugwise/plugwise-ha

Custom-component / development version of the Plugwise Home Assistant platform
https://github.com/plugwise/plugwise-ha

Last synced: 2 days ago
JSON representation

Custom-component / development version of the Plugwise Home Assistant platform

Awesome Lists containing this project

README

          

# Left here for educational purposes, please use plugwise-beta

[plugwise-beta](https://github.com/plugwise/plugwise-beta)

### Configuration file `configuration.yaml` entry

Basic support - alpha version - of Anna (non-legacy), Adam and P1 (v3)

```
Plugwise-HA:
thermostat:
- name: My Anna
password: abcdefgh
host: 192.168.1.2
- name: Their Adam
password: abcdefgh
host: 192.168.1.2
```

Optional:

```
Plugwise-HA:
thermostat:
- name: My Anna
password: abcdefgh
host: 192.168.1.2
scan_interval: 30 # Defaults to 60
username: someone # Defaults to smile
port: 81 # Defaults to 80
heater: False # Defaults to True - if you don't have a boiler set to False to skip the water_heater component
power:
- name: My P1
password: abcdefgh
host: 192.168.1.2
solar: False # Defaults to True - if you don't have solar panels set to False to skip sensors
gas: False # Defaults to True - if you don't have gas at home, set to False to skip sensors
```

Note: each Plug must have its own, unique, location-name, otherwise it will not show up!