Skip to content

Solar Powered WiFi Weather Station V4.0

Notifications You must be signed in to change notification settings

teamsuperpanda/Weather-Station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Weather Station

This is a weather station project by Open Green Energy, using ESPHome and an ESP32 board. It is designed to collect various meteorological data such as temperature, humidity, atmospheric pressure, rainfall, and wind speed, and wirelessly report this information to a Home Assistant server for monitoring and further analysis. The Open Green Energy Solar Powered WiFi Weather Station V4.0 originally came with Arduino code, but I have adapted it to work with Home Assistant via ESPHome.

Original Project Links:

Features

  • SparkFun Arduino IoT Weather Station
    • Rainfall Detection: Rain gauge implemented with a tipping bucket sensor connected to a pulse counter.
    • Wind Speed Monitoring: Anemometer sensor output processed via a pulse counter.
    • Wind Direction: Detected by a wind vane.
  • Temperature Sensing: BME280 and Dallas sensors.
  • Humidity Sensing: BME280 sensor.
  • Atmospheric Pressure Measurement: BME280 sensor.
  • Battery Monitoring: Voltage monitoring to estimate remaining battery life.
  • Wireless Connectivity: Wi-Fi to connect to local network and Home Assistant. (Haven't adopted LORA yet).
  • Over-The-Air (OTA) Updates: Updates via ESPHome.
  • Deep Sleep Capabilities: To conserve power, the ESP32 enters deep sleep mode.

Hardware Components

Deep Sleep Configuration

The ESP32 is configured to enter deep sleep mode to save battery. You can adjust the sleep duration and conditions directly in the ESPHome configuration file.

Contributions

Contributions to this project are welcome. Please fork the repository and submit a pull request with your suggested changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Weather Station Image 1 Weather Station Image 2 Weather Station Image 3

About

Solar Powered WiFi Weather Station V4.0

Resources

Stars

Watchers

Forks