Skip to main content

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 time

client = oekofen_api.Oekofen("192.168.178.222", "eMlG")
#client.update_csv_data()
x = client.update_data()
client.get_version()
client.get_uid()
client.get_model()
client.get_name()

client.update_data()
client.get_status()
client.get_weather_temp()
client.get_heating_circuit_temp()


old_value = client.get_attribute('pu', 'L_tpo_act').get_value()
print(old_value)
while True:
    try:
        client.update_data()
    except Exception:
        time.sleep(5)
        continue
    new_value = client.get_attribute('pu', 'L_tpo_act').get_value()
    time.sleep(10)
    if new_value != old_value:
        print(old_value, new_value)
        old_value = new_value

#client.set_heating_circuit_temp(celsius=23)

Todo

Online Resources

Berechnung Pelletsverbrauch

Berechnungsgrundlage: Abschnitt Calculations in Oekofen-Spy

  1. Ableitung pe1_L_modulation via derivative minütlich
    1. siehe Integration derivative / Code Berechnung der Ableitung
    2. <Differenz Sensortwert alt - Sensorwert neu> / <Sekunden zwischen beiden Sensorwerten> / 1 * <Sekunden = 60>
    3. Einrichten als Helper derivative_modulation
  2. Helper einrichten Schwellenwertsensor für derivative_modulation
    1. Hysterese: 0
    2. Untere Grenze: 0
    3. Obere Grenze: 1000
    4. Ergebnis: True/False für den Zeitraum, wenn der Wert positiv ist
    5. Muss der Schwellenwertsensor evtl. vor den Ableitungssensor? (non_negative_derivative)
  3. Formel Pelletsverbrauch:
    1. Schwellwert / 60 * <kW Leitung Pelletsheizung, z.B. 7.8kW> *

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

oekofen_api-0.0.25.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

oekofen_api-0.0.25-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file oekofen_api-0.0.25.tar.gz.

File metadata

  • Download URL: oekofen_api-0.0.25.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for oekofen_api-0.0.25.tar.gz
Algorithm Hash digest
SHA256 c465043f34836a668df179c8ede797f8aecff2b687a670891bac148314ac0a9b
MD5 8bfc8ae0e3c22fbae63eb0f3193551d0
BLAKE2b-256 5d585d1ef7a39006d937fa3c80b04f24707cefedc467b088d1f5acce05f94c87

See more details on using hashes here.

File details

Details for the file oekofen_api-0.0.25-py3-none-any.whl.

File metadata

File hashes

Hashes for oekofen_api-0.0.25-py3-none-any.whl
Algorithm Hash digest
SHA256 134b221afefa8cd74e3938829bb041ef023c56ed1d72f5dda5b6b8cda365716f
MD5 e5105185618bcf1773a1bfd26317dd28
BLAKE2b-256 62b7d56efba5e30aad434efafda1c5f55cb99b19afba705130a33cd004460cdc

See more details on using hashes here.

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