Skip to main content

a library to read data from the Biral VPF-730 Present weather sensor

Project description

CI pre-commit.ci status docs

vpf-730

A package to read data from the Biral VPF-730 Present weather sensor.

installation

pip install vpf-730

quick start

Make sure your Sensor is connected and find out the port it is connected to. For a detailed documentation please see the Docs.

Versions > 0.5.0 contain a full rewrite with lots of breaking changes

logger as a CLI

The logger: Communication and continuous data logging

vpf-730 logger --serial-port /dev/ttyS0

sender as a CLI

The sender: Sending data to a remote server

VPF730_API_KEY=deadbeef vpf-730 sender \
--get-endpoint "https://api.example/com/vpf-730/status" \
--post-endpoint "https://api.example/com/vpf-730/data"

comm CLI

It is also possible to manually send ASCII commands to the sensor. \r\n must not be specified

vpf-730 comm --serial-port /dev/ttyUSB0 R?

Returns:

 200,2.515,16.5,12.2,5.00,12.3,00.00,00.00,101,086,000,02,03,00,+001.9,4040

as a package

from vpf_730 import VPF730

vpf730 = VPF730(port='/dev/ttyS1')
print(vpf730.measure())

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

vpf_730-0.9.0.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

vpf_730-0.9.0-py2.py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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