Smart Energy Tarrifs und Verwendung in Loxone

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Mikeseaman3000
    Smart Home'r
    • 17.02.2018
    • 37

    #1

    Smart Energy Tarrifs und Verwendung in Loxone

    Hallo alle,

    So komme ich langsam mit der Integration von My Ecodan Wärmepumpe, Batteriespeichersystem und Solar PV in den Griff.

    Ich möchte jetzt meinen Smart Energy Tarrif hier in Großbritannien in Octopus integrieren.

    Das Problem ist, dass ich Probleme mit der Befehlserkennung in der HTTP-Anforderung habe und auch denke, dass dies möglicherweise nicht funktioniert.

    Ich verstehe, dass es in Deutschland und Österreich schon länger Smart Tarrifs gibt. Wie machst du das?

    Ich habe eine API-Adresse wie folgt:



    Diese API betrachtet einen bestimmten Zeitraum, aber ich suche, dass sie basierend auf dem Tag schwebt.
    Unsere Tarife werden täglich ab 16 Uhr für die folgenden 24 Stunden prognostiziert. Sie werden dann zu verschiedenen Preisschemata in 30-Minuten-Fenstern zusammengefasst.
    Wie Sie daraus sehen können:



    Wie macht ihr das alle?

    Ich habe nach IFTTT und dann nach C gesucht, bin mir aber nicht sicher. Ich versuche im Grunde, das Loxone-System dazu zu bringen, die Strompreise zu lesen.

    Vielen Dank
    Mike
  • AlexAn
    Lebende Foren Legende
    • 25.08.2015
    • 4300

    #2
    Der Miniserver V1 kann kein https und da musst du den Umweg über das Plugin nehmen: https://www.loxwiki.eu/display/LOXBERRY/https2http

    Du kannst dann mal das hier probieren in der Befehlserkennung für 20:30
    20:30:00Z"},{"value_exc_vat"\i"value_inc_vat":\i\v

    Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Preis.PNG
Ansichten: 709
Größe: 590,3 KB
ID: 258485
    Zuletzt geändert von AlexAn; 19.07.2020, 20:26.
    Grüße Alex

    Kommentar

    • Christian Fenzl
      Lebende Foren Legende
      • 31.08.2015
      • 11235

      #3
      Austrian/Germans Smart Energy provider Awattar especially created an own "dump smarthome API" to use with low-powered smart homes like the Miniserver that cannot handle json data. This API pre-calculates a lot and can be read by the Miniserver.

      For your Octopus provider, the easiest way would be to pre-parse the json, eg. on a Linux machine, and forward the processed data to the Miniserver.

      Do you run a LoxBerry? The MQTT Gateway Plugin has a build-in routine to disassamble JSON data. With that, the pre-processing would possibly be only a one-liner in a script.
      Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

      Kommentar

      • Mikeseaman3000
        Smart Home'r
        • 17.02.2018
        • 37

        #4
        Hi Christian,

        Thanks for the information

        I don't actually have the loxberry. Would you recommend?

        Octopus update their energy prices daily so very useful to be able to read them into Loxone or at least perform a calculation to show what the lowest time period is.
        Octopus are registered with IFTTT and have a similar algorithm going on too.

        either works, but it seems that loxberry is the only way to process API or IFTTT info.

        the overall goal is to integrate this with my SolarEdge, Heat Pump & Battery Storage to make a fully Energy managed installation. Even right now I operate the heat pump efficiently with Solar and its working very well.

        Kommentar

        • Christian Fenzl
          Lebende Foren Legende
          • 31.08.2015
          • 11235

          #5
          You would probably require any gateway in between to pre-process the data. LoxBerry is an option (MQTT Gateway may help you, but possibly not enough). It could be required to create a script to process the data.
          Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

          Kommentar

          Lädt...