You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This QuickApp monitors your Solax managed Solar Panels
4
-
The QuickApp has (child) devices for Solarpower/m², Today production, Total production, Total Power to Grid, Total Energy to Grid, Energy from Grid, Total Power/m², Battery Energy, AC Power R, AC Power S, AC Power T, Battery Power, Power DC1, Power DC2, Power DC3 and Power DC4
4
+
The QuickApp has (child) devices for Solarpower/m², Today production, Total production, Total Power to Grid, Total Energy to Grid, Consumed Energy, Energy from Grid, Total Power/m², Battery Energy, AC Power R, AC Power S, AC Power T, Battery Power, Power DC1, Power DC2, Power DC3 and Power DC4
5
5
The rateType interface of child device Today Energy is automatically set to "production"
6
6
The readings from the child device Today Energy will be shown in the new energy panel
7
7
The readings from the child device Total Energy is automatically set to the right Wh unit (Wh, kWh, MWh or GWh)
8
-
9
-
See API documentation on https://www.eu.solaxcloud.com/phoebus/resource/files/userGuide/Solax_API_for_End-user_V1.0.pdf
8
+
See API documentation on https://www.eu.solaxcloud.com/phoebus/resource/files/userGuide/Solax_API.pdf
10
9
User can get a specific range of information through the granted tokenID. Please obtain your tokenID on the API page of Solaxcloud for free.
11
10
The tokenID can be used to obtain real-time data of your inverter system. The obtain frequency need to be lower than 10 times/min and 10,000 times/day.
12
11
12
+
TODO:
13
+
- change to standard ratetypes
14
+
15
+
Version 3.0 (11th January 2023)
16
+
- Changed the descriptions of the Solax Cloud values
17
+
- Converted the feedinpower value from positive to negative or from negative to positive
18
+
- Added translation for English, Dutch and Portugese
19
+
- Added child device for consumeenergy
20
+
13
21
Version 2.1 (4th December 2022)
14
22
- Prevented almost empty responses like these: {"success":false,"exception":"Query success!","result":"this sn did not access!"}
15
23
- Added log text to main device if no data from Solax Cloud
@@ -22,13 +30,45 @@ Version 2.0 (16th April 2022)
22
30
- Replaced null values in responses with 0.0
23
31
- Optimized some code
24
32
25
-
Changes version 1.0 (17th November 2021)
26
-
-First version
33
+
Version 1.0 (17th November 2021)
34
+
-Tested, ready for release
27
35
36
+
Version 0.2 (15th November 2021)
37
+
- Changed json response
28
38
29
-
Variables (mandatory):
39
+
Version 0.1 (13th November 2021)
40
+
- First (test) version
41
+
42
+
Variables (mandatory and created automatically):
30
43
- tokenId = token ID of your Solax Inverter, obtain your tokenID on the API page of Solaxcloud for free
31
44
- inverterSN = Unique identifier (Serial No.) of your Solax inverter
32
45
- solarM2 = The amount of m2 Solar Panels (use . for decimals) for calculating Solar Power m² (default = 0)
33
-
- interval = The daily API limitiation is 300 requests (default = 300 seconds (5 minutes), maximum 10 times/min and 10,000 times/day)
46
+
- interval = The default is 300 seconds (5 minutes), the daily API limitation is maximum 10 times/min and 10,000 times/day
0 commit comments