Skip to content

Commit

Permalink
Merge pull request #1262 from pkkrusty/patch-2
Browse files Browse the repository at this point in the history
Add detail to Huawei description
  • Loading branch information
barbudor authored Sep 6, 2023
2 parents c583a11 + f07e5dc commit 6b0309f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Smart-Meter-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,8 @@ After unlocking the meter, you can run the following script

### Huawei SUN2000-10KTL (Modbus)

For writing 32-bit registers like 40126, use [ModBus Bridge](Modbus-Bridge) driver and send two 16-bit numbers. i.e. `modbussend {"deviceaddress": 1, "functioncode": 16, "startaddress":40126, "type":"int16", "count":2, "values":["0","6666"]}`

??? summary "View script"
```
>D
Expand Down

0 comments on commit 6b0309f

Please sign in to comment.