LOXONE

Für LOXONE Home Automation Systeme haben wir ein eigenes API entwickelt, welches einfach eingebunden werden kann. So haben Sie die Freiheit Ihre eigenen Energieapplikationen zu entwickeln, um Ihren Stromverbrauch in die grünen und günstigen Stunden zu verschieben.

Anwendungen

Wohnraumlüftung

Elektromobilität

Wärmepumpe

und viele mehr


Wichtig

aWATTar stellt Ihnen ein definiertes API optimiert für die Einbindung in LOXONE zur Verfügung. aWATTar übernimmt keine Haftung oder leistet Support für Anwendungen im LOXONE System.


Grundlagen

Gemeinsam mit der LOXONE Community hat aWATTar eine angepasste Datenschnittstelle (API) entwickelt, welche einfach in den LOXONE Miniserver integriert werden kann.

Die LOXONE Community hat hierfür bereits eine Anleitung und Beispiele zu Verfügung gestellt.

Beispiele und Anleitung Loxwiki
Diskussion im Forum Loxforum

Kostenfrei


Dokumentation

Grundlagen

BeschreibungWert
Serverhttp://api.awattar.at
Ressourcev1/marketdata/current.yaml
AufrufHTTP-Get
DatenformatText/YAML

Parameter

KeyBeschreibung
tomorrow=includeInkludiert die Stunden für den folgenden Tag (wenn diese Verfügbar sind) im Feld data_price_hour_rel_+X

Response

date_now: 2020-07-20 12:01:25
date_now_epoch: 1595239285809
date_now_day: 20
date_now_month: 7
date_now_year: 2020
date_start: 2020-07-20 00:00:00
date_end: 2020-07-20 23:59:59
price_low: 2.60000
price_high: 4.39000
price_median: 3.37750
price_average: 3.35804
price_current: 2.90600
price_unit: Cent/kWh
price_threshold_00: 2.60000
price_threshold_01: 2.60100
price_threshold_02: 2.64000
price_threshold_03: 2.71000
price_threshold_04: 2.75700
price_threshold_05: 2.79900
price_threshold_06: 2.80000
price_threshold_07: 2.80100
price_threshold_08: 2.80500
price_threshold_09: 2.90600
price_threshold_10: 3.20200
price_threshold_11: 3.23100
price_threshold_12: 3.52400
price_threshold_13: 3.53700
price_threshold_14: 3.63900
price_threshold_15: 3.75200
price_threshold_16: 3.82400
price_threshold_17: 3.82900
price_threshold_18: 3.90000
price_threshold_19: 3.91200
price_threshold_20: 4.08000
price_threshold_21: 4.10000
price_threshold_22: 4.25400
price_threshold_23: 4.39000
data_price_hour_rel_-12_amount: 3.20200
data_price_hour_abs_00_amount: 3.20200
data_price_hour_rel_-11_amount: 2.75700
data_price_hour_abs_01_amount: 2.75700
data_price_hour_rel_-10_amount: 2.64000
data_price_hour_abs_02_amount: 2.64000
data_price_hour_rel_-09_amount: 2.60100
data_price_hour_abs_03_amount: 2.60100
data_price_hour_rel_-08_amount: 2.60000
data_price_hour_abs_04_amount: 2.60000
data_price_hour_rel_-07_amount: 2.71000
data_price_hour_abs_05_amount: 2.71000
data_price_hour_rel_-06_amount: 3.52400
data_price_hour_abs_06_amount: 3.52400
data_price_hour_rel_-05_amount: 3.82900
data_price_hour_abs_07_amount: 3.82900
data_price_hour_rel_-04_amount: 3.90000
data_price_hour_abs_08_amount: 3.90000
data_price_hour_rel_-03_amount: 3.82400
data_price_hour_abs_09_amount: 3.82400
data_price_hour_rel_-02_amount: 3.63900
data_price_hour_abs_10_amount: 3.63900
data_price_hour_rel_-01_amount: 3.23100
data_price_hour_abs_11_amount: 3.23100
data_price_hour_rel_+00_amount: 2.90600
data_price_hour_abs_12_amount: 2.90600
data_price_hour_rel_+01_amount: 2.80100
data_price_hour_abs_13_amount: 2.80100
data_price_hour_rel_+02_amount: 2.79900
data_price_hour_abs_14_amount: 2.79900
data_price_hour_rel_+03_amount: 2.80000
data_price_hour_abs_15_amount: 2.80000
data_price_hour_rel_+04_amount: 2.80500
data_price_hour_abs_16_amount: 2.80500
data_price_hour_rel_+05_amount: 3.53700
data_price_hour_abs_17_amount: 3.53700
data_price_hour_rel_+06_amount: 3.91200
data_price_hour_abs_18_amount: 3.91200
data_price_hour_rel_+07_amount: 4.25400
data_price_hour_abs_19_amount: 4.25400
data_price_hour_rel_+08_amount: 4.39000
data_price_hour_abs_20_amount: 4.39000
data_price_hour_rel_+09_amount: 4.10000
data_price_hour_abs_21_amount: 4.10000
data_price_hour_rel_+10_amount: 4.08000
data_price_hour_abs_22_amount: 4.08000
data_price_hour_rel_+11_amount: 3.75200
data_price_hour_abs_23_amount: 3.75200

Token

Es wird kein Zugangstoken benötigt.

Beispiele

$ curl http://api.awattar.at/v1/marketdata/current.yaml

Liefert die Strompreise für den aktuellen Tag

$ curl http://api.awattar.at/v1/marketdata/current.yaml?tomorrow=include

Liefert die Strompreise für den aktuellen Tag und für den Folgetag, wenn diese zur Verfügung stehen

Danke

aWATTar bedankt sich für die gute Zusammenarbeit mit der LOXONE Community. Haben Sie noch Verbesserungsvorschläge? Dann schreiben Sie uns doch einfach ein Mail:

service@awattar.com