Hauptmenü

Tibber & Tibber Pulse

Begonnen von hyper2910, 20 November 2022, 10:27:31

Vorheriges Thema - Nächstes Thema

TimoD

Zitat von: ch.eick am 20 Februar 2023, 17:16:05
Hallo Timo,
hier wäre dann mal meine Definition, jedoch nur mit dem Test Konto ausprobiert.

Es gibt bisher vier get Aufrufe, die man z.B. mit einem DOIF triggern könnte.

01_priceInfo
02_priceall
03_consumption_hourly_100
04_address

Hierbei setzen 01_priceInfo und auch 01_priceInfo beide den aktuellen Preis und Datum, sowie Uhrzeit.

Beim 02_priceall werden die readings für heute und morgen geschrieben.
Ich habe die reading Namen an andere Devices im FHEM angeglichen:

fc0_00_*    ist der Forecast, wobei 0 für heute steht und 00 bis 23 die jeweilige Stunde ist
fc1_00_*    wäre dann für morgen

Eventuell könnte man noch die *startsAt weg lassen, da das ja im reading Namen mit der Stunde enthalten ist. Unter Datum und Uhrzeit wäre der Rest an Information.

Die consumption habe ich noch nicht aufgedröselt, da wären Vorschläge gerne gesehen. Auch die Adresse ist noch nicht eingelesen, falls das jemand haben möchte.

VG   Christian


defmod EVU_Tibber HTTPMOD https://api.tibber.com/v1-beta/gql 0
attr EVU_Tibber DbLogExclude .*
attr EVU_Tibber comment Version 2022.12.12 17:00 \
https://developer.tibber.com/explorer
attr EVU_Tibber enableControlSet 1
attr EVU_Tibber get01Data { "query": "{viewer {home(id:\"%%homeID%%\") {currentSubscription {priceInfo {current {total energy tax startsAt}}}}}}" }
attr EVU_Tibber get01Header01 Content-Type: application/json
attr EVU_Tibber get01Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get01Name 01_priceInfo
attr EVU_Tibber get01URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get02CheckAllReadings 1
attr EVU_Tibber get02Data { "query": "{viewer {home(id:\"%%homeID%%\") {currentSubscription {priceInfo {current {total energy tax startsAt} today {total energy tax startsAt} tomorrow {total energy tax startsAt}}}}}}" }
attr EVU_Tibber get02Header01 Content-Type: application/json
attr EVU_Tibber get02Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get02Name 02_priceAll
attr EVU_Tibber get02URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get03Data { "query": "{viewer {home(id:\"%%homeID%%\") {consumption(resolution: HOURLY, last: 100) {nodes {from to cost unitPrice unitPriceVAT consumption consumptionUnit}}}}}"}
attr EVU_Tibber get03Header01 Content-Type: application/json
attr EVU_Tibber get03Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get03Name 03_consumption_hourly_100
attr EVU_Tibber get03URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get04Data { "query": "{viewer {home(id:\"%%homeID%%\") {address {address1 address2 address3 postalCode city country latitude longitude} owner {firstName lastName contactInfo {email mobile}}}}}" }
attr EVU_Tibber get04Header01 Content-Type: application/json
attr EVU_Tibber get04Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get04Name 04_address
attr EVU_Tibber get04URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber group PV Steuerung EVU
attr EVU_Tibber icon sani_pump
attr EVU_Tibber reading020001JSON data_viewer_home_currentSubscription_priceInfo_today_01_energy
attr EVU_Tibber reading020001Name fc0_00_energy
attr EVU_Tibber reading020002JSON data_viewer_home_currentSubscription_priceInfo_today_01_startsAt
attr EVU_Tibber reading020002Name fc0_00_startsAt
attr EVU_Tibber reading020003JSON data_viewer_home_currentSubscription_priceInfo_today_01_tax
attr EVU_Tibber reading020003Name fc0_00_tax
attr EVU_Tibber reading020004JSON data_viewer_home_currentSubscription_priceInfo_today_01_total
attr EVU_Tibber reading020004Name fc0_00_total
attr EVU_Tibber reading020011JSON data_viewer_home_currentSubscription_priceInfo_today_02_energy
attr EVU_Tibber reading020011Name fc0_01_energy
attr EVU_Tibber reading020012JSON data_viewer_home_currentSubscription_priceInfo_today_02_startsAt
attr EVU_Tibber reading020012Name fc0_01_startsAt
attr EVU_Tibber reading020013JSON data_viewer_home_currentSubscription_priceInfo_today_02_tax
attr EVU_Tibber reading020013Name fc0_01_tax
attr EVU_Tibber reading020014JSON data_viewer_home_currentSubscription_priceInfo_today_02_total
attr EVU_Tibber reading020014Name fc0_01_total
attr EVU_Tibber reading020021JSON data_viewer_home_currentSubscription_priceInfo_today_03_energy
attr EVU_Tibber reading020021Name fc0_02_energy
attr EVU_Tibber reading020022JSON data_viewer_home_currentSubscription_priceInfo_today_03_startsAt
attr EVU_Tibber reading020022Name fc0_02_startsAt
attr EVU_Tibber reading020023JSON data_viewer_home_currentSubscription_priceInfo_today_03_tax
attr EVU_Tibber reading020023Name fc0_02_tax
attr EVU_Tibber reading020024JSON data_viewer_home_currentSubscription_priceInfo_today_03_total
attr EVU_Tibber reading020024Name fc0_02_total
attr EVU_Tibber reading020031JSON data_viewer_home_currentSubscription_priceInfo_today_04_energy
attr EVU_Tibber reading020031Name fc0_03_energy
attr EVU_Tibber reading020032JSON data_viewer_home_currentSubscription_priceInfo_today_04_startsAt
attr EVU_Tibber reading020032Name fc0_03_startsAt
attr EVU_Tibber reading020033JSON data_viewer_home_currentSubscription_priceInfo_today_04_tax
attr EVU_Tibber reading020033Name fc0_03_tax
attr EVU_Tibber reading020034JSON data_viewer_home_currentSubscription_priceInfo_today_04_total
attr EVU_Tibber reading020034Name fc0_03_total
attr EVU_Tibber reading020041JSON data_viewer_home_currentSubscription_priceInfo_today_05_energy
attr EVU_Tibber reading020041Name fc0_04_energy
attr EVU_Tibber reading020042JSON data_viewer_home_currentSubscription_priceInfo_today_05_startsAt
attr EVU_Tibber reading020042Name fc0_04_startsAt
attr EVU_Tibber reading020043JSON data_viewer_home_currentSubscription_priceInfo_today_05_tax
attr EVU_Tibber reading020043Name fc0_04_tax
attr EVU_Tibber reading020044JSON data_viewer_home_currentSubscription_priceInfo_today_05_total
attr EVU_Tibber reading020044Name fc0_04_total
attr EVU_Tibber reading020051JSON data_viewer_home_currentSubscription_priceInfo_today_06_energy
attr EVU_Tibber reading020051Name fc0_05_energy
attr EVU_Tibber reading020052JSON data_viewer_home_currentSubscription_priceInfo_today_06_startsAt
attr EVU_Tibber reading020052Name fc0_05_startsAt
attr EVU_Tibber reading020053JSON data_viewer_home_currentSubscription_priceInfo_today_06_tax
attr EVU_Tibber reading020053Name fc0_05_tax
attr EVU_Tibber reading020054JSON data_viewer_home_currentSubscription_priceInfo_today_06_total
attr EVU_Tibber reading020054Name fc0_05_total
attr EVU_Tibber reading020061JSON data_viewer_home_currentSubscription_priceInfo_today_07_energy
attr EVU_Tibber reading020061Name fc0_06_energy
attr EVU_Tibber reading020062JSON data_viewer_home_currentSubscription_priceInfo_today_07_startsAt
attr EVU_Tibber reading020062Name fc0_06_startsAt
attr EVU_Tibber reading020063JSON data_viewer_home_currentSubscription_priceInfo_today_07_tax
attr EVU_Tibber reading020063Name fc0_06_tax
attr EVU_Tibber reading020064JSON data_viewer_home_currentSubscription_priceInfo_today_07_total
attr EVU_Tibber reading020064Name fc0_06_total
attr EVU_Tibber reading020071JSON data_viewer_home_currentSubscription_priceInfo_today_08_energy
attr EVU_Tibber reading020071Name fc0_07_energy
attr EVU_Tibber reading020072JSON data_viewer_home_currentSubscription_priceInfo_today_08_startsAt
attr EVU_Tibber reading020072Name fc0_07_startsAt
attr EVU_Tibber reading020073JSON data_viewer_home_currentSubscription_priceInfo_today_08_tax
attr EVU_Tibber reading020073Name fc0_07_tax
attr EVU_Tibber reading020074JSON data_viewer_home_currentSubscription_priceInfo_today_08_total
attr EVU_Tibber reading020074Name fc0_07_total
attr EVU_Tibber reading020081JSON data_viewer_home_currentSubscription_priceInfo_today_09_energy
attr EVU_Tibber reading020081Name fc0_08_energy
attr EVU_Tibber reading020082JSON data_viewer_home_currentSubscription_priceInfo_today_09_startsAt
attr EVU_Tibber reading020082Name fc0_08_startsAt
attr EVU_Tibber reading020083JSON data_viewer_home_currentSubscription_priceInfo_today_09_tax
attr EVU_Tibber reading020083Name fc0_08_tax
attr EVU_Tibber reading020084JSON data_viewer_home_currentSubscription_priceInfo_today_09_total
attr EVU_Tibber reading020084Name fc0_08_total
attr EVU_Tibber reading020091JSON data_viewer_home_currentSubscription_priceInfo_today_10_energy
attr EVU_Tibber reading020091Name fc0_09_energy
attr EVU_Tibber reading020092JSON data_viewer_home_currentSubscription_priceInfo_today_10_startsAt
attr EVU_Tibber reading020092Name fc0_09_startsAt
attr EVU_Tibber reading020093JSON data_viewer_home_currentSubscription_priceInfo_today_10_tax
attr EVU_Tibber reading020093Name fc0_09_tax
attr EVU_Tibber reading020094JSON data_viewer_home_currentSubscription_priceInfo_today_10_total
attr EVU_Tibber reading020094Name fc0_09_total
attr EVU_Tibber reading020101JSON data_viewer_home_currentSubscription_priceInfo_today_11_energy
attr EVU_Tibber reading020101Name fc0_10_energy
attr EVU_Tibber reading020102JSON data_viewer_home_currentSubscription_priceInfo_today_11_startsAt
attr EVU_Tibber reading020102Name fc0_10_startsAt
attr EVU_Tibber reading020103JSON data_viewer_home_currentSubscription_priceInfo_today_11_tax
attr EVU_Tibber reading020103Name fc0_10_tax
attr EVU_Tibber reading020104JSON data_viewer_home_currentSubscription_priceInfo_today_11_total
attr EVU_Tibber reading020104Name fc0_10_total
attr EVU_Tibber reading020111JSON data_viewer_home_currentSubscription_priceInfo_today_12_energy
attr EVU_Tibber reading020111Name fc0_11_energy
attr EVU_Tibber reading020112JSON data_viewer_home_currentSubscription_priceInfo_today_12_startsAt
attr EVU_Tibber reading020112Name fc0_11_startsAt
attr EVU_Tibber reading020113JSON data_viewer_home_currentSubscription_priceInfo_today_12_tax
attr EVU_Tibber reading020113Name fc0_11_tax
attr EVU_Tibber reading020114JSON data_viewer_home_currentSubscription_priceInfo_today_12_total
attr EVU_Tibber reading020114Name fc0_11_total
attr EVU_Tibber reading020121JSON data_viewer_home_currentSubscription_priceInfo_today_13_energy
attr EVU_Tibber reading020121Name fc0_12_energy
attr EVU_Tibber reading020122JSON data_viewer_home_currentSubscription_priceInfo_today_13_startsAt
attr EVU_Tibber reading020122Name fc0_12_startsAt
attr EVU_Tibber reading020123JSON data_viewer_home_currentSubscription_priceInfo_today_13_tax
attr EVU_Tibber reading020123Name fc0_12_tax
attr EVU_Tibber reading020124JSON data_viewer_home_currentSubscription_priceInfo_today_13_total
attr EVU_Tibber reading020124Name fc0_12_total
attr EVU_Tibber reading020131JSON data_viewer_home_currentSubscription_priceInfo_today_14_energy
attr EVU_Tibber reading020131Name fc0_13_energy
attr EVU_Tibber reading020132JSON data_viewer_home_currentSubscription_priceInfo_today_14_startsAt
attr EVU_Tibber reading020132Name fc0_13_startsAt
attr EVU_Tibber reading020133JSON data_viewer_home_currentSubscription_priceInfo_today_14_tax
attr EVU_Tibber reading020133Name fc0_13_tax
attr EVU_Tibber reading020134JSON data_viewer_home_currentSubscription_priceInfo_today_14_total
attr EVU_Tibber reading020134Name fc0_13_total
attr EVU_Tibber reading020141JSON data_viewer_home_currentSubscription_priceInfo_today_15_energy
attr EVU_Tibber reading020141Name fc0_14_energy
attr EVU_Tibber reading020142JSON data_viewer_home_currentSubscription_priceInfo_today_15_startsAt
attr EVU_Tibber reading020142Name fc0_14_startsAt
attr EVU_Tibber reading020143JSON data_viewer_home_currentSubscription_priceInfo_today_15_tax
attr EVU_Tibber reading020143Name fc0_14_tax
attr EVU_Tibber reading020144JSON data_viewer_home_currentSubscription_priceInfo_today_15_total
attr EVU_Tibber reading020144Name fc0_14_total
attr EVU_Tibber reading020151JSON data_viewer_home_currentSubscription_priceInfo_today_16_energy
attr EVU_Tibber reading020151Name fc0_15_energy
attr EVU_Tibber reading020152JSON data_viewer_home_currentSubscription_priceInfo_today_16_startsAt
attr EVU_Tibber reading020152Name fc0_15_startsAt
attr EVU_Tibber reading020153JSON data_viewer_home_currentSubscription_priceInfo_today_16_tax
attr EVU_Tibber reading020153Name fc0_15_tax
attr EVU_Tibber reading020154JSON data_viewer_home_currentSubscription_priceInfo_today_16_total
attr EVU_Tibber reading020154Name fc0_15_total
attr EVU_Tibber reading020161JSON data_viewer_home_currentSubscription_priceInfo_today_17_energy
attr EVU_Tibber reading020161Name fc0_16_energy
attr EVU_Tibber reading020162JSON data_viewer_home_currentSubscription_priceInfo_today_17_startsAt
attr EVU_Tibber reading020162Name fc0_16_startsAt
attr EVU_Tibber reading020163JSON data_viewer_home_currentSubscription_priceInfo_today_17_tax
attr EVU_Tibber reading020163Name fc0_16_tax
attr EVU_Tibber reading020164JSON data_viewer_home_currentSubscription_priceInfo_today_17_total
attr EVU_Tibber reading020164Name fc0_16_total
attr EVU_Tibber reading020171JSON data_viewer_home_currentSubscription_priceInfo_today_18_energy
attr EVU_Tibber reading020171Name fc0_17_energy
attr EVU_Tibber reading020172JSON data_viewer_home_currentSubscription_priceInfo_today_18_startsAt
attr EVU_Tibber reading020172Name fc0_17_startsAt
attr EVU_Tibber reading020173JSON data_viewer_home_currentSubscription_priceInfo_today_18_tax
attr EVU_Tibber reading020173Name fc0_17_tax
attr EVU_Tibber reading020174JSON data_viewer_home_currentSubscription_priceInfo_today_18_total
attr EVU_Tibber reading020174Name fc0_17_total
attr EVU_Tibber reading020181JSON data_viewer_home_currentSubscription_priceInfo_today_19_energy
attr EVU_Tibber reading020181Name fc0_18_energy
attr EVU_Tibber reading020182JSON data_viewer_home_currentSubscription_priceInfo_today_19_startsAt
attr EVU_Tibber reading020182Name fc0_18_startsAt
attr EVU_Tibber reading020183JSON data_viewer_home_currentSubscription_priceInfo_today_19_tax
attr EVU_Tibber reading020183Name fc0_18_tax
attr EVU_Tibber reading020184JSON data_viewer_home_currentSubscription_priceInfo_today_19_total
attr EVU_Tibber reading020184Name fc0_18_total
attr EVU_Tibber reading020191JSON data_viewer_home_currentSubscription_priceInfo_today_20_energy
attr EVU_Tibber reading020191Name fc0_19_energy
attr EVU_Tibber reading020192JSON data_viewer_home_currentSubscription_priceInfo_today_20_startsAt
attr EVU_Tibber reading020192Name fc0_19_startsAt
attr EVU_Tibber reading020193JSON data_viewer_home_currentSubscription_priceInfo_today_20_tax
attr EVU_Tibber reading020193Name fc0_19_tax
attr EVU_Tibber reading020194JSON data_viewer_home_currentSubscription_priceInfo_today_20_total
attr EVU_Tibber reading020194Name fc0_19_total
attr EVU_Tibber reading020201JSON data_viewer_home_currentSubscription_priceInfo_today_21_energy
attr EVU_Tibber reading020201Name fc0_20_energy
attr EVU_Tibber reading020202JSON data_viewer_home_currentSubscription_priceInfo_today_21_startsAt
attr EVU_Tibber reading020202Name fc0_20_startsAt
attr EVU_Tibber reading020203JSON data_viewer_home_currentSubscription_priceInfo_today_21_tax
attr EVU_Tibber reading020203Name fc0_20_tax
attr EVU_Tibber reading020204JSON data_viewer_home_currentSubscription_priceInfo_today_21_total
attr EVU_Tibber reading020204Name fc0_20_total
attr EVU_Tibber reading020211JSON data_viewer_home_currentSubscription_priceInfo_today_22_energy
attr EVU_Tibber reading020211Name fc0_21_energy
attr EVU_Tibber reading020212JSON data_viewer_home_currentSubscription_priceInfo_today_22_startsAt
attr EVU_Tibber reading020212Name fc0_21_startsAt
attr EVU_Tibber reading020213JSON data_viewer_home_currentSubscription_priceInfo_today_22_tax
attr EVU_Tibber reading020213Name fc0_21_tax
attr EVU_Tibber reading020214JSON data_viewer_home_currentSubscription_priceInfo_today_22_total
attr EVU_Tibber reading020214Name fc0_21_total
attr EVU_Tibber reading020221JSON data_viewer_home_currentSubscription_priceInfo_today_23_energy
attr EVU_Tibber reading020221Name fc0_22_energy
attr EVU_Tibber reading020222JSON data_viewer_home_currentSubscription_priceInfo_today_23_startsAt
attr EVU_Tibber reading020222Name fc0_22_startsAt
attr EVU_Tibber reading020223JSON data_viewer_home_currentSubscription_priceInfo_today_23_tax
attr EVU_Tibber reading020223Name fc0_22_tax
attr EVU_Tibber reading020224JSON data_viewer_home_currentSubscription_priceInfo_today_23_total
attr EVU_Tibber reading020224Name fc0_22_total
attr EVU_Tibber reading020231JSON data_viewer_home_currentSubscription_priceInfo_today_24_energy
attr EVU_Tibber reading020231Name fc0_23_energy
attr EVU_Tibber reading020232JSON data_viewer_home_currentSubscription_priceInfo_today_24_startsAt
attr EVU_Tibber reading020232Name fc0_23_startsAt
attr EVU_Tibber reading020233JSON data_viewer_home_currentSubscription_priceInfo_today_24_tax
attr EVU_Tibber reading020233Name fc0_23_tax
attr EVU_Tibber reading020234JSON data_viewer_home_currentSubscription_priceInfo_today_24_total
attr EVU_Tibber reading020234Name fc0_23_total
attr EVU_Tibber reading021001JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_energy
attr EVU_Tibber reading021001Name fc1_00_energy
attr EVU_Tibber reading021002JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_startsAt
attr EVU_Tibber reading021002Name fc1_00_startsAt
attr EVU_Tibber reading021003JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_tax
attr EVU_Tibber reading021003Name fc1_00_tax
attr EVU_Tibber reading021004JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_total
attr EVU_Tibber reading021004Name fc1_00_total
attr EVU_Tibber reading021011JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_energy
attr EVU_Tibber reading021011Name fc1_01_energy
attr EVU_Tibber reading021012JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_startsAt
attr EVU_Tibber reading021012Name fc1_01_startsAt
attr EVU_Tibber reading021013JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_tax
attr EVU_Tibber reading021013Name fc1_01_tax
attr EVU_Tibber reading021014JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_total
attr EVU_Tibber reading021014Name fc1_01_total
attr EVU_Tibber reading021021JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_energy
attr EVU_Tibber reading021021Name fc1_02_energy
attr EVU_Tibber reading021022JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_startsAt
attr EVU_Tibber reading021022Name fc1_02_startsAt
attr EVU_Tibber reading021023JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_tax
attr EVU_Tibber reading021023Name fc1_02_tax
attr EVU_Tibber reading021024JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_total
attr EVU_Tibber reading021024Name fc1_02_total
attr EVU_Tibber reading021031JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_energy
attr EVU_Tibber reading021031Name fc1_03_energy
attr EVU_Tibber reading021032JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_startsAt
attr EVU_Tibber reading021032Name fc1_03_startsAt
attr EVU_Tibber reading021033JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_tax
attr EVU_Tibber reading021033Name fc1_03_tax
attr EVU_Tibber reading021034JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_total
attr EVU_Tibber reading021034Name fc1_03_total
attr EVU_Tibber reading021041JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_energy
attr EVU_Tibber reading021041Name fc1_04_energy
attr EVU_Tibber reading021042JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_startsAt
attr EVU_Tibber reading021042Name fc1_04_startsAt
attr EVU_Tibber reading021043JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_tax
attr EVU_Tibber reading021043Name fc1_04_tax
attr EVU_Tibber reading021044JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_total
attr EVU_Tibber reading021044Name fc1_04_total
attr EVU_Tibber reading021051JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_energy
attr EVU_Tibber reading021051Name fc1_05_energy
attr EVU_Tibber reading021052JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_startsAt
attr EVU_Tibber reading021052Name fc1_05_startsAt
attr EVU_Tibber reading021053JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_tax
attr EVU_Tibber reading021053Name fc1_05_tax
attr EVU_Tibber reading021054JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_total
attr EVU_Tibber reading021054Name fc1_05_total
attr EVU_Tibber reading021061JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_energy
attr EVU_Tibber reading021061Name fc1_06_energy
attr EVU_Tibber reading021062JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_startsAt
attr EVU_Tibber reading021062Name fc1_06_startsAt
attr EVU_Tibber reading021063JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_tax
attr EVU_Tibber reading021063Name fc1_06_tax
attr EVU_Tibber reading021064JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_total
attr EVU_Tibber reading021064Name fc1_06_total
attr EVU_Tibber reading021071JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_energy
attr EVU_Tibber reading021071Name fc1_07_energy
attr EVU_Tibber reading021072JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_startsAt
attr EVU_Tibber reading021072Name fc1_07_startsAt
attr EVU_Tibber reading021073JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_tax
attr EVU_Tibber reading021073Name fc1_07_tax
attr EVU_Tibber reading021074JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_total
attr EVU_Tibber reading021074Name fc1_07_total
attr EVU_Tibber reading021081JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_energy
attr EVU_Tibber reading021081Name fc1_08_energy
attr EVU_Tibber reading021082JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_startsAt
attr EVU_Tibber reading021082Name fc1_08_startsAt
attr EVU_Tibber reading021083JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_tax
attr EVU_Tibber reading021083Name fc1_08_tax
attr EVU_Tibber reading021084JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_total
attr EVU_Tibber reading021084Name fc1_08_total
attr EVU_Tibber reading021091JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_energy
attr EVU_Tibber reading021091Name fc1_09_energy
attr EVU_Tibber reading021092JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_startsAt
attr EVU_Tibber reading021092Name fc1_09_startsAt
attr EVU_Tibber reading021093JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_tax
attr EVU_Tibber reading021093Name fc1_09_tax
attr EVU_Tibber reading021094JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_total
attr EVU_Tibber reading021094Name fc1_09_total
attr EVU_Tibber reading021101JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_energy
attr EVU_Tibber reading021101Name fc1_10_energy
attr EVU_Tibber reading021102JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_startsAt
attr EVU_Tibber reading021102Name fc1_10_startsAt
attr EVU_Tibber reading021103JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_tax
attr EVU_Tibber reading021103Name fc1_10_tax
attr EVU_Tibber reading021104JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_total
attr EVU_Tibber reading021104Name fc1_10_total
attr EVU_Tibber reading021111JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_energy
attr EVU_Tibber reading021111Name fc1_11_energy
attr EVU_Tibber reading021112JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_startsAt
attr EVU_Tibber reading021112Name fc1_11_startsAt
attr EVU_Tibber reading021113JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_tax
attr EVU_Tibber reading021113Name fc1_11_tax
attr EVU_Tibber reading021114JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_total
attr EVU_Tibber reading021114Name fc1_11_total
attr EVU_Tibber reading021121JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_energy
attr EVU_Tibber reading021121Name fc1_12_energy
attr EVU_Tibber reading021122JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_startsAt
attr EVU_Tibber reading021122Name fc1_12_startsAt
attr EVU_Tibber reading021123JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_tax
attr EVU_Tibber reading021123Name fc1_12_tax
attr EVU_Tibber reading021124JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_total
attr EVU_Tibber reading021124Name fc1_12_total
attr EVU_Tibber reading021131JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_energy
attr EVU_Tibber reading021131Name fc1_13_energy
attr EVU_Tibber reading021132JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_startsAt
attr EVU_Tibber reading021132Name fc1_13_startsAt
attr EVU_Tibber reading021133JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_tax
attr EVU_Tibber reading021133Name fc1_13_tax
attr EVU_Tibber reading021134JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_total
attr EVU_Tibber reading021134Name fc1_13_total
attr EVU_Tibber reading021141JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_energy
attr EVU_Tibber reading021141Name fc1_14_energy
attr EVU_Tibber reading021142JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_startsAt
attr EVU_Tibber reading021142Name fc1_14_startsAt
attr EVU_Tibber reading021143JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_tax
attr EVU_Tibber reading021143Name fc1_14_tax
attr EVU_Tibber reading021144JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_total
attr EVU_Tibber reading021144Name fc1_14_total
attr EVU_Tibber reading021151JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_energy
attr EVU_Tibber reading021151Name fc1_15_energy
attr EVU_Tibber reading021152JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_startsAt
attr EVU_Tibber reading021152Name fc1_15_startsAt
attr EVU_Tibber reading021153JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_tax
attr EVU_Tibber reading021153Name fc1_15_tax
attr EVU_Tibber reading021154JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_total
attr EVU_Tibber reading021154Name fc1_15_total
attr EVU_Tibber reading021161JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_energy
attr EVU_Tibber reading021161Name fc1_16_energy
attr EVU_Tibber reading021162JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_startsAt
attr EVU_Tibber reading021162Name fc1_16_startsAt
attr EVU_Tibber reading021163JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_tax
attr EVU_Tibber reading021163Name fc1_16_tax
attr EVU_Tibber reading021164JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_total
attr EVU_Tibber reading021164Name fc1_16_total
attr EVU_Tibber reading021171JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_energy
attr EVU_Tibber reading021171Name fc1_17_energy
attr EVU_Tibber reading021172JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_startsAt
attr EVU_Tibber reading021172Name fc1_17_startsAt
attr EVU_Tibber reading021173JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_tax
attr EVU_Tibber reading021173Name fc1_17_tax
attr EVU_Tibber reading021174JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_total
attr EVU_Tibber reading021174Name fc1_17_total
attr EVU_Tibber reading021181JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_energy
attr EVU_Tibber reading021181Name fc1_18_energy
attr EVU_Tibber reading021182JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_startsAt
attr EVU_Tibber reading021182Name fc1_18_startsAt
attr EVU_Tibber reading021183JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_tax
attr EVU_Tibber reading021183Name fc1_18_tax
attr EVU_Tibber reading021184JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_total
attr EVU_Tibber reading021184Name fc1_18_total
attr EVU_Tibber reading021191JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_energy
attr EVU_Tibber reading021191Name fc1_19_energy
attr EVU_Tibber reading021192JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_startsAt
attr EVU_Tibber reading021192Name fc1_19_startsAt
attr EVU_Tibber reading021193JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_tax
attr EVU_Tibber reading021193Name fc1_19_tax
attr EVU_Tibber reading021194JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_total
attr EVU_Tibber reading021194Name fc1_19_total
attr EVU_Tibber reading021201JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_energy
attr EVU_Tibber reading021201Name fc1_20_energy
attr EVU_Tibber reading021202JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_startsAt
attr EVU_Tibber reading021202Name fc1_20_startsAt
attr EVU_Tibber reading021203JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_tax
attr EVU_Tibber reading021203Name fc1_20_tax
attr EVU_Tibber reading021204JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_total
attr EVU_Tibber reading021204Name fc1_20_total
attr EVU_Tibber reading021211JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_energy
attr EVU_Tibber reading021211Name fc1_21_energy
attr EVU_Tibber reading021212JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_startsAt
attr EVU_Tibber reading021212Name fc1_21_startsAt
attr EVU_Tibber reading021213JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_tax
attr EVU_Tibber reading021213Name fc1_21_tax
attr EVU_Tibber reading021214JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_total
attr EVU_Tibber reading021214Name fc1_21_total
attr EVU_Tibber reading021221JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_energy
attr EVU_Tibber reading021221Name fc1_22_energy
attr EVU_Tibber reading021222JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_startsAt
attr EVU_Tibber reading021222Name fc1_22_startsAt
attr EVU_Tibber reading021223JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_tax
attr EVU_Tibber reading021223Name fc1_22_tax
attr EVU_Tibber reading021224JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_total
attr EVU_Tibber reading021224Name fc1_22_total
attr EVU_Tibber reading021231JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_energy
attr EVU_Tibber reading021231Name fc1_23_energy
attr EVU_Tibber reading021232JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_startsAt
attr EVU_Tibber reading021232Name fc1_23_startsAt
attr EVU_Tibber reading021233JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_tax
attr EVU_Tibber reading021233Name fc1_23_tax
attr EVU_Tibber reading021234JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_total
attr EVU_Tibber reading021234Name fc1_23_total
attr EVU_Tibber reading1JSON data_viewer_home_currentSubscription_priceInfo_current_total
attr EVU_Tibber reading1Name Strompreis
attr EVU_Tibber reading1OExpr $val*100
attr EVU_Tibber reading2-1Name Datum
attr EVU_Tibber reading2-2Name Uhrzeit
attr EVU_Tibber reading2JSON data_viewer_homes_01_currentSubscription_priceInfo_current_startsAt
attr EVU_Tibber reading2Regex startsAt":"([\d+-]+)T(\d\d:\d\d)
attr EVU_Tibber replacement01Mode reading
attr EVU_Tibber replacement01Regex %%token%%
attr EVU_Tibber replacement01Value token
attr EVU_Tibber replacement02Mode reading
attr EVU_Tibber replacement02Regex %%homeID%%
attr EVU_Tibber replacement02Value homeID
attr EVU_Tibber requestData { "query": "{viewer {home(id:\"%%homeID%%b\") {currentSubscription {priceInfo {current {total energy tax startsAt }}}}}}" }
attr EVU_Tibber requestHeader1 Content-Type: application/json
attr EVU_Tibber requestHeader2 Authorization: Bearer %%token%%
attr EVU_Tibber room Strom->Photovoltaik
attr EVU_Tibber showBody 1
attr EVU_Tibber showError 1
attr EVU_Tibber sortby 313
attr EVU_Tibber verbose 0

Um mit den vielen readings klar zu kommen habe ich einen Nummern Code

reading020001JSON

02      gehört zum get02
[0|1]   ist für heute oder morgen
[00-23] ist die Stunde
[1-4]   das jeweilige reading fon der Stunde


Danke für deine Antwort, werde ich zeitnah ausprobieren. Hast du denn eine Lösung zur Visualisierung in FTUI o.ä. gefunden um sich in einem Chart die Daten anzeigen zu lassen?

ch.eick

#31
Zitat von: TimoD am 23 Februar 2023, 19:30:02
Danke für deine Antwort, werde ich zeitnah ausprobieren. Hast du denn eine Lösung zur Visualisierung in FTUI o.ä. gefunden um sich in einem Chart die Daten anzeigen zu lassen?
FTUI verwende ich nicht und für die Graphen setze ich Grafana ein.

Das Problem ist nur, dass die readings alle einzeln als fc[0|1]_[01|23]_* entstehen und somit keine kontinuierliche folge von Daten in der datenbank entsteht.
Im Grafana könnte man das eventuell mit MySQL korrigieren.

Für meinen Leistungs Forecast schreibe ich über eine Funktion direkt mit stündlichem TIMESTAMP in die Datenbank. Das wäre auch noch eine Möglichkeit für die fc* Werte, wenn man einen Graphen mit Zeit im Vorraus haben möchte.

Im Nachhinein kann man ja dann den current Strompreis plotten.

VG   Christian
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

decaflo

Zitat von: haneub am 02 Februar 2023, 20:21:07
Hallo,
ich verwende im Moment einen eigenen USB IR-Kopf um meinen Stromzähler ca alle 30s auszulesen und damit die Leistung der go-e Wallbox an die Photovoltaikleistung anzupassen.
Funktioniert subba.
Nun möchte ich zu Tibber wechseln um in den energiereichen Zeiten im Winter auch zu laden. Bei Tibber wird der Tibber Kopf aber an die Stelle gesetzt, wo jetzt mein IR Lesekopf ist.

Wie bekomme ich die aktuelle Leistung alle ca. 30s in fhem wenn ein Tibber Pulse installiert ist?

Bei mir hängt an /dev/ttyUSB0 ein IR-Kopf am Stromzaehler und ein zweiter an /dev/ttyUSB1 ist verbunden mit dem Tibber Pulse. /dev/ttyUSB0 und /dev/ttyUSB1 sind über socat verbunden, das als MITM die übertragenen Daten an fhem ausleitet.

noanda

Hallo Zusammen,
stelle mich gerde recht blöd an, wie setzte ich den Token? gibt es da ein set befehl ?
Raspberry Pi - FHEM 5.5
HMLAN, RFXtrx433 , CUL 868
HM-CC-RT-DN, HM-SEC-MDIR , HM-SEC-SC-2
HM-LC-SW2-FM, ROTO_ZEL-STG-RM-FZS
ELRO440AB, Flamingo

xerion

Zitat von: noanda am 12 März 2023, 23:39:40
Hallo Zusammen,
stelle mich gerde recht blöd an, wie setzte ich den Token? gibt es da ein set befehl ?
Du musst einfach mit "setreading EVU_Tibber  token <dein Token>" den Token setzen.
Ich würde mich  freuen, wenn du meinen Einladungscode für Tibber, der Stromanbieter, der dir hilft, deinen Stromverbrauch zu verstehen und zu reduzieren, nutzt: https://invite.tibber.com/5fc08jbs. So bekommen wir beide 50 Euro und 100 % Ökostrom / https://geld-fuer-eauto.de/ref/334561880

Butzel

moin,

obwohl ich jetzt alles durchgearbeitet habe, gehe ich davon aus, dass es für tibber und den tibber Pulse noch kein Modul gibt ? Bin ich einfach zu blind ?

ch.eick

Zitat von: Butzel am 14 März 2023, 13:11:03
obwohl ich jetzt alles durchgearbeitet habe, gehe ich davon aus, dass es für tibber und den tibber Pulse noch kein Modul gibt ? Bin ich einfach zu blind ?
Stimmt, das ist kein Modul, sondern es wird mir HTTPMOD die Tibber API bedient.
Man muss nicht für alles ein eigenes Modul schreiben :-)

VG  Christian
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

Butzel

och... so ein Modul direkt mit Graph und Log hat was :-)

ch.eick

Zitat von: Butzel am 14 März 2023, 15:44:37
och... so ein Modul direkt mit Graph und Log hat was :-)
Logging geht bei mir immer in DbLog, wenn es sich lohnt aufzuheben und die Graphen in Grafana sind sehr viel schöner.
Leider hat man bei einem Modul oftmals nur einen Maintainer und bei einigen ist der auch nicht mehr im Forum aktiv :-(
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

Prof. Dr. Peter Henning

Zitatoch... so ein Modul direkt mit Graph und Log hat was :-)
Bitte mal die Dokumenation zu FHEM lesen. Keines der Gerätemodule erstellt eigene Logs oder Graphen.

LG

pah

Damian

Zitat von: Butzel am 14 März 2023, 15:44:37
och... so ein Modul direkt mit Graph und Log hat was :-)

Mit mehr oder weniger zwei Zeilen kannst du dir Tibber auch visualisieren:

https://forum.fhem.de/index.php/topic,132188.msg1263950.html#msg1263950
Programmierte FHEM-Module: DOIF-FHEM, DOIF-Perl, DOIF-uiTable, THRESHOLD, FHEM-Befehl: IF

TimoD

Zitat von: ch.eick am 20 Februar 2023, 17:16:05
Hallo Timo,
hier wäre dann mal meine Definition, jedoch nur mit dem Test Konto ausprobiert.

Es gibt bisher vier get Aufrufe, die man z.B. mit einem DOIF triggern könnte.

01_priceInfo
02_priceall
03_consumption_hourly_100
04_address

Hierbei setzen 01_priceInfo und auch 01_priceInfo beide den aktuellen Preis und Datum, sowie Uhrzeit.

Beim 02_priceall werden die readings für heute und morgen geschrieben.
Ich habe die reading Namen an andere Devices im FHEM angeglichen:

fc0_00_*    ist der Forecast, wobei 0 für heute steht und 00 bis 23 die jeweilige Stunde ist
fc1_00_*    wäre dann für morgen

Eventuell könnte man noch die *startsAt weg lassen, da das ja im reading Namen mit der Stunde enthalten ist. Unter Datum und Uhrzeit wäre der Rest an Information.

Die consumption habe ich noch nicht aufgedröselt, da wären Vorschläge gerne gesehen. Auch die Adresse ist noch nicht eingelesen, falls das jemand haben möchte.

VG   Christian


