A bridge for python to the YouLess sensor
Project description
YouLess Python Data Bridge
This package contains support classes to fetch data from the YouLess sensors.
Contributing
To request new features or report bugs please use:
https://jongsoftdev.atlassian.net/jira/software/c/projects/YA/issues/
Using the python integration
To use the API use the following code:
from youless_api.youless_api import YoulessAPI
if __name__ == '__main__':
api = YoulessAPI("192.168.1.2") # use the ip address of the youless device
api.update()
gasUsage = api.gas_meter.value
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
youless_api-0.10.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for youless_api-0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebad752f96848ffc4e2bfb9e6014bac6f9686d85c9a59cc74269a3d35beddab6 |
|
MD5 | 75dce77246621282a7300a59455af1dc |
|
BLAKE2b-256 | 09efd0bfda90f44036d3c826389a4ed9244884c8f97111ec7583681ac88610c9 |