Skip to content

Commit

Permalink
Add info how to enable modbus feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nedyarrd authored Sep 15, 2023
1 parent 16d0f30 commit 95c480e
Showing 1 changed file with 7 additions and 0 deletions.
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 95c480e

Please sign in to comment.