You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accurately detecting weather warnings for rain, frost and drought depends on recent weather data (#2, #98). Make powerplant server to poll the Dark Sky API every 5 minutes and store the data by sending it to farmOS sensor listener interface.
For now the weather variables that we are interested in are temperature and rain. Temperature should be in celsius, that looks easier for frost detection. For now rain should be 0 if there is no rain and 1 if there is rain.
Include the timestamp property when sending temperature and rain to farmOS, when we are later processing the data it needs to be relevant to powerplant's clock.
Configure garden location in secrets.example.js in variables LATITUDE and LONGITUDE.
I found this issue on https://ovio.org/projects and would love to contribute! I am looking for a project for my college report. I have experience working with Node/Javascript and with APIs.
Accurately detecting weather warnings for rain, frost and drought depends on recent weather data (#2, #98). Make powerplant server to poll the Dark Sky API every 5 minutes and store the data by sending it to farmOS sensor listener interface.
For now the weather variables that we are interested in are
temperature
andrain
. Temperature should be in celsius, that looks easier for frost detection. For nowrain
should be0
if there is no rain and1
if there is rain.Include the
timestamp
property when sendingtemperature
andrain
to farmOS, when we are later processing the data it needs to be relevant to powerplant's clock.Configure garden location in
secrets.example.js
in variablesLATITUDE
andLONGITUDE
.Easiest way to install farmOS seems to be with Docker, see https://farmos.org/development/docker/, for example on Debian:
The text was updated successfully, but these errors were encountered: