|
1 | 1 | # solax_monitor |
2 | 2 |
|
3 | 3 | This QuickApp monitors your Solax managed Solar Panels |
4 | | -The QuickApp has (child) devices for Solarpower/m², Today production and Total production |
5 | | -The rateType interface of child device today is automatically set to "production" |
6 | | -The readings from the child device Today will be shown in the new energy panel |
7 | | -The readings from the child device Total is automatically set to the right Wh unit (Wh, kWh, MWh or GWh) |
| 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 |
| 5 | +The rateType interface of child device Today Energy is automatically set to "production" |
| 6 | +The readings from the child device Today Energy will be shown in the new energy panel |
| 7 | +The readings from the child device Total Energy is automatically set to the right Wh unit (Wh, kWh, MWh or GWh) |
8 | 8 |
|
9 | 9 | See API documentation on https://www.eu.solaxcloud.com/phoebus/resource/files/userGuide/Solax_API_for_End-user_V1.0.pdf |
10 | 10 | 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 | 11 | 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 | 12 |
|
13 | 13 |
|
| 14 | +Version 2.0 (16th April 2022) |
| 15 | +- Added Child Devices for feedinpower, feedinenergy, consumeenergy, feedinpowerM2, soc, peps1, peps2, peps3, batPower, powerdc1, powerdc2, powerdc3, powerdc4 |
| 16 | +- Added all values returned from the Solax Cloud to the labels |
| 17 | +- Changed all the device types to the most current ones |
| 18 | +- Changed the handling of bad responses from the Solax Cloud |
| 19 | +- Replaced null values in responses with 0.0 |
| 20 | +- Optimized some code |
| 21 | + |
14 | 22 | Changes version 1.0 (17th November 2021) |
15 | 23 | - First version |
16 | 24 |
|
|
0 commit comments