Skip to main content

Add a short description here!

Project description

Project generated with PyScaffold

pysaleryd

Python library for controlling Saleryd HRV system

Python library for controlling Saleryd HRV system using the built in websocket server
  • Read system state

  • Send control commands

Supported devices

  • Loke1

Usage with asyncio as library

from pysaleryd.client import Client
client = Client(WEBSOCKET_URL, WEBSOCKET_PORT)
await client.connect()
await asyncio.sleep(2)
print(data) # prints buffered data from system

CLI usage

Connect to system and capture websocket data to stdout

./pysaleryd --host [WEBSOCKET_URL] --port [WEBSOCKET_PORT]

Disclaimer

Use at own risk.

This project is in no way affiliated with the manufacturer.

All product names, logos, and brands are property of their respective owners. All company, product and service names used are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.

Note

This project has been set up using PyScaffold 4.4. For details and usage information on PyScaffold see https://pyscaffold.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

pysaleryd-2.0.0.tar.gz (23.2 kB view hashes)

Uploaded Source

Built Distribution

pysaleryd-2.0.0-py3-none-any.whl (8.7 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