From 37855f0860d64915e73a493e47bd4d87124c98e0 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Sun, 8 Dec 2024 18:21:58 +0100 Subject: [PATCH] fix: Device Flags - Deye Microinverter --- .../solarman/inverter_definitions/deye_micro.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/solarman/inverter_definitions/deye_micro.yaml b/custom_components/solarman/inverter_definitions/deye_micro.yaml index 569ae42..cc7b1d8 100644 --- a/custom_components/solarman/inverter_definitions/deye_micro.yaml +++ b/custom_components/solarman/inverter_definitions/deye_micro.yaml @@ -45,7 +45,7 @@ parameters: "Device Modbus Address", "Device Protocol Version", "Device Serial Number", - "Device Rated Phase", + "Device Flags", "Device Chip Type", "Device Communication Board Firmware Version 2", "Device Control Board Helper Version", @@ -73,16 +73,16 @@ parameters: rule: 5 registers: [0x0003, 0x0004, 0x0005, 0x0006, 0x0007] - - name: "Device Rated Phase" + - name: "Device Flags" attribute: class: "enum" rule: 1 registers: [0x0008] lookup: + - key: 0 + value: "Number of channels by Rated power" - key: 1 - value: "Single-Phase" - - key: 2 - value: "Three-Phase" + value: "Number of channels by MPPT number" - name: "Device Chip Type" attribute: