update readme
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# koolnova-BMS-Integration
|
# koolnova-BMS-Integration
|
||||||
|
|
||||||
[](https://github.com/hacs/integration)
|
[](https://github.com/hacs/integration)
|
||||||
[](https://git.nas.benserv.fr/vincent/koolnova-BMS-Integration/raw/branch/main/LICENSE)
|
[](https://github.com/koolnova-BMS-Integration/blob/main/LICENSE)
|
||||||
[](https://github.com/sinseman44/koolnova-BMS-Integration/releases)
|
[](https://github.com/sinseman44/koolnova-BMS-Integration/releases)
|
||||||
[](https://github.com/sinseman44/koolnova-BMS-Integration/releases)
|
[](https://github.com/sinseman44/koolnova-BMS-Integration/releases)
|
||||||
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=sinseman44&repository=koolnova-BMS-Integration&category=integration)
|
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=sinseman44&repository=koolnova-BMS-Integration&category=integration)
|
||||||
@@ -89,7 +89,48 @@ The area configuration ends with no new area.<br />
|
|||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
TODO
|
- Integrates local API to read/write Modbus koolnova registers
|
||||||
|
- Provides `climate` for each area, `sensor`, `select` and `switch`
|
||||||
|
|
||||||
|
## Climate
|
||||||
|
|
||||||
|
The following parameters can be controlled for the `climate` platform entities:
|
||||||
|
- Power
|
||||||
|
- Target temperature (celcius)
|
||||||
|
- Operation mode (HVAC mode)
|
||||||
|
|
||||||
|
## Sensor (Diagnostic)
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
## Select
|
||||||
|
|
||||||
|
The following parameters can be controlled for the `select` platform entities:
|
||||||
|
- Global operation mode (HVAC mode)
|
||||||
|
- cold
|
||||||
|
- heat
|
||||||
|
- heating floor
|
||||||
|
- refreshing floor and refreshing air
|
||||||
|
- heating floor and heating air
|
||||||
|
|
||||||
|
- Global efficiency defined the balance point between efficiency and speed of the area system.
|
||||||
|
- Lower: the set temperature is reached sooner
|
||||||
|
- Higher: better efficiency
|
||||||
|
|
||||||
|
- Engine state: int value which represents the flow programming of the system engines
|
||||||
|
- 1: Manual minimum
|
||||||
|
- 2: Manual medium
|
||||||
|
- 3: Manual high
|
||||||
|
- 4: Automatic
|
||||||
|
|
||||||
|
## Switch
|
||||||
|
|
||||||
|
The following parameter can be controlled for the `switch` platform entitie:
|
||||||
|
- Global HVAC State (stopped or running)
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user