a library to read data from the Biral VPF-730 Present weather sensor
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vpf_730-0.9.0.tar.gz.
File metadata
- Download URL: vpf_730-0.9.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
627d46b68294551472fe1199c49c43c76c71400b6c88db21096bf0bd40c83808
|
|
| MD5 |
5c172610040fe27b0dedbf3a08429c7c
|
|
| BLAKE2b-256 |
610bcedd376e2b9a20a687dd0e1d37bf90e87db90578e38842af09f8b0f4342a
|
File details
Details for the file vpf_730-0.9.0-py2.py3-none-any.whl.
File metadata
- Download URL: vpf_730-0.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00b0dbf52d808df6efdef20e90323b70f79ba9d2ecbc02676fc4697e030bc212
|
|
| MD5 |
af90a249ff633e59eff1255e04815ba8
|
|
| BLAKE2b-256 |
c87f65acbc99d3294fca2c3ba80dd8ec4992c553167915b1b1f02f9157010b48
|