Skip to content

Commit 4a7349c

Browse files
committed
Add new modbus registers for SH10RS.
1 parent 084eca4 commit 4a7349c

1 file changed

Lines changed: 42 additions & 28 deletions

File tree

modbus4mqtt/config/Sungrow_SH10RS.yaml

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ registers:
2929
- pub_topic: "no_export/partial/limit"
3030
set_topic: "no_export/partial/limit/set"
3131
address: 13073
32+
- pub_topic: "export/power_limit_enabled"
33+
set_topic: "export/power_limit_enabled/set"
34+
address: 13086
35+
value_map:
36+
enable: 0xAA
37+
disable: 0x55
38+
- pub_topic: "export/discharge_power_limit_value"
39+
set_topic: "export/discharge_power_limit_value/set"
40+
address: 33147
41+
scale: 10
42+
- pub_topic: "export/power_limit_value"
43+
set_topic: "export/power_limit_value/set"
44+
address: 31221
45+
scale: 10
3246
# - pub_topic: "forced_charge/mode"
3347
# set_topic: "forced_charge/mode/set"
3448
# retain: true
@@ -214,35 +228,35 @@ registers:
214228
pub_only_on_change: false
215229
scale: 0.1
216230

217-
# - pub_topic: "solar"
218-
# json_key: pv3_voltage
219-
# type: uint16
220-
# address: 13118
221-
# table: input
222-
# pub_only_on_change: false
223-
# scale: 0.1
224-
# - pub_topic: "solar"
225-
# json_key: pv3_current
226-
# type: uint16
227-
# address: 13119
228-
# table: input
229-
# pub_only_on_change: false
230-
# scale: 0.1
231+
# - pub_topic: "solar"
232+
# json_key: pv3_voltage
233+
# type: uint16
234+
# address: 5014
235+
# table: input
236+
# pub_only_on_change: false
237+
# scale: 0.1
238+
# - pub_topic: "solar"
239+
# json_key: pv3_current
240+
# type: uint16
241+
# address: 5015
242+
# table: input
243+
# pub_only_on_change: false
244+
# scale: 0.1
231245

232-
# - pub_topic: "solar"
233-
# json_key: pv4_voltage
234-
# type: uint16
235-
# address: 13120
236-
# table: input
237-
# pub_only_on_change: false
238-
# scale: 0.1
239-
# - pub_topic: "solar"
240-
# json_key: pv4_current
241-
# type: uint16
242-
# address: 13121
243-
# table: input
244-
# pub_only_on_change: false
245-
# scale: 0.1
246+
# - pub_topic: "solar"
247+
# json_key: pv4_voltage
248+
# type: uint16
249+
# address: 5115
250+
# table: input
251+
# pub_only_on_change: false
252+
# scale: 0.1
253+
# - pub_topic: "solar"
254+
# json_key: pv4_current
255+
# type: uint16
256+
# address: 5115
257+
# table: input
258+
# pub_only_on_change: false
259+
# scale: 0.1
246260

247261
- pub_topic: "solar"
248262
json_key: total_pv_power

0 commit comments

Comments
 (0)