This commit is contained in:
Norbert
2023-08-08 14:32:31 +02:00
parent 39c30f149b
commit 0f876eb19f

View File

@@ -166,6 +166,12 @@ based on: https://github.com/mkfam7/solaxx3
|advanced_password| 2014.0| |advanced_password| 2014.0|
|machine_type| 3.0| |machine_type| 3.0|
# Update 08.08.23
```
firmware_version_dsp 33.0
firmware_version_arm 31.0
```
# DB SQL Queris # DB SQL Queris
``` ```
"select grid_voltage_r, uploadTime as `time`\nfrom solax.solax_local\nwhere uploadTime > now(3) - INTERVAL 2 MINUTE\norder by uploadTime desc\nlimit 1\n;\n", "select grid_voltage_r, uploadTime as `time`\nfrom solax.solax_local\nwhere uploadTime > now(3) - INTERVAL 2 MINUTE\norder by uploadTime desc\nlimit 1\n;\n",
@@ -233,3 +239,5 @@ based on: https://github.com/mkfam7/solaxx3
"EPS Power", "EPS Power",
"Solax", "Solax",
``` ```