Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registers.md #520

Open
wants to merge 2 commits into
base: Beta-(2.8.x)
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions documentatie/registers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ Use it with care and be aware it might damage your devices. Changing the registe
## datalogger
| Reg | Name | Description | Write | Value |Unit |Initial| Note |
| ---- | ----------------- | ---------------- |-------|---------|-----|-------| -------------------------------------------------------------------|
|4|Interval|update interval|W||Ascii|| e.g 5 or 1 or 0.5|
|4|Interval|update interval|W||Ascii|5| e.g 5 or 1 or 0.5|
|8|Datalogger Serial Number||R||Ascii||JPC0A0000Z|
|14|AP IP Address||W||Ascii|192.168.5.1||
|15|AP Port||W||Ascii|80||
|16|DataLogger MAC Address||R||Ascii||e.g. 00:00:00:00:00:00|
|17|growatt_ip|Growatt server ip addres|W||Ascii||set for redirection to Grott e.g. 192.168.0.206|
|18|growatt_port|Growatt server Port|W||Num|5279|set for redirection to Grott e.g. 5279|
|21|Firmware version||R||Ascii|3.0.0.2||
|25|AP Netmask||W||Ascii|255.255.255.0||
|26|AP Gateway||W||Ascii|192.168.5.1||
|31|datetime|current date-time|W||Ascii||e.g 2022-05-17 21:01:50|
|17| growatt_ip|Growatt server ip addres|W||Ascii||set for redirection to Grott e.g. 192.168.0.206|
|18| growatt_port|Growatt server Port|W||Num||set for redirection to Grott e.g. 5279|
|56|Wi-Fi SSID|
|57|Wi-Fi Password|


## inverter

Expand Down