Skip to content

Commit

Permalink
Update a few registers for the sungrow SH5k-20 for testing multi-byte…
Browse files Browse the repository at this point in the history
… reads.
  • Loading branch information
tjhowse committed Oct 12, 2022
1 parent d3af54e commit 1d52b5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modbus4mqtt/Sungrow_SH5k_20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ update_rate: 5
address_offset: 0
variant: sungrow
scan_batching: 100
word_order: lowhigh
registers:
- pub_topic: "ems/EMS_MODE"
set_topic: "ems/EMS_MODE/set"
Expand Down Expand Up @@ -258,7 +259,7 @@ registers:
scale: 0.1
- pub_topic: "solar"
json_key: total_pv_energy_10
type: uint16
type: uint32
address: 13002
table: input
pub_only_on_change: false
Expand All @@ -272,7 +273,7 @@ registers:
scale: 0.1
- pub_topic: "solar"
json_key: total_export_energy_10
type: uint16
type: uint32
address: 13005
table: input
pub_only_on_change: false
Expand Down Expand Up @@ -311,7 +312,7 @@ registers:
scale: 0.1
- pub_topic: "solar"
json_key: co2_emission_reduction
type: uint16
type: uint32
address: 13014
table: input
pub_only_on_change: false
Expand All @@ -325,7 +326,7 @@ registers:
scale: 0.1
- pub_topic: "solar"
json_key: total_use_energy_10
type: uint16
type: uint32
address: 13017
table: input
pub_only_on_change: false
Expand Down

0 comments on commit 1d52b5e

Please sign in to comment.