You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,22 +21,24 @@ A fully asynchronous approach to supporting Plugwise devices. This repository is
21
21
22
22
## What do we support (in short)?
23
23
24
-
- Adam (firmware 2.3 + 3.0) - we don't have a `Koen` yet in our testers suite
24
+
- Adam (firmware 2.3 + 3.0)
25
25
- Smile & Anna (firmware 1.8, 3.1 and 4.0)
26
26
- Smile P1 (firmware 2.5 and 3.3)
27
27
28
28
## What can I expect in HA from this component
29
29
30
-
-`climate`: A (number of) thermostat(s) visible in HA, including temperature, presets and heating-demand status, per thermostat. Also, setting of temperature, preset and switching the active schedule on and off.
31
-
-`sensor` and `binary_sensor`: A number of sensoric values depending on your hardware (Outdoor temperature, Anna's illuminance, Plug power-usage, P1 values)
32
-
-`switch`: Plugs are available as switches, also switching them on/off is supported.
33
-
-`water_heater`: When your heating system connected to the Smile/Adam supports heating of tap-water, the status of this function is shown via the water_heater entity icon, next to the status of the normal heating function (idle/heating/hot_water) - **note** this is not available on all platforms (there is logic in place deciding if you need this as a seperate entity)
30
+
-`climate`: A (number of) thermostat(s) visible in HA, including temperature, presets and heating-demand status, per thermostat. Also, setting of temperature, preset and switching the active schedule on and off. Cooling is only supported in combination with an Anna (fw 3.1 and 4.0).
31
+
-`sensor` and `binary_sensor`: A number of sensoric values depending on your hardware: outdoor temperature, Anna's illuminance, Tom's valve postion, Plug's power-values, P1 power- and gas-values
32
+
-`switch`: The switch-parts of Plugs are available as switches, also switching them on/off is supported.
33
+
34
+
The `water_heater`-device present in previous releases has been replaced by a state-sensor. This sensor will only show up when there are more (than one) thermostats present in your climate-system.
34
35
35
36
## How to set-up?
36
37
37
38
- Use [HACS](https://hacs.xyz)
38
-
- Use the link to this page and add it on the `custom repo` page
39
+
- Use the link to this page and add it on the `custom repo` page .
39
40
- Look for `Plugwise beta custom component ` in `integrations` and install it!
41
+
- If you need an pre-release for testing, click the three dots and mark the 'beta' check to see pre-releases.
0 commit comments