mirror of
https://github.com/woheller69/solxpect.git
synced 2025-12-16 17:30:13 +01:00
update V1.1
This commit is contained in:
parent
555c17bdd1
commit
ab477f2cab
3 changed files with 10 additions and 3 deletions
|
|
@ -33,8 +33,12 @@ Maximum power your solar cells can deliver.
|
||||||
#### Cells efficiency [%]
|
#### Cells efficiency [%]
|
||||||
Portion of energy in the form of sunlight that can be converted into electricity by the solar cell.
|
Portion of energy in the form of sunlight that can be converted into electricity by the solar cell.
|
||||||
|
|
||||||
|
#### Temperature coefficient [%/K]
|
||||||
|
Dependence of the cell power on temperature (usually in the range of -0.4%/K).
|
||||||
|
Cell temperature is estimated from ambient temperature and total irradiance.
|
||||||
|
|
||||||
#### Cell area [m<sup>2</sup>]
|
#### Cell area [m<sup>2</sup>]
|
||||||
Size of the active area your solar panel.
|
Size of your solar panel.
|
||||||
|
|
||||||
#### Diffuse radiation efficiency [%]
|
#### Diffuse radiation efficiency [%]
|
||||||
Efficiency of your solar power plant for diffuse radiation. When pointing up it should be around 100%, when pointing to the horizon it may be around 50%.
|
Efficiency of your solar power plant for diffuse radiation. When pointing up it should be around 100%, when pointing to the horizon it may be around 50%.
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ android {
|
||||||
applicationId "org.woheller69.solxpect"
|
applicationId "org.woheller69.solxpect"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName "1.0"
|
versionName "1.1"
|
||||||
|
|
||||||
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
|
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
|
||||||
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
|
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
|
||||||
|
|
|
||||||
3
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Shading taken into account
|
||||||
|
Display current sun position
|
||||||
|
Help
|
||||||
Loading…
Add table
Add a link
Reference in a new issue