Skip to content

Bluetooth driver and weewx connector for Ventus W820 weather station

Notifications You must be signed in to change notification settings

daduke/ventusw820

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Ventus W820 bluetooth driver and weewx connector

The Ventus W820 is a bluetooth enabled weather station. This repository provides a library to read the values of the sensors and a driver for the weewx weather station software

The library requires bluepy for the BLE communication

Project website: http://daduke.org/coding/ventus.html

How to use it:

  • install bluepy
  • ventus.py is the low level library that talks to the weather station, copy it to a standard python library path (e.g. /usr/local/lib/python2.7/site-packages/
  • ventusw820.py is the weewx driver, it goes into the weewx driver directory
  • define your Ventus station in the weewx config file:
[W820]
    # This section is for the Ventus W820 weather station.

    # MAC address of bluetooth interface
    mac = <your W820 bluetooth MAC address goes here>

    # The driver to use:
    driver = weewx.drivers.ventusw820

    polling_interval = 60
  • define your default station as a W820:
station_type = W820

that's it! Contact me if you have any questions.

License

Ventus W820 bluetooth driver and weewx connector

Copyright 2015 Christian Herzog

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Bluetooth driver and weewx connector for Ventus W820 weather station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages