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
- Host: GitHub
- URL: https://github.com/plugwise/plugwise-ha
- Owner: plugwise
- Created: 2020-03-05T13:09:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T06:07:22.000Z (about 6 years ago)
- Last Synced: 2025-11-19T13:03:19.586Z (7 months ago)
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!