Skip to main content

Python package that dialogs with Rika pellet stove (under dev)

Project description

Rika Firenet

https://img.shields.io/pypi/v/rikafirenet.svg

Python package that dialogs with Rika pellet stove

  • Free software: MIT license

Usage

import requests
from rikafirenet import Stove
session = requests.session()
stove = Stove(session, "username", "password", "stove_id")
if not stove.connect():
    sys.exit(1)
else :
    print('Target temperatrue: ', stove.get_stove_thermostat())
    print('Room temperature: ', stove.get_room_temperature())
    print('Burning: ',stove.is_stove_burning())

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.4 (2022-11-27)

  • Cleaned code with pylint.

0.0.3 (2022-11-22)

  • Added more states and actions.

0.0.1 (2022-11-17)

  • First release on PyPI.

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

rikafirenet-0.0.4.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

rikafirenet-0.0.4-py2.py3-none-any.whl (7.1 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