A python library to retrieve statistics from your Oekofen Pelletronic
Project description
Oekofen API
Usage
- change
192.168.178.222
to your Oekofen IP - change
eMlG
to your JSON Password (see Touchpad of your Oekofen)
import oekofen_api
import asyncio
client = oekofen_api.Oekofen("192.168.178.222", "eMlG")
asyncio.run(client.update_data())
client.get_status()
client.get_weather_temp()
client.get_heating_circuit_temp()
asyncio.run(client.set_heating_circuit_temp(celsius=23))
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
oekofen_api-0.0.5.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file oekofen_api-0.0.5.tar.gz
.
File metadata
- Download URL: oekofen_api-0.0.5.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43fd4a56345a40088a2903e74b7a11256341b2cef44e105fc734ed16e95af695 |
|
MD5 | 879159945768f9f434340b01c6c4be97 |
|
BLAKE2b-256 | 12072c59af6b2b05db9d518ccfb3057fc24de5b3d4a0998a091f291bb5fd7e87 |
File details
Details for the file oekofen_api-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: oekofen_api-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31bc2cd967f0b008cccadaa99192bc2844e7cda457319e18ccb8adcfefcd7be5 |
|
MD5 | 4644f1970eaf8ddac491f4327851c1dd |
|
BLAKE2b-256 | 283be9618a699b8bd147b6a82ac232207f75e710f9ed87a7dcfd0499509f72c8 |