From 8d942bf23546cbfc6c029c8097869ffcdaf80f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Pecina?= <58307338+peca2345@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:58:54 +0100 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 971c45d..1735f9c 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,37 @@ sensor: accuracy_decimals: 1 filters: - multiply: 0.1 + + - platform: modbus_controller + modbus_controller_id: versati3 + name: "Gree_versati_outside_temp" + address: 118 + unit_of_measurement: "°C" + register_type: holding + value_type: U_WORD + accuracy_decimals: 1 + filters: + - multiply: 0.1 + + - platform: modbus_controller + modbus_controller_id: versati3 + name: "Gree_versati_water_in_temp" + address: 127 + unit_of_measurement: "°C" + register_type: holding + value_type: U_WORD + accuracy_decimals: 1 + filters: + - multiply: 0.1 + + - platform: modbus_controller + modbus_controller_id: versati3 + name: "Gree_versati_water_out_temp" + address: 125 + unit_of_measurement: "°C" + register_type: holding + value_type: U_WORD + accuracy_decimals: 1 + filters: + - multiply: 0.1 ```