https://github.com/compatech/plugwise_dev
https://github.com/compatech/plugwise_dev
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compatech/plugwise_dev
- Owner: CoMPaTech
- Created: 2020-02-18T11:23:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T11:44:48.000Z (over 6 years ago)
- Last Synced: 2025-03-30T16:15:40.804Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Very rudimentary (and dirty) multi-smile plugwise
All files should be placed in your `custom_components/plugwise_dev` folder
Basic changes to laetificat/anna-ha and bouwew/plugwise_dev include:
- Making it multi-device capable (although still only smile supported now)
- Migrating sensor data (illuminance, boiler temp and water pressure) to individual sensor entities
- Outdoor temperature is available as attribute from the cliamte entitiy but also as sensor entity
Todo
- Check if this is what we envision
- Alignment with HA upstream
- How to change haanna so we can `self._api.get['illuminance']` instead of `self._api.get_illuminance` so we can call dynamically
- In case of doubt on above statement, see fugly if statements in the sensor class :)
- Return correct ICON per sensor (i.e. make better use of device-class)
- Rework bouwew's work of async (just switched to sync to align with other examples, should be back to async)
- ...
Include like (`configuration.yaml`)
```
plugwise_dev:
smile:
- name: Some Anna
password: abcdefg
host: 10.9.8.7
- name: Other Anna
password: abcdefg
host: 10.9.8.6
```