Skip to main content

A bridge for python to the YouLess sensor

Project description

YouLess Python Data Bridge

PyPI version

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


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.7.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

youless_api-0.7-py3-none-any.whl (6.0 kB view hashes)

Uploaded 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