Skip to content

Commit c8423f6

Browse files
authored
Update README.md
1 parent fd38b49 commit c8423f6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# solax_monitor
22

33
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)
88

99
See API documentation on https://www.eu.solaxcloud.com/phoebus/resource/files/userGuide/Solax_API_for_End-user_V1.0.pdf
1010
User can get a specific range of information through the granted tokenID. Please obtain your tokenID on the API page of Solaxcloud for free.
1111
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.
1212

1313

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+
1422
Changes version 1.0 (17th November 2021)
1523
- First version
1624

0 commit comments

Comments
 (0)