docs: add Advanced examples section
docs: update README.md regarding GitHub (for the better)
chore: fix a few lints
An Ouman EH-800 integration for Home Assistant.
Mostly kinda working™.
I'll add instructions after some more testing.
A demo video is available at liljamo.dev/ha-ouman-eh800.
A very generic list would be:
Some extra data is available for reading via the attributes of the l1_climate
entity. E.g. some L1 heating curve values, but these may get controls at some point.
I don't have a second loop, so no L2 values are currently available.
I'll add all read-only values soon, but read-write values will require some more thinking.
In Home Assistant, valve entities only record whether the valve is open or not, due to exact position reporting being optional and dependent on the integration implementation.
This integration does implement exact position reporting, and as such the position can be read by templates.
Example, this will make a helper that can be viewed like a graph in history:
template:
- sensor:
- name: "Valve Position"
unit_of_measurement: "%"
state: >
{{ state_attr('valve.l1_valve_position', 'current_position') }}
Mirrored to GitHub so HACS can import it and to have a more accessible issue form available.
You may open issues and PRs on GitHub, the mirror is "interactive".
git remote add --mirror=push github-mirror git@github.com:liljamo/ha-ouman-eh800.git
git push github-mirror
strings.json
should match translations/en.json
.