Skip to content

Commit

Permalink
Merge pull request #410 from nedyarrd/main
Browse files Browse the repository at this point in the history
More fixes for AFORE
  • Loading branch information
StephanJoubert authored Oct 3, 2023
2 parents b7b4bcd + 3d91590 commit 160bdd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/solarman/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'solis_hybrid.yaml',
'solis_s6-gr1p.yaml',
'zcs_azzurro-ktl-v3.yaml',
'Afore_BNTxxxKTL-2mppt.yaml',
'custom_parameters.yaml'
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# to use modbus function in Afore BNTxxxKTL inverters, You first need to change protocol from RS485 to MODBUS in inverter menu

requests:
- start: 0x0000
end: 0x001A
mb_functioncode: 0x04

- start: 0x0000
end: 0x000F
mb_functioncode: 0x03

parameters:
- group: solar
items:
Expand Down Expand Up @@ -159,5 +165,6 @@ parameters:
uom: "°C"
scale: 0.1
rule: 1

registers: [0x000D]
icon: "mdi:thermometer"

0 comments on commit 160bdd0

Please sign in to comment.