Electricity use in a house with geothermal heating: Difference between revisions
Jump to navigation
Jump to search
(→See also: Fronius) |
|||
(One intermediate revision by the same user not shown) | |||
Line 41: | Line 41: | ||
name:apiKey|type:text | name:apiKey|type:text | ||
"> | "> | ||
library(OpasnetUtils) | |||
library(fmi) | library(fmi) | ||
library(rwfs) | |||
library(rgdal) | |||
request <- FMIWFSRequest$new(apiKey=apiKey) | request <- FMIWFSRequest$new(apiKey=apiKey) | ||
if(FALSE) { | |||
#request$setParameters(request="getFeature", | #request$setParameters(request="getFeature", | ||
# storedquery_id="fmi::observations::weather::daily::timevaluepair", | # storedquery_id="fmi::observations::weather::daily::timevaluepair", | ||
Line 68: | Line 73: | ||
client <- FMIWFSClient$new(request=request) | client <- FMIWFSClient$new(request=request) | ||
response <- client$getDailyWeather(startDateTime="2014-01-01", endDateTime="2014-01-01", bbox=getFinlandBBox(), parameters=list(explodeCollections=TRUE)) | response <- client$getDailyWeather(startDateTime="2014-01-01", endDateTime="2014-01-01", bbox=getFinlandBBox(), parameters=list(explodeCollections=TRUE)) | ||
reponse | #reponse | ||
} | |||
request$setParameters(request="getFeature", | |||
storedquery_id="fmi::observations::weather::daily::timevaluepair", | |||
parameters="rrday,snow,tday,tmin,tmax") | |||
client <- FMIWFSClient$new(request=request) | |||
response <- client$getDailyWeather(startDateTime="2014-01-01T00:00:00Z", | |||
endDateTime="2014-01-01T00:00:00Z", | |||
fmisid=101887) | |||
dat <- as.data.frame(response) | |||
oprint(dat) | |||
</rcode> | </rcode> | ||
Line 79: | Line 96: | ||
==See also== | ==See also== | ||
* Fronius Solar Web [https://www.solarweb.com/] | |||
** PyFronius: a Python interface for Fronius [https://pypi.org/project/PyFronius/] | |||
* Home Assistant Android app for monitoring home systems [https://www.home-assistant.io/] | |||
{{urgenche}} | {{urgenche}} |
Latest revision as of 18:03, 9 November 2020
Moderator:Jouni (see all) |
|
Upload data
|
Question
What is the energy (i.e. electricity) use of geothermal heating in a detached house?
Answer
Rationale
The answer is based on a single example house located near the Savilahti weather station, Kuopio, Finland.
Unit
kWh (or kW, as the data is given in hourly slots)
Dependencies
Calculations
- fmi package tutorial
- a semi-successful query
- FMI: stored queries
- FMI open data
- Kuopion Energia online
See also
- Fronius Solar Web [1]
- PyFronius: a Python interface for Fronius [2]
- Home Assistant Android app for monitoring home systems [3]
Keywords
References