Skip to content

Commit

Permalink
Merge pull request #72 from tobiasfaust/development
Browse files Browse the repository at this point in the history
Release 3.2.1
  • Loading branch information
tobiasfaust authored Aug 19, 2024
2 parents 6540f6d + 5152e70 commit 3ed5bab
Show file tree
Hide file tree
Showing 31 changed files with 1,780 additions and 428 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 3.2.1:
- add modbusprotocoll doc for Solax-X1/X3 G4 (incl. write register) (thanks to @lattemacchiato) (#64)
- fix bug in solax-x1.json at EnergyTotalToGrid
- add Solax-Mic-Pro configuration, thanks to michacee (#35)
- add support for Growatt-MOD_4000_TL3-XH, thanks to Gustavw82 (#70).
- add page loading visualization

Release 3.2.0:
- move register.h from PROGMEM into seperate files at FS
- change deprecated SPIFFS to LittleFS
Expand Down
9 changes: 5 additions & 4 deletions data/regs/Deye_SUN_SG04LP3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Deye SUN-xx-SG04LP3": {
"config": {
"author": "MagicSven81",
"RequestLiveData": [
[
"#ClientID",
Expand Down Expand Up @@ -1141,7 +1142,7 @@
"name": "PV1DCCurrent",
"realname": "PV1 DC Current",
"datatype": "float",
"factor": 0.01,
"factor": 0.1,
"unit": "A"
},
{
Expand All @@ -1163,7 +1164,7 @@
"name": "PV2DCCurrent",
"realname": "PV2 DC Current",
"datatype": "float",
"factor": 0.01,
"factor": 0.1,
"unit": "A"
},
{
Expand All @@ -1185,7 +1186,7 @@
"name": "PV3DCCurrent",
"realname": "PV3 DC Current",
"datatype": "float",
"factor": 0.01,
"factor": 0.1,
"unit": "A"
},
{
Expand All @@ -1207,7 +1208,7 @@
"name": "PV4DCCurrent",
"realname": "PV4 DC Current",
"datatype": "float",
"factor": 0.01,
"factor": 0.1,
"unit": "A"
}
],
Expand Down
Loading

0 comments on commit 3ed5bab

Please sign in to comment.