Skip to content

Commit

Permalink
Add H3 registers
Browse files Browse the repository at this point in the history
Also add the following registers to other types, which were identified in
the YAML file:

 - input_energy_total
 - input_energy_today
 - load_energy_total
 - load_energy_today

load_energy_total duplicates load_power_total, and it's got the consistent
name, so remove load_power_total
  • Loading branch information
canton7 committed Apr 19, 2023
1 parent d66028a commit 8c3ec6c
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 69 deletions.
1 change: 1 addition & 0 deletions custom_components/foxess_modbus/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
H1 = "H1"
AC1 = "AC1"
AIO_H1 = "AIO-H1"
H3 = "H3"

# Platforms
SENSOR = "sensor"
Expand Down
Loading

0 comments on commit 8c3ec6c

Please sign in to comment.