diff --git a/README.md b/README.md index 3c40494..806da2b 100644 --- a/README.md +++ b/README.md @@ -94,21 +94,31 @@ The area configuration ends with no new area.
## Climate +![koolnova_climate](png/koolnova_climate.png) + The following parameters can be controlled for the `climate` platform entities: - Power -- Target temperature (celcius) -- Operation mode (HVAC mode) +- Target temperature (celcius, Min: 15°C -> Max: 35°C) +- Operation mode (HVAC mode: Heating/Refeshing) +- Fan mode (HVAC mode) ## Sensor (Diagnostic) +![koolnova_diags](png/koolnova_diags.png) + The following attributes are available for diagnostic `sensor` platform entities: - Modbus serial (Device, Address, port, ...) - Target temperature (celcius) and throughput for each engine (maximum 4): - Target temperature: Min: 15°C -> Max: 30°C - Troughput: int value between 0 (engine stopped) to 15 (maximum troughput) +- Target temperature (celcius) for each area: + - 0°C to 50°C + ## Select +![koolnova_selects](png/koolnova_selects.png) + The following parameters can be controlled for the `select` platform entities: - Global operation mode (HVAC mode) - cold diff --git a/png/koolnova_climate.png b/png/koolnova_climate.png new file mode 100644 index 0000000..d5b4271 Binary files /dev/null and b/png/koolnova_climate.png differ diff --git a/png/koolnova_diags.png b/png/koolnova_diags.png new file mode 100644 index 0000000..012407f Binary files /dev/null and b/png/koolnova_diags.png differ diff --git a/png/koolnova_selects.png b/png/koolnova_selects.png new file mode 100644 index 0000000..6b63f0f Binary files /dev/null and b/png/koolnova_selects.png differ