Skip to content

kasbert/telldus-weather-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telldus-weather-receiver

Receive and store Telldus weather station radio messages

This project is still work-in-progress.

Telldus weather station consists of

  • Outdoor unit, which is like SwitchDoc Labs WeatherRack2 without light and UV sensors
  • Indoor unit Telldus-FT0385R with pressure, humidity and temperature sensor and a display

This program receives messages and writes weather data to pywws database (CSV files).

Img

Outdoor unit sends Manchester encoded message with 433Mhz radio OOK.

As Telldus weather station indoor unit receives a message from the outdoor unit, it sends 3 radio messages

  • Oregon-WGR800
  • Oregon-THGR810 or Oregon-PCR800
  • Telldus-FT0385R

Requires

  • Arduino Nano
  • 433Mhz Receiver
  • Arduino IDE for compiling and installing "telldus-weather-receiver.ino"
  • Python3 sudo apt install python3-pip sudo pip3 install pyserial sudo pip3 install pywws

Create a data dir with weather.ini (see https://pywws.readthedocs.io/en/latest/guides/weather_ini.html)

See also

About

Receive and store Telldus weather station radio messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published