Git Product home page Git Product logo

sdl_pi_skyweather2's Introduction

SkyWeather2 SwitchDoc Labs

See full bug list and info on releases at:

https://forum.switchdoc.com/thread/1452/skyweather2-software-releases

May 7, 2022 - Version 027.6 - add required updateWeb files

Run sudo pip3 install SafecastPy

Run SkyWeather2.py from the command line to test
sudo python3 SkyWeather2.py

To update SkyWeather2 database, run the following command:

sudo mysql -u root -p SkyWeather2 < 27.3.DataBaseUpdate.sql

You also need to go into your https://github.com/switchdoclabs/rtl_433
directory, do a git pull and then rebuild rtl_433 as shown in the README.md
On the SDL SDCard, this is under /home/pi/SDR

to install on SDL SD Card do this:

sudo pip3 install python-aqi
sudo pip3 install ffmpeg

April 30, 2022 - Version 027.5 - RadSense Geiger Counter Support
April 15, 2022 - Version 027.4 - Fixed Light Overflow bug
January 28, 2022 - Version 027.3 - WeatherRack2 signal strengths added in database
January 27, 2022 - Version 027.2 - Fixed Multiple WeatherRack2 Use Case - Serial Number stored in database
August 28, 2021 - Version 027.1 - MQTT typo fixes, split indoor T/H to seperate channels - thanks Zara
August 25, 2021 - Version 027 - Full support of Solar SkyCam and Time Lapse
July 28, 2021 - Version 026.6 - Second Typo in wirelessSensors.py fixed
July 28, 2021 - Version 026.5 - Typo in wirelessSensors.py fixed
July 24, 2021 - Version 026.4 - Various Small Bugs fixed and Blynk updated
June 16, 2021 - Version 026.3 - On Board Dust Sensor Problem Fixed
June 9, 2021 - Version 026.2 - dash_app Lightning Reporting Fixed
June 6, 2021 - Version 026.1 - Additional AfterShock added
June 6, 2021 - Version 026 - AfterShock added. fixes and reliability improvements
April 17, 2021 - Version 025 - fixes and updgrades
March 12, 2021 - Version 024 - minor fixes, update on README.md for rtl_433
March 7, 2021 - Version 023 - Major Update: New WeatherSense devices added
WeatherSense Air Quality
WeatherSense Lightning
WeatherSense SolarMAX2
Full MQTT Update
WeatherUnderground Added
Note: You need to apply the following commands to upgrade:

cd
cd SDL_Pi_SkyWeather2
git pull
sudo pip3 install vcgencmd

sudo mysql -u root -p < WeatherSenseWireless.sql 

sudo mysql -u root -p WeatherSenseWireless < updateWeatherSenseWireless.sql

(the password that is asked from the mysql command is your mysql root password, by default "password")

Remember to go to your rtl_433 directory and do the following to update rtl_433:

cd rtl_433/
mkdir build
cd build
cmake ..
make clean
make
sudo make install


February 15, 2021 - Version 022 - Minor Bug Fixes
February 2, 2021 - Version 021 - Minor MQTT Fix from Jason, master bugfinder
January 29, 2021 - Version 020 - Minor fix to Pi shutdown
December 14, 2020 - Version 019 - Added AQI Dust Sensor Detection
December 12, 2020 - Version 018 - Corrected Wind Speed/Gust Calculations
December 4, 2020 - Version 017 - Fixed Dust Sensor Power control
November 29, 2020 - Version 016 - Fixed CPUTemperature
November 29, 2020 - Version 015 - Minor Fixes
November 27, 2020 - Version 014 - WeatherSTEM Fix
November 24, 2020 - Version 012 - Reliability rtl_433 improvements
November 22, 2020 - Version 011 - dash_app improvements
November 13, 2020 - Version 010 - various fixes and addtions
October 22, 2020 - Version 009 - Camera Orientation Support
October 10, 2020 - Version 008 - Added dash_app support
Ocober 8, 2020 - Version 007 - Initial Release

Recommended to use the pre-built SD Card for SkyWeather2.

https://shop.switchdoc.com/products/16gb-sd-card-with-stretch-smart-garden-system-groveweatherpi

sdl_pi_skyweather2's People

Contributors

switchdoclabs avatar

Stargazers

AFLawrence avatar LDH avatar  avatar  avatar Martin Lanser avatar MikeCa avatar  avatar Zachary Patten avatar Paul avatar  avatar  avatar Bentley avatar Valentin Saugnier avatar  avatar Billy Walter avatar

Watchers

 avatar MikeCa avatar  avatar Billy Walter avatar  avatar  avatar  avatar

sdl_pi_skyweather2's Issues

Documentation updates (minor)

there's some minor issues with file names not matching actual code.

sudo python3 testWeatherSensors.py
file not present but
sudo python3 testWirelessSensors.py
seems to be the correct one

the different py scripts referenced have different dependencies so you need to run through each one
to get all deps working.

I didn't use the provisioned sd card and wanted to only use pi lite to minimize disk usage.

I've got the following project where i've been documenting my setup.
https://github.com/tim-oe/SkyWeather2
the init.sh script has all the needed steps i did, so far.
https://github.com/tim-oe/SkyWeather2/blob/main/src/bin/init.sh

great project, it's the only weather station i could find where a can actually collect my own data.

SkyWeather2.sql Missing Lines

Insert after line 23:

CREATE DATABASE IF NOT EXISTS SkyWeather2 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
USE SkyWeather2;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.