Skip to content

Commit

Permalink
update V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Apr 12, 2023
1 parent 555c17b commit ab477f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ Maximum power your solar cells can deliver.
#### Cells efficiency [%]
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>]
Size of the active area your solar panel.
Size of your solar panel.

#### 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%.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "org.woheller69.solxpect"
minSdkVersion 26
targetSdkVersion 31
versionCode 10
versionName "1.0"
versionCode 11
versionName "1.1"

buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Shading taken into account
Display current sun position
Help

0 comments on commit ab477f2

Please sign in to comment.