defmod EVU_Tibber HTTPMOD https://api.tibber.com/v1-beta/gql 0
attr EVU_Tibber DbLogExclude .*
attr EVU_Tibber comment Version 2022.12.12 17:00 \
https://developer.tibber.com/explorer
attr EVU_Tibber enableControlSet 1
attr EVU_Tibber get01Data { "query": "{viewer {home(id:\"%%homeID%%\") {currentSubscription {priceInfo {current {total energy tax startsAt}}}}}}" }
attr EVU_Tibber get01Header01 Content-Type: application/json
attr EVU_Tibber get01Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get01Name 01_priceInfo
attr EVU_Tibber get01URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get02CheckAllReadings 1
attr EVU_Tibber get02Data { "query": "{viewer {home(id:\"%%homeID%%\") {currentSubscription {priceInfo {current {total energy tax startsAt} today {total energy tax startsAt} tomorrow {total energy tax startsAt}}}}}}" }
attr EVU_Tibber get02Header01 Content-Type: application/json
attr EVU_Tibber get02Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get02Name 02_priceAll
attr EVU_Tibber get02URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get03Data { "query": "{viewer {home(id:\"%%homeID%%\") {consumption(resolution: HOURLY, last: 100) {nodes {from to cost unitPrice unitPriceVAT consumption consumptionUnit}}}}}"}
attr EVU_Tibber get03Header01 Content-Type: application/json
attr EVU_Tibber get03Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get03Name 03_consumption_hourly_100
attr EVU_Tibber get03URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber get04Data { "query": "{viewer {home(id:\"%%homeID%%\") {address {address1 address2 address3 postalCode city country latitude longitude} owner {firstName lastName contactInfo {email mobile}}}}}" }
attr EVU_Tibber get04Header01 Content-Type: application/json
attr EVU_Tibber get04Header02 Authorization: Bearer %%token%%
attr EVU_Tibber get04Name 04_address
attr EVU_Tibber get04URL https://api.tibber.com/v1-beta/gql
attr EVU_Tibber group PV Steuerung EVU
attr EVU_Tibber icon sani_pump
attr EVU_Tibber reading020001JSON data_viewer_home_currentSubscription_priceInfo_today_01_energy
attr EVU_Tibber reading020001Name fc0_00_energy
attr EVU_Tibber reading020002JSON data_viewer_home_currentSubscription_priceInfo_today_01_startsAt
attr EVU_Tibber reading020002Name fc0_00_startsAt
attr EVU_Tibber reading020003JSON data_viewer_home_currentSubscription_priceInfo_today_01_tax
attr EVU_Tibber reading020003Name fc0_00_tax
attr EVU_Tibber reading020004JSON data_viewer_home_currentSubscription_priceInfo_today_01_total
attr EVU_Tibber reading020004Name fc0_00_total
attr EVU_Tibber reading020011JSON data_viewer_home_currentSubscription_priceInfo_today_02_energy
attr EVU_Tibber reading020011Name fc0_01_energy
attr EVU_Tibber reading020012JSON data_viewer_home_currentSubscription_priceInfo_today_02_startsAt
attr EVU_Tibber reading020012Name fc0_01_startsAt
attr EVU_Tibber reading020013JSON data_viewer_home_currentSubscription_priceInfo_today_02_tax
attr EVU_Tibber reading020013Name fc0_01_tax
attr EVU_Tibber reading020014JSON data_viewer_home_currentSubscription_priceInfo_today_02_total
attr EVU_Tibber reading020014Name fc0_01_total
attr EVU_Tibber reading020021JSON data_viewer_home_currentSubscription_priceInfo_today_03_energy
attr EVU_Tibber reading020021Name fc0_02_energy
attr EVU_Tibber reading020022JSON data_viewer_home_currentSubscription_priceInfo_today_03_startsAt
attr EVU_Tibber reading020022Name fc0_02_startsAt
attr EVU_Tibber reading020023JSON data_viewer_home_currentSubscription_priceInfo_today_03_tax
attr EVU_Tibber reading020023Name fc0_02_tax
attr EVU_Tibber reading020024JSON data_viewer_home_currentSubscription_priceInfo_today_03_total
attr EVU_Tibber reading020024Name fc0_02_total
attr EVU_Tibber reading020031JSON data_viewer_home_currentSubscription_priceInfo_today_04_energy
attr EVU_Tibber reading020031Name fc0_03_energy
attr EVU_Tibber reading020032JSON data_viewer_home_currentSubscription_priceInfo_today_04_startsAt
attr EVU_Tibber reading020032Name fc0_03_startsAt
attr EVU_Tibber reading020033JSON data_viewer_home_currentSubscription_priceInfo_today_04_tax
attr EVU_Tibber reading020033Name fc0_03_tax
attr EVU_Tibber reading020034JSON data_viewer_home_currentSubscription_priceInfo_today_04_total
attr EVU_Tibber reading020034Name fc0_03_total
attr EVU_Tibber reading020041JSON data_viewer_home_currentSubscription_priceInfo_today_05_energy
attr EVU_Tibber reading020041Name fc0_04_energy
attr EVU_Tibber reading020042JSON data_viewer_home_currentSubscription_priceInfo_today_05_startsAt
attr EVU_Tibber reading020042Name fc0_04_startsAt
attr EVU_Tibber reading020043JSON data_viewer_home_currentSubscription_priceInfo_today_05_tax
attr EVU_Tibber reading020043Name fc0_04_tax
attr EVU_Tibber reading020044JSON data_viewer_home_currentSubscription_priceInfo_today_05_total
attr EVU_Tibber reading020044Name fc0_04_total
attr EVU_Tibber reading020051JSON data_viewer_home_currentSubscription_priceInfo_today_06_energy
attr EVU_Tibber reading020051Name fc0_05_energy
attr EVU_Tibber reading020052JSON data_viewer_home_currentSubscription_priceInfo_today_06_startsAt
attr EVU_Tibber reading020052Name fc0_05_startsAt
attr EVU_Tibber reading020053JSON data_viewer_home_currentSubscription_priceInfo_today_06_tax
attr EVU_Tibber reading020053Name fc0_05_tax
attr EVU_Tibber reading020054JSON data_viewer_home_currentSubscription_priceInfo_today_06_total
attr EVU_Tibber reading020054Name fc0_05_total
attr EVU_Tibber reading020061JSON data_viewer_home_currentSubscription_priceInfo_today_07_energy
attr EVU_Tibber reading020061Name fc0_06_energy
attr EVU_Tibber reading020062JSON data_viewer_home_currentSubscription_priceInfo_today_07_startsAt
attr EVU_Tibber reading020062Name fc0_06_startsAt
attr EVU_Tibber reading020063JSON data_viewer_home_currentSubscription_priceInfo_today_07_tax
attr EVU_Tibber reading020063Name fc0_06_tax
attr EVU_Tibber reading020064JSON data_viewer_home_currentSubscription_priceInfo_today_07_total
attr EVU_Tibber reading020064Name fc0_06_total
attr EVU_Tibber reading020071JSON data_viewer_home_currentSubscription_priceInfo_today_08_energy
attr EVU_Tibber reading020071Name fc0_07_energy
attr EVU_Tibber reading020072JSON data_viewer_home_currentSubscription_priceInfo_today_08_startsAt
attr EVU_Tibber reading020072Name fc0_07_startsAt
attr EVU_Tibber reading020073JSON data_viewer_home_currentSubscription_priceInfo_today_08_tax
attr EVU_Tibber reading020073Name fc0_07_tax
attr EVU_Tibber reading020074JSON data_viewer_home_currentSubscription_priceInfo_today_08_total
attr EVU_Tibber reading020074Name fc0_07_total
attr EVU_Tibber reading020081JSON data_viewer_home_currentSubscription_priceInfo_today_09_energy
attr EVU_Tibber reading020081Name fc0_08_energy
attr EVU_Tibber reading020082JSON data_viewer_home_currentSubscription_priceInfo_today_09_startsAt
attr EVU_Tibber reading020082Name fc0_08_startsAt
attr EVU_Tibber reading020083JSON data_viewer_home_currentSubscription_priceInfo_today_09_tax
attr EVU_Tibber reading020083Name fc0_08_tax
attr EVU_Tibber reading020084JSON data_viewer_home_currentSubscription_priceInfo_today_09_total
attr EVU_Tibber reading020084Name fc0_08_total
attr EVU_Tibber reading020091JSON data_viewer_home_currentSubscription_priceInfo_today_10_energy
attr EVU_Tibber reading020091Name fc0_09_energy
attr EVU_Tibber reading020092JSON data_viewer_home_currentSubscription_priceInfo_today_10_startsAt
attr EVU_Tibber reading020092Name fc0_09_startsAt
attr EVU_Tibber reading020093JSON data_viewer_home_currentSubscription_priceInfo_today_10_tax
attr EVU_Tibber reading020093Name fc0_09_tax
attr EVU_Tibber reading020094JSON data_viewer_home_currentSubscription_priceInfo_today_10_total
attr EVU_Tibber reading020094Name fc0_09_total
attr EVU_Tibber reading020101JSON data_viewer_home_currentSubscription_priceInfo_today_11_energy
attr EVU_Tibber reading020101Name fc0_10_energy
attr EVU_Tibber reading020102JSON data_viewer_home_currentSubscription_priceInfo_today_11_startsAt
attr EVU_Tibber reading020102Name fc0_10_startsAt
attr EVU_Tibber reading020103JSON data_viewer_home_currentSubscription_priceInfo_today_11_tax
attr EVU_Tibber reading020103Name fc0_10_tax
attr EVU_Tibber reading020104JSON data_viewer_home_currentSubscription_priceInfo_today_11_total
attr EVU_Tibber reading020104Name fc0_10_total
attr EVU_Tibber reading020111JSON data_viewer_home_currentSubscription_priceInfo_today_12_energy
attr EVU_Tibber reading020111Name fc0_11_energy
attr EVU_Tibber reading020112JSON data_viewer_home_currentSubscription_priceInfo_today_12_startsAt
attr EVU_Tibber reading020112Name fc0_11_startsAt
attr EVU_Tibber reading020113JSON data_viewer_home_currentSubscription_priceInfo_today_12_tax
attr EVU_Tibber reading020113Name fc0_11_tax
attr EVU_Tibber reading020114JSON data_viewer_home_currentSubscription_priceInfo_today_12_total
attr EVU_Tibber reading020114Name fc0_11_total
attr EVU_Tibber reading020121JSON data_viewer_home_currentSubscription_priceInfo_today_13_energy
attr EVU_Tibber reading020121Name fc0_12_energy
attr EVU_Tibber reading020122JSON data_viewer_home_currentSubscription_priceInfo_today_13_startsAt
attr EVU_Tibber reading020122Name fc0_12_startsAt
attr EVU_Tibber reading020123JSON data_viewer_home_currentSubscription_priceInfo_today_13_tax
attr EVU_Tibber reading020123Name fc0_12_tax
attr EVU_Tibber reading020124JSON data_viewer_home_currentSubscription_priceInfo_today_13_total
attr EVU_Tibber reading020124Name fc0_12_total
attr EVU_Tibber reading020131JSON data_viewer_home_currentSubscription_priceInfo_today_14_energy
attr EVU_Tibber reading020131Name fc0_13_energy
attr EVU_Tibber reading020132JSON data_viewer_home_currentSubscription_priceInfo_today_14_startsAt
attr EVU_Tibber reading020132Name fc0_13_startsAt
attr EVU_Tibber reading020133JSON data_viewer_home_currentSubscription_priceInfo_today_14_tax
attr EVU_Tibber reading020133Name fc0_13_tax
attr EVU_Tibber reading020134JSON data_viewer_home_currentSubscription_priceInfo_today_14_total
attr EVU_Tibber reading020134Name fc0_13_total
attr EVU_Tibber reading020141JSON data_viewer_home_currentSubscription_priceInfo_today_15_energy
attr EVU_Tibber reading020141Name fc0_14_energy
attr EVU_Tibber reading020142JSON data_viewer_home_currentSubscription_priceInfo_today_15_startsAt
attr EVU_Tibber reading020142Name fc0_14_startsAt
attr EVU_Tibber reading020143JSON data_viewer_home_currentSubscription_priceInfo_today_15_tax
attr EVU_Tibber reading020143Name fc0_14_tax
attr EVU_Tibber reading020144JSON data_viewer_home_currentSubscription_priceInfo_today_15_total
attr EVU_Tibber reading020144Name fc0_14_total
attr EVU_Tibber reading020151JSON data_viewer_home_currentSubscription_priceInfo_today_16_energy
attr EVU_Tibber reading020151Name fc0_15_energy
attr EVU_Tibber reading020152JSON data_viewer_home_currentSubscription_priceInfo_today_16_startsAt
attr EVU_Tibber reading020152Name fc0_15_startsAt
attr EVU_Tibber reading020153JSON data_viewer_home_currentSubscription_priceInfo_today_16_tax
attr EVU_Tibber reading020153Name fc0_15_tax
attr EVU_Tibber reading020154JSON data_viewer_home_currentSubscription_priceInfo_today_16_total
attr EVU_Tibber reading020154Name fc0_15_total
attr EVU_Tibber reading020161JSON data_viewer_home_currentSubscription_priceInfo_today_17_energy
attr EVU_Tibber reading020161Name fc0_16_energy
attr EVU_Tibber reading020162JSON data_viewer_home_currentSubscription_priceInfo_today_17_startsAt
attr EVU_Tibber reading020162Name fc0_16_startsAt
attr EVU_Tibber reading020163JSON data_viewer_home_currentSubscription_priceInfo_today_17_tax
attr EVU_Tibber reading020163Name fc0_16_tax
attr EVU_Tibber reading020164JSON data_viewer_home_currentSubscription_priceInfo_today_17_total
attr EVU_Tibber reading020164Name fc0_16_total
attr EVU_Tibber reading020171JSON data_viewer_home_currentSubscription_priceInfo_today_18_energy
attr EVU_Tibber reading020171Name fc0_17_energy
attr EVU_Tibber reading020172JSON data_viewer_home_currentSubscription_priceInfo_today_18_startsAt
attr EVU_Tibber reading020172Name fc0_17_startsAt
attr EVU_Tibber reading020173JSON data_viewer_home_currentSubscription_priceInfo_today_18_tax
attr EVU_Tibber reading020173Name fc0_17_tax
attr EVU_Tibber reading020174JSON data_viewer_home_currentSubscription_priceInfo_today_18_total
attr EVU_Tibber reading020174Name fc0_17_total
attr EVU_Tibber reading020181JSON data_viewer_home_currentSubscription_priceInfo_today_19_energy
attr EVU_Tibber reading020181Name fc0_18_energy
attr EVU_Tibber reading020182JSON data_viewer_home_currentSubscription_priceInfo_today_19_startsAt
attr EVU_Tibber reading020182Name fc0_18_startsAt
attr EVU_Tibber reading020183JSON data_viewer_home_currentSubscription_priceInfo_today_19_tax
attr EVU_Tibber reading020183Name fc0_18_tax
attr EVU_Tibber reading020184JSON data_viewer_home_currentSubscription_priceInfo_today_19_total
attr EVU_Tibber reading020184Name fc0_18_total
attr EVU_Tibber reading020191JSON data_viewer_home_currentSubscription_priceInfo_today_20_energy
attr EVU_Tibber reading020191Name fc0_19_energy
attr EVU_Tibber reading020192JSON data_viewer_home_currentSubscription_priceInfo_today_20_startsAt
attr EVU_Tibber reading020192Name fc0_19_startsAt
attr EVU_Tibber reading020193JSON data_viewer_home_currentSubscription_priceInfo_today_20_tax
attr EVU_Tibber reading020193Name fc0_19_tax
attr EVU_Tibber reading020194JSON data_viewer_home_currentSubscription_priceInfo_today_20_total
attr EVU_Tibber reading020194Name fc0_19_total
attr EVU_Tibber reading020201JSON data_viewer_home_currentSubscription_priceInfo_today_21_energy
attr EVU_Tibber reading020201Name fc0_20_energy
attr EVU_Tibber reading020202JSON data_viewer_home_currentSubscription_priceInfo_today_21_startsAt
attr EVU_Tibber reading020202Name fc0_20_startsAt
attr EVU_Tibber reading020203JSON data_viewer_home_currentSubscription_priceInfo_today_21_tax
attr EVU_Tibber reading020203Name fc0_20_tax
attr EVU_Tibber reading020204JSON data_viewer_home_currentSubscription_priceInfo_today_21_total
attr EVU_Tibber reading020204Name fc0_20_total
attr EVU_Tibber reading020211JSON data_viewer_home_currentSubscription_priceInfo_today_22_energy
attr EVU_Tibber reading020211Name fc0_21_energy
attr EVU_Tibber reading020212JSON data_viewer_home_currentSubscription_priceInfo_today_22_startsAt
attr EVU_Tibber reading020212Name fc0_21_startsAt
attr EVU_Tibber reading020213JSON data_viewer_home_currentSubscription_priceInfo_today_22_tax
attr EVU_Tibber reading020213Name fc0_21_tax
attr EVU_Tibber reading020214JSON data_viewer_home_currentSubscription_priceInfo_today_22_total
attr EVU_Tibber reading020214Name fc0_21_total
attr EVU_Tibber reading020221JSON data_viewer_home_currentSubscription_priceInfo_today_23_energy
attr EVU_Tibber reading020221Name fc0_22_energy
attr EVU_Tibber reading020222JSON data_viewer_home_currentSubscription_priceInfo_today_23_startsAt
attr EVU_Tibber reading020222Name fc0_22_startsAt
attr EVU_Tibber reading020223JSON data_viewer_home_currentSubscription_priceInfo_today_23_tax
attr EVU_Tibber reading020223Name fc0_22_tax
attr EVU_Tibber reading020224JSON data_viewer_home_currentSubscription_priceInfo_today_23_total
attr EVU_Tibber reading020224Name fc0_22_total
attr EVU_Tibber reading020231JSON data_viewer_home_currentSubscription_priceInfo_today_24_energy
attr EVU_Tibber reading020231Name fc0_23_energy
attr EVU_Tibber reading020232JSON data_viewer_home_currentSubscription_priceInfo_today_24_startsAt
attr EVU_Tibber reading020232Name fc0_23_startsAt
attr EVU_Tibber reading020233JSON data_viewer_home_currentSubscription_priceInfo_today_24_tax
attr EVU_Tibber reading020233Name fc0_23_tax
attr EVU_Tibber reading020234JSON data_viewer_home_currentSubscription_priceInfo_today_24_total
attr EVU_Tibber reading020234Name fc0_23_total
attr EVU_Tibber reading021001JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_energy
attr EVU_Tibber reading021001Name fc1_00_energy
attr EVU_Tibber reading021002JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_startsAt
attr EVU_Tibber reading021002Name fc1_00_startsAt
attr EVU_Tibber reading021003JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_tax
attr EVU_Tibber reading021003Name fc1_00_tax
attr EVU_Tibber reading021004JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_01_total
attr EVU_Tibber reading021004Name fc1_00_total
attr EVU_Tibber reading021011JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_energy
attr EVU_Tibber reading021011Name fc1_01_energy
attr EVU_Tibber reading021012JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_startsAt
attr EVU_Tibber reading021012Name fc1_01_startsAt
attr EVU_Tibber reading021013JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_tax
attr EVU_Tibber reading021013Name fc1_01_tax
attr EVU_Tibber reading021014JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_02_total
attr EVU_Tibber reading021014Name fc1_01_total
attr EVU_Tibber reading021021JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_energy
attr EVU_Tibber reading021021Name fc1_02_energy
attr EVU_Tibber reading021022JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_startsAt
attr EVU_Tibber reading021022Name fc1_02_startsAt
attr EVU_Tibber reading021023JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_tax
attr EVU_Tibber reading021023Name fc1_02_tax
attr EVU_Tibber reading021024JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_03_total
attr EVU_Tibber reading021024Name fc1_02_total
attr EVU_Tibber reading021031JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_energy
attr EVU_Tibber reading021031Name fc1_03_energy
attr EVU_Tibber reading021032JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_startsAt
attr EVU_Tibber reading021032Name fc1_03_startsAt
attr EVU_Tibber reading021033JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_tax
attr EVU_Tibber reading021033Name fc1_03_tax
attr EVU_Tibber reading021034JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_04_total
attr EVU_Tibber reading021034Name fc1_03_total
attr EVU_Tibber reading021041JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_energy
attr EVU_Tibber reading021041Name fc1_04_energy
attr EVU_Tibber reading021042JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_startsAt
attr EVU_Tibber reading021042Name fc1_04_startsAt
attr EVU_Tibber reading021043JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_tax
attr EVU_Tibber reading021043Name fc1_04_tax
attr EVU_Tibber reading021044JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_05_total
attr EVU_Tibber reading021044Name fc1_04_total
attr EVU_Tibber reading021051JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_energy
attr EVU_Tibber reading021051Name fc1_05_energy
attr EVU_Tibber reading021052JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_startsAt
attr EVU_Tibber reading021052Name fc1_05_startsAt
attr EVU_Tibber reading021053JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_tax
attr EVU_Tibber reading021053Name fc1_05_tax
attr EVU_Tibber reading021054JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_06_total
attr EVU_Tibber reading021054Name fc1_05_total
attr EVU_Tibber reading021061JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_energy
attr EVU_Tibber reading021061Name fc1_06_energy
attr EVU_Tibber reading021062JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_startsAt
attr EVU_Tibber reading021062Name fc1_06_startsAt
attr EVU_Tibber reading021063JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_tax
attr EVU_Tibber reading021063Name fc1_06_tax
attr EVU_Tibber reading021064JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_07_total
attr EVU_Tibber reading021064Name fc1_06_total
attr EVU_Tibber reading021071JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_energy
attr EVU_Tibber reading021071Name fc1_07_energy
attr EVU_Tibber reading021072JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_startsAt
attr EVU_Tibber reading021072Name fc1_07_startsAt
attr EVU_Tibber reading021073JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_tax
attr EVU_Tibber reading021073Name fc1_07_tax
attr EVU_Tibber reading021074JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_08_total
attr EVU_Tibber reading021074Name fc1_07_total
attr EVU_Tibber reading021081JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_energy
attr EVU_Tibber reading021081Name fc1_08_energy
attr EVU_Tibber reading021082JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_startsAt
attr EVU_Tibber reading021082Name fc1_08_startsAt
attr EVU_Tibber reading021083JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_tax
attr EVU_Tibber reading021083Name fc1_08_tax
attr EVU_Tibber reading021084JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_09_total
attr EVU_Tibber reading021084Name fc1_08_total
attr EVU_Tibber reading021091JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_energy
attr EVU_Tibber reading021091Name fc1_09_energy
attr EVU_Tibber reading021092JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_startsAt
attr EVU_Tibber reading021092Name fc1_09_startsAt
attr EVU_Tibber reading021093JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_tax
attr EVU_Tibber reading021093Name fc1_09_tax
attr EVU_Tibber reading021094JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_10_total
attr EVU_Tibber reading021094Name fc1_09_total
attr EVU_Tibber reading021101JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_energy
attr EVU_Tibber reading021101Name fc1_10_energy
attr EVU_Tibber reading021102JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_startsAt
attr EVU_Tibber reading021102Name fc1_10_startsAt
attr EVU_Tibber reading021103JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_tax
attr EVU_Tibber reading021103Name fc1_10_tax
attr EVU_Tibber reading021104JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_11_total
attr EVU_Tibber reading021104Name fc1_10_total
attr EVU_Tibber reading021111JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_energy
attr EVU_Tibber reading021111Name fc1_11_energy
attr EVU_Tibber reading021112JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_startsAt
attr EVU_Tibber reading021112Name fc1_11_startsAt
attr EVU_Tibber reading021113JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_tax
attr EVU_Tibber reading021113Name fc1_11_tax
attr EVU_Tibber reading021114JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_12_total
attr EVU_Tibber reading021114Name fc1_11_total
attr EVU_Tibber reading021121JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_energy
attr EVU_Tibber reading021121Name fc1_12_energy
attr EVU_Tibber reading021122JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_startsAt
attr EVU_Tibber reading021122Name fc1_12_startsAt
attr EVU_Tibber reading021123JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_tax
attr EVU_Tibber reading021123Name fc1_12_tax
attr EVU_Tibber reading021124JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_13_total
attr EVU_Tibber reading021124Name fc1_12_total
attr EVU_Tibber reading021131JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_energy
attr EVU_Tibber reading021131Name fc1_13_energy
attr EVU_Tibber reading021132JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_startsAt
attr EVU_Tibber reading021132Name fc1_13_startsAt
attr EVU_Tibber reading021133JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_tax
attr EVU_Tibber reading021133Name fc1_13_tax
attr EVU_Tibber reading021134JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_14_total
attr EVU_Tibber reading021134Name fc1_13_total
attr EVU_Tibber reading021141JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_energy
attr EVU_Tibber reading021141Name fc1_14_energy
attr EVU_Tibber reading021142JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_startsAt
attr EVU_Tibber reading021142Name fc1_14_startsAt
attr EVU_Tibber reading021143JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_tax
attr EVU_Tibber reading021143Name fc1_14_tax
attr EVU_Tibber reading021144JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_15_total
attr EVU_Tibber reading021144Name fc1_14_total
attr EVU_Tibber reading021151JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_energy
attr EVU_Tibber reading021151Name fc1_15_energy
attr EVU_Tibber reading021152JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_startsAt
attr EVU_Tibber reading021152Name fc1_15_startsAt
attr EVU_Tibber reading021153JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_tax
attr EVU_Tibber reading021153Name fc1_15_tax
attr EVU_Tibber reading021154JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_16_total
attr EVU_Tibber reading021154Name fc1_15_total
attr EVU_Tibber reading021161JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_energy
attr EVU_Tibber reading021161Name fc1_16_energy
attr EVU_Tibber reading021162JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_startsAt
attr EVU_Tibber reading021162Name fc1_16_startsAt
attr EVU_Tibber reading021163JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_tax
attr EVU_Tibber reading021163Name fc1_16_tax
attr EVU_Tibber reading021164JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_17_total
attr EVU_Tibber reading021164Name fc1_16_total
attr EVU_Tibber reading021171JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_energy
attr EVU_Tibber reading021171Name fc1_17_energy
attr EVU_Tibber reading021172JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_startsAt
attr EVU_Tibber reading021172Name fc1_17_startsAt
attr EVU_Tibber reading021173JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_tax
attr EVU_Tibber reading021173Name fc1_17_tax
attr EVU_Tibber reading021174JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_18_total
attr EVU_Tibber reading021174Name fc1_17_total
attr EVU_Tibber reading021181JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_energy
attr EVU_Tibber reading021181Name fc1_18_energy
attr EVU_Tibber reading021182JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_startsAt
attr EVU_Tibber reading021182Name fc1_18_startsAt
attr EVU_Tibber reading021183JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_tax
attr EVU_Tibber reading021183Name fc1_18_tax
attr EVU_Tibber reading021184JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_19_total
attr EVU_Tibber reading021184Name fc1_18_total
attr EVU_Tibber reading021191JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_energy
attr EVU_Tibber reading021191Name fc1_19_energy
attr EVU_Tibber reading021192JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_startsAt
attr EVU_Tibber reading021192Name fc1_19_startsAt
attr EVU_Tibber reading021193JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_tax
attr EVU_Tibber reading021193Name fc1_19_tax
attr EVU_Tibber reading021194JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_20_total
attr EVU_Tibber reading021194Name fc1_19_total
attr EVU_Tibber reading021201JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_energy
attr EVU_Tibber reading021201Name fc1_20_energy
attr EVU_Tibber reading021202JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_startsAt
attr EVU_Tibber reading021202Name fc1_20_startsAt
attr EVU_Tibber reading021203JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_tax
attr EVU_Tibber reading021203Name fc1_20_tax
attr EVU_Tibber reading021204JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_21_total
attr EVU_Tibber reading021204Name fc1_20_total
attr EVU_Tibber reading021211JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_energy
attr EVU_Tibber reading021211Name fc1_21_energy
attr EVU_Tibber reading021212JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_startsAt
attr EVU_Tibber reading021212Name fc1_21_startsAt
attr EVU_Tibber reading021213JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_tax
attr EVU_Tibber reading021213Name fc1_21_tax
attr EVU_Tibber reading021214JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_22_total
attr EVU_Tibber reading021214Name fc1_21_total
attr EVU_Tibber reading021221JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_energy
attr EVU_Tibber reading021221Name fc1_22_energy
attr EVU_Tibber reading021222JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_startsAt
attr EVU_Tibber reading021222Name fc1_22_startsAt
attr EVU_Tibber reading021223JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_tax
attr EVU_Tibber reading021223Name fc1_22_tax
attr EVU_Tibber reading021224JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_23_total
attr EVU_Tibber reading021224Name fc1_22_total
attr EVU_Tibber reading021231JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_energy
attr EVU_Tibber reading021231Name fc1_23_energy
attr EVU_Tibber reading021232JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_startsAt
attr EVU_Tibber reading021232Name fc1_23_startsAt
attr EVU_Tibber reading021233JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_tax
attr EVU_Tibber reading021233Name fc1_23_tax
attr EVU_Tibber reading021234JSON data_viewer_home_currentSubscription_priceInfo_tomorrow_24_total
attr EVU_Tibber reading021234Name fc1_23_total
attr EVU_Tibber reading1JSON data_viewer_home_currentSubscription_priceInfo_current_total
attr EVU_Tibber reading1Name Strompreis
attr EVU_Tibber reading1OExpr $val*100
attr EVU_Tibber reading2-1Name Datum
attr EVU_Tibber reading2-2Name Uhrzeit
attr EVU_Tibber reading2JSON data_viewer_homes_01_currentSubscription_priceInfo_current_startsAt
attr EVU_Tibber reading2Regex startsAt":"([\d+-]+)T(\d\d:\d\d)
attr EVU_Tibber replacement01Mode reading
attr EVU_Tibber replacement01Regex %%token%%
attr EVU_Tibber replacement01Value token
attr EVU_Tibber replacement02Mode reading
attr EVU_Tibber replacement02Regex %%homeID%%
attr EVU_Tibber replacement02Value homeID
attr EVU_Tibber requestData { "query": "{viewer {home(id:\"%%homeID%%b\") {currentSubscription {priceInfo {current {total energy tax startsAt }}}}}}" }
attr EVU_Tibber requestHeader1 Content-Type: application/json
attr EVU_Tibber requestHeader2 Authorization: Bearer %%token%%
attr EVU_Tibber room Strom->Photovoltaik
attr EVU_Tibber showBody 1
attr EVU_Tibber showError 1
attr EVU_Tibber sortby 313
attr EVU_Tibber verbose 0

