All Projects → 3KUdelta → Solar_WiFi_Weather_Station

3KUdelta / Solar_WiFi_Weather_Station

Licence: other
Based on the work of Open Green Energy: First solar Zambretti Forecaster

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Solar WiFi Weather Station

homeweather esp8266
weather station, arduino esp8266, st7920, mh-z19, BME-280
Stars: ✭ 29 (-71.57%)
Mutual labels:  weather-station, blynk
esphome-weather-station
ESPHome version of Elektor weather station v2
Stars: ✭ 140 (+37.25%)
Mutual labels:  weather-station
acuparse
Captures, stores, and displays data from an AcuRite ‎Iris/Atlas weather station and towers via an Access/smartHUB. Uploads data to Weather Underground, CWOP, Weathercloud, PWS Weather, Windy, Windguru, and OpenWeatherMap. *** MIRROR REPO | See: https://gitlab.com/acuparse/acuparse ***
Stars: ✭ 57 (-44.12%)
Mutual labels:  weather-station
wetterdienst
Open weather data for humans
Stars: ✭ 190 (+86.27%)
Mutual labels:  weather-station
inmetr
DEPRECATED A R-package to Import Historical Data from Brazilian Meteorological Stations
Stars: ✭ 18 (-82.35%)
Mutual labels:  weather-station
weather-station
Everything you need to run and monitor your own open source weather station. ⛅
Stars: ✭ 38 (-62.75%)
Mutual labels:  weather-station
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-92.16%)
Mutual labels:  blynk
433MHz Tx Rx
Arduino based 433MHz Tx and Rx combo using Manchester protocol
Stars: ✭ 27 (-73.53%)
Mutual labels:  weather-station
LaColorduino
I build my own clone of "LaMetric"-smartwatch but with some Colorduino for Twitch, YouTube, Twitter, CSGO, etc.. (Working)
Stars: ✭ 56 (-45.1%)
Mutual labels:  weather-station
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (-63.73%)
Mutual labels:  weather-station
Pi Weather Station
Raspberry Pi Weather Station Using Sense HAT
Stars: ✭ 14 (-86.27%)
Mutual labels:  weather-station
MiniWXStation
ESP8266 and BME280 sensor for a minimalist weather station to put on your terrace
Stars: ✭ 28 (-72.55%)
Mutual labels:  weather-station
ecowitt http gateway
Simple HTTP gateway that receives data from GW-1000 with Ecowitt protocol and resend data to Meteotemplate or csv, json, ecc.
Stars: ✭ 37 (-63.73%)
Mutual labels:  weather-station
AZ-Touch-Pi0-Weather
AZ-Touch PiZero Weatherstation
Stars: ✭ 31 (-69.61%)
Mutual labels:  weather-station
neowx
NeoWX Theme for WeeWX, based on the popular Sofaskin
Stars: ✭ 35 (-65.69%)
Mutual labels:  weather-station
aprs-weather-submit
Manually submit weather station information to the APRS-IS network.
Stars: ✭ 17 (-83.33%)
Mutual labels:  weather-station
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (+50.98%)
Mutual labels:  weather-station
WeatherHub
Home weather station based on esp8266
Stars: ✭ 19 (-81.37%)
Mutual labels:  weather-station
Blynk WM
Blynk and WiFiManager Library for configuring/auto(re)connecting ESP8266/ESP32 modules to the best or available MultiWiFi APs and MultiBlynk servers at runtime, with or without SSL. Configuration data saved in either SPIFFS or EEPROM.
Stars: ✭ 46 (-54.9%)
Mutual labels:  blynk
esp8266-WindStation
Simply weather station on ESP8266
Stars: ✭ 26 (-74.51%)
Mutual labels:  weather-station

Zambretti Forecaster on Solar WiFi Weather Station

Based on the work of Open Green Energy. https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ Authors of the base code: Keith Hungerford and Debasish Dutta - Excellent work, gentlemen!

BLYNK UPDATE! Move now to new Version!

Running Blynk legacy will drain your battery and your device will stop working. Please update to new Blynk (free version works very well).

  1. Create new Blynk account (https://blynk.io) Top right.
  2. Add new template (see example below)
  3. Add new device using your new template
  4. Load Blynk App for your mobile device
  5. Add widgets as before
  6. done!

Zambretti Weather Station

Major changes:

  • simplified, restructured code (used Adafruit libraries for BME280 instead, sorry for this Keith)
  • added relative pressure, dewpoint, dewpoint spread and heatindex calculations
  • allow Blynk (** UPDATED, PLEASE SEE CHANGES **), ThingSpeak and MQTT data transmission
  • redesigned box (simplified printing, less plastic usage, full snap-in)
  • available languages (a big thank you to the contributors!)
    • English
    • German
    • Italian (Chak10)
    • Polish (TomaszDom)
    • Romanian (zangaby)
    • French (Ludestru)
    • Spanish (Fedecatt)
    • Turkish (Mert Sarac)
    • Dutch (Rickthefrog)
    • Norwegian (solbero)

Changes in V2.3

  • included famous Zambretti forecaster (see Blynk example)
  • added translation table for Zambretti forecast
  • added multi language feature

Changes in V2.31

  • added Dewpoint Spread
  • fixed some minor things
  • added Zambretti forecast in Thingspeak (thank you ThomaszDom)

Changes in V2.31 (MQTT version)

  • allows to publish data to MQTT broker (alternative .ino file)

Changes in V2.32

  • Battery monitoring and going to hibernate if battery low (battery protection)
  • Warning text will be shown instead of Zambretti prediction if batt low

Changes in V2.33

  • Corrected bug in the winter/summer adjustment for the Zambretti forecast

Changes in V2.34

  • added August-Roche-Magnus approximation to automatically adjust humidity with temperature corrections
  • Code cleanup

Changes in V2.35

  • corrected TingSpeak communication changes (needs now Channel ID and KEY)

Latest Changes

  • updated Blynk (simple code changes - needs more to do on the Blynk server side)

Print the box yourself: https://www.thingiverse.com/thing:3551386

Solar Wifi Weather Station

New Blynk App Example (free widgets) Solar Wifi Weather Station

Blynk template definition Solar Wifi Weather Station

Showing the data on a LED display: https://github.com/3KUdelta/MDparola_MQTT_monitor LED matrix MQTT monitor

Node-Red example showing MQTT messages on dashboard. Solar Wifi Weather Station

ThinkSpeak Example (ThingView iOS): Solar Wifi Weather Station

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].