Skip to main content

Communication tools for the Davis VantagePro2 devices

Project description

https://pypip.in/v/PyVantagePro/badge.png https://pypip.in/d/PyVantagePro/badge.png https://travis-ci.org/SalemHarrache/PyVantagePro.png?branch=master

PyVantagePro is a python project which aims to make the communication with weather stations Davis VantagePro2 easier and funnier…i.e. more Pythonic.

The main feature of this project is to get data automatically. In order to do so, it uses the basic methods get_archives() (to get archive data) and get_current_data() (to get real-time data).

About configuration, it only uses gettime() and settime() because we are assuming that stations are already configured.

Note: PyVantagePro uses the PyLink lib, offers a universal communication interface with File-Like API.

Examples

>>> from pyvantagepro import VantagePro2
>>>
>>> device = VantagePro2.from_url('tcp:host-ip:port')
>>> device.gettime()
2012-06-13 16:44:56
>>> data = device.get_current_data()
>>> data['TempIn']
87.3
>>> data.raw
4C 4F 4F ... 0D E6 3B
>>> data.filter(('TempIn', 'TempOut', 'SunRise', 'SunSet')).to_csv()
TempIn,TempOut,SunRise,SunSet
87.3,71.5,03:50,19:25

Features

  • Collecting real-time data as a python dictionary

  • Collecting archives as a list of dictionaries

  • Collecting high/low values as a python dictionary

  • Collecting data in a CSV file

  • Updating station time

  • Getting some information about the station, such as date and firmware version.

  • Various types of connections are supported

  • Comes with a command-line script

  • Compatible with Python 2.6+ and 3.x

  • Configure Archive Period

  • Set Yearly Rain

Installation

You can install, upgrade, uninstall PyVantagePro with these commands:

$ pip install PyVantagePro-MarcoGos
$ pip install --upgrade PyVantagePro-MarcoGos
$ pip uninstall PyVantagePro-MarcoGos

Documentation

See documentation here: http://pyvantagepro.readthedocs.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvantagepro_marcogos-0.3.15.tar.gz (55.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyVantagePro_MarcoGos-0.3.15-py3-none-any.whl (47.1 kB view details)

Uploaded Python 3

File details

Details for the file pyvantagepro_marcogos-0.3.15.tar.gz.

File metadata

  • Download URL: pyvantagepro_marcogos-0.3.15.tar.gz
  • Upload date:
  • Size: 55.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for pyvantagepro_marcogos-0.3.15.tar.gz
Algorithm Hash digest
SHA256 e35a1dca79b37090c245f8e195861fc85ab232e9ac4907bed38cdd68d00be0f4
MD5 25581818cdf03fab653ecee3476f386d
BLAKE2b-256 4e4a790d2c4e996134c122b946130f42cbe1bdb4e1b0351da7f69b717a459a13

See more details on using hashes here.

File details

Details for the file PyVantagePro_MarcoGos-0.3.15-py3-none-any.whl.

File metadata

File hashes

Hashes for PyVantagePro_MarcoGos-0.3.15-py3-none-any.whl
Algorithm Hash digest
SHA256 3d4e30e5da2cb0311d8ba30234db71bb4692f7350986af487d0cfe3be11b0a04
MD5 c4d5425fef6d941275eaf04b7ddcd3ed
BLAKE2b-256 f37f5fa0b1c72202e368e6b19fe609f0bd58a2124c38a4664f28b04db087b82d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page