Skip to content

Commit

Permalink
Update integration_alpha_ess.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wfa001 authored Apr 29, 2023
1 parent afaea3c commit 1221e47
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions integration_alpha_ess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ modbus:
precision: 2

- name: Alpha ESS PV1 Voltage
unique_id: PV_PV1 Voltage
unique_id: PV_PV1_Voltage
slave: !secret alphaess_modbus_slaveId
address: 1053
input_type: holding
Expand All @@ -82,7 +82,7 @@ modbus:
precision: 2

- name: Alpha ESS PV2 Voltage
unique_id: PV_PV2 Voltage
unique_id: PV_PV2_Voltage
slave: !secret alphaess_modbus_slaveId
address: 1057
input_type: holding
Expand All @@ -95,6 +95,48 @@ modbus:
scale: 0.1
precision: 2

- name: Alpha ESS Battery Voltage
unique_id: Battery_Voltage
slave: !secret alphaess_modbus_slaveId
address: 256
input_type: holding
count: 1
data_type: int16
unit_of_measurement: "V"
device_class: voltage
state_class: measurement
scan_interval: 60
scale: 0.1
precision: 2

- name: Alpha ESS PV1 Current
unique_id: PV_PV1_Current
slave: !secret alphaess_modbus_slaveId
address: 1054
input_type: holding
count: 1
data_type: int16
unit_of_measurement: "A"
device_class: current
state_class: measurement
scan_interval: 60
scale: 0.1
precision: 2

- name: Alpha ESS PV2 Current
unique_id: PV_PV2_Current
slave: !secret alphaess_modbus_slaveId
address: 1058
input_type: holding
count: 1
data_type: int16
unit_of_measurement: "A"
device_class: current
state_class: measurement
scan_interval: 60
scale: 0.1
precision: 2

#Measurements current power
# Power to/from GRID
- name: Alpha ESS Total Power Grid
Expand Down

0 comments on commit 1221e47

Please sign in to comment.