Weatherstation Dashboard
I wrote a AWEKAS compatible dashboard for my personal weatherstation
For the last few years, I've been thinking about getting a personal weatherstation and installing it in my garden to keep track of the weather for multiple purposes.
After thinking and procastinating for quite some time, I finally decided to get a WiFi ClearView WeatherStation from Bresser. The device has 7 different sensors, it can send sensor data to wunderground.com and any AWEKAS compatible server.
While, the dashboard hardware is a nice one, Bresser did not include any web based interface to work with. And as a DIY enthusiast software engineer, I decided to build one and put it on Github as an open-source project.
I mostly mimicked the hardware dashboard design with my own touch. The back-end is a docker compatible PHP server that simply receives the AWEKAS data from device and stores it in a JSON database file.
The front-end shows this data along with real-time forecast data from Open-Meteo.
You can test it out by clicking here.