A (hopefully soon) fully featured selft-hosted web interface and server-backend to store weather data (comparable to opensensemap.org)
api | ||
css | ||
img | ||
js | ||
blueweather.code-workspace | ||
dashboard.html | ||
index.html | ||
login.html | ||
README.md | ||
table.html | ||
testdashboard.html |
BlueWeather
A (hopefully soon) fully featured selft-hosted web interface and server-backend to store weather data (comparable to opensensemap.org)
State of development
- interface and backend planned
API docs
location data
- id
- locationname
- latitude
- longitude
- countryname
- measvalues
- measvalue
- sensorid
- timestamp
- sensors
- id
- added
- userid
- sensorname
- property ('indoor' || 'sunny' || 'shadow' )
- valuetypeid
- valuetypes
- id
- valuetype ('temperature' || 'humidity')
- valunit (html coding)
- displayproperty
- widget (properties for small widget)
- type ('doughnut' || 'number')
- properties (chartjs dataset properties if type is a chartjs type)
- chart (properties for large chart)
- type ('scatter')
- properties (chartjs dataset properties)
- widget (properties for small widget)
- range (actual range of present measvalues)
- from
- to