Welcome everyone. The time from my last article I spent on upgrading Weather Station project. Generally it worked, but two things are not working perfectly and I was trying to fix it: power supply, my Weather Station devices needs to be supply by USB cable and charger, although they use not much power I know […]
Weather Station – Docker configuration
As I wrote in my previous article, it came time to describe building and running process of my whole Weather Station application. My solution is based on Docker and Docker Compose which is running on Raspberry Pi 4. So let’s start from beginning and clone my repository. Building frontend application After cloning repository you have […]
Weather Station – server side application
Hello. Today I would like to share with you next piece of my Weather Station project. It will be server side application which is responsible for aggregate data and serve it. As I mentioned in Weather Station – v3.0.0 my solution works with Home Assistant and with my own server application at the same time. […]
ESP8266 + DHT11 weather station – v3.0.0
Almost after 3 months from my last article about Weather Station project I finished next version of my weather station device code. The main goal for that version was to enable communication with HomeAssistant. New version v3.0.0 has fixed some small bugs, but has one main feature. Now you are able to use HTTP or […]
ESP8266 + DHT11 weather station – v2.0.0
In my previous post about Weather Station project ESP8266 + DHT11 weather station I described how the device work and how to communicate with it. Since that time I’ve get some feedback how it works and I figure out two major problems: epoch time – sometimes when library response for getting current epoch time from […]