Add battery parameters for the DEYE Hybrid inverter, and update documentation

This commit is contained in:
Stephan Joubert 2022-02-27 18:19:17 +02:00
parent bacd6687c7
commit 768fe795cf
3 changed files with 21 additions and 22 deletions

View File

@ -1,11 +1,7 @@
requests:
- start: 0x0003
end: 0x000E
- start: 0x003B
end: 0x0070
- start: 0x0096
end: 0x00C3
- start: 0x00f4
- start: 0x0096
end: 0x00f8
parameters:
@ -93,6 +89,24 @@ parameters:
- group: Battery
items:
- name: "Total Battery Charge"
class: "energy"
state_class: "total_increasing"
uom: "kWh"
scale: 0.1
rule: 3
registers: [0x0048,0x0049]
icon: 'mdi:battery-plus'
- name: "Total Battery Discharge"
class: "energy"
state_class: "total_increasing"
uom: "kWh"
scale: 0.1
rule: 3
registers: [0x004A,0x004B]
icon: 'mdi:battery-minus'
- name: "Battery Status"
class: ""
state_class: "measurement"
@ -158,23 +172,6 @@ parameters:
- group: Grid
items:
- name: "Grid Status"
class: ""
state_class: ""
uom: ""
scale: 1
rule: 1
registers: [0x00A9]
isstr: true
lookup:
- key: 0
value: "SELL"
- key: 1
value: "BUY"
- key: 2
value: "Stand-by"
icon: 'mdi:transmission-tower'
- name: "Total Grid Power"
class: "power"
state_class: "measurement"

View File

@ -12,6 +12,8 @@ Click on "Configuration" and select "Energy".
| Consumption| * XYZ Total Energy Bought |
| Return to Grid| * XYZ Total Energy Sold |
| Solar Production | * XYZ Total Production |
| Battery Systems (energy going in to the battery ) | * XYZ Total Battery Charge|
| Battery Systems (energy coming out of the the battery ) | * XYZ Total Battery Discharge|
* Replace XYZ with the name you specified in the configuration.yaml file.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 68 KiB