Um mit den vielen readings klar zu kommen habe ich einen Nummern Code

reading020001JSON

02      gehört zum get02
[0|1]   ist für heute oder morgen
[00-23] ist die Stunde
[1-4]   das jeweilige reading fon der Stunde


MEGA !

Danke für deine Vorlage, habe es damit zum laufen gebracht :-) Mit der Abfrage der 03_consumption Werte wird aber aktuell noch keine Readings gesetzt, oder? Was ich hier mega finden würde, ist wenn diese der Vergangenen Stunden des Tages zugeordnet werden würden. Bist du bzgl. Extraktion der Konsumtion Daten schon weiter?

Grüße Timo

ch.eick

#42
Zitat von: TimoD am 15 März 2023, 14:33:48
MEGA !

Danke für deine Vorlage, habe es damit zum laufen gebracht :-) Mit der Abfrage der 03_consumption Werte wird aber aktuell noch keine Readings gesetzt, oder? Was ich hier mega finden würde, ist wenn diese der Vergangenen Stunden des Tages zugeordnet werden würden. Bist du bzgl. Extraktion der Konsumtion Daten schon weiter?

Grüße Timo
Hallo Timo,
wie gesagt, ich habe noch kein Tibber, würde es mir aber anschauen.

EDIT:
Du hast recht, es werden keine readings geschrieben, da es ein ziemlich langer Report ist.
Hättest Du ein Beispiel mit z.B. Deinen orignal Daten und einem Muster, wie es als readings erscheinen sollte?

EDIT2:
Ich habe damit bereits begonnen, jedoch gibt es noch ein Problem mit dem lesen der JSON Antwort.
Wenn das dann fertig wäre, würde man stündlich den von Tibber berechneten Preis abfragen und diesen dann in die DbLog schreiben.
Dadurch könnte man dann eine Auswertung und Graphen erstellen.


VG   Christian
RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick

octek0815

Moin,

wo muss ich den Token hinterlegen?

Grüße
Olli

ch.eick

RPI4; Docker; CUNX; Eltako FSB61NP; SamsungTV H-Serie; Sonos; Vallox; Luxtronik; 3x FB7490; Stromzähler mit DvLIR; wunderground; Plenticore 10 mit BYD; EM410; SMAEM; Modbus TCP
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/ch.eick