weather_station:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
weather_station:start [2022/04/12 17:32] – jan001 | weather_station:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
====== HSRW Weather Station at Campus Kamp-Lintfort ====== | ====== HSRW Weather Station at Campus Kamp-Lintfort ====== | ||
Line 6: | Line 7: | ||
- | ===== Dashboard | + | ===== Interactive Grafana |
| [[https:// | | [[https:// | ||
Line 22: | Line 23: | ||
- | ===== Sensors ===== | + | ===== The Sensors |
Line 36: | Line 37: | ||
| Solar Radiation | | Solar Radiation | ||
- | ====== | + | ====== |
- | The data of our weather station is available | + | |
- | All data is made available in a JSON-format: | + | The data of our weather station is **freely |
- | ^ Key ^ Unit | + | |
+ | | ||
+ | - RESTful API | ||
+ | |||
+ | The accessible variables: | ||
+ | |||
+ | ^ Key ^ Unit | ||
| wind_speed | | wind_speed | ||
| wind_direction | | wind_direction | ||
Line 53: | Line 60: | ||
| precipitation | | precipitation | ||
| created_at | | created_at | ||
+ | |||
+ | ===== MQTT Broker and Topic for Subscribing to Real-Time Online Data ===== | ||
+ | |||
+ | We also publish our data on our own MQTT Server which doesn' | ||
+ | |||
+ | ^ MQTT Broker and Topic || | ||
+ | ^ URL | eolab.de | ||
+ | ^ PORT | 1883 | | ||
+ | ^ TOPIC | weather/ | ||
+ | |||
===== RESTful API to Request Real-Time Online Data ===== | ===== RESTful API to Request Real-Time Online Data ===== | ||
- | The RESTful Application Programming Interface (API) is used to download data or retrieve data in its own programs. | + | The RESTful Application Programming Interface (API) is used to download data or retrieve data e.g. in own programs |
- | ==== Examples ===== | + | |
+ | |||
+ | ==== Examples | ||
+ | |||
+ | Get the recent 20 measurements: | ||
+ | '' | ||
Retrieve the last 20 sensor data from all sensors since 12th Nov. 2021, 14:55:32, Central European Time (CET, Germany): \\ '' | Retrieve the last 20 sensor data from all sensors since 12th Nov. 2021, 14:55:32, Central European Time (CET, Germany): \\ '' | ||
Line 100: | Line 122: | ||
Example to retrieve every 5th data set between 627650252438 ms and 1627650855553 ms since 1970-01-01, i.e. from the Fri Jul 30 2021 15:04:12 GMT+0200 to Fri Jul 30 2021 15:14:15 GMT+0200: | Example to retrieve every 5th data set between 627650252438 ms and 1627650855553 ms since 1970-01-01, i.e. from the Fri Jul 30 2021 15:04:12 GMT+0200 to Fri Jul 30 2021 15:14:15 GMT+0200: | ||
'' | '' | ||
- | |||
- | ===== MQTT to subscribe to Real-Time Online Data ===== | ||
weather_station/start.1649777570.txt.gz · Last modified: 2023/01/05 14:38 (external edit)