Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Awattar Arbeitspreis

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Awattar Arbeitspreis

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jwedenig Most Active last edited by jwedenig

      Nur kurz ne Frage:
      Was tragt ihr bei Arbeitspreis für Österreich ein?
      Bei Vat Rate hätte ich 20%
      Bei Arbeitspreis bin ich mir nun nicht sicher:
      Ist das dann 3% + 1,5c +20%?
      Und wenn ja. wie gesagt welche Zahl gehört dann eingetragen?
      Danke Euch!

      Bildschirmfoto 2024-09-27 um 08.24.20.png

      J haus-automatisierung 2 Replies Last reply Reply Quote 0
      • J
        jwedenig Most Active @jwedenig last edited by

        @jwedenig

        Ich schaffe es nicht, den richtigen Preis zu errechnen.
        Bei evcc in der Yaml klappts mit

        region: at # optional, choose at for Austria
        charges: 0.015 # optional, additional charges per kWh
        tax: 0.236 # optional, additional tax (0.1 for 10%)

        p

        1 Reply Last reply Reply Quote 0
        • haus-automatisierung
          haus-automatisierung Developer Most Active @jwedenig last edited by

          @jwedenig sagte in Awattar Arbeitspreis:

          Bei Vat Rate hätte ich 20%

          @jwedenig sagte in Awattar Arbeitspreis:

          tax: 0.236 # optional, additional tax (0.1 for 10%)

          Was denn jetzt? 23,6% oder 20%

          J 1 Reply Last reply Reply Quote 0
          • J
            jwedenig Most Active @haus-automatisierung last edited by

            @haus-automatisierung

            naja, ich kann ja beim Adapter nur actual VAT rate und Arbeitspreis eintragen

            Jetzt wären ja 20% Mehrwertssteuer richtig, aber wie oder wo trage ich die restlichen Gebühren ein welche wären:
            3% vom Nettopreis
            1,5Cent Aufschlag
            Ist der Arbeitspreis die Summe aller Steuern und Gebühren, und wenn ja warum habe ich dann noch die actual Vat zum eintragen?
            Sorry, aber verstehe es gerade nicht!

            haus-automatisierung 1 Reply Last reply Reply Quote 0
            • haus-automatisierung
              haus-automatisierung Developer Most Active @jwedenig last edited by

              @jwedenig Gerade im Code geschaut. Gerechnet wird

              const mwst = parseInt(adapter.config.MWstRate);
              const mwstRate = (mwst + 100) / 100;
              const workRate = parseFloat(adapter.config.WorkRate);
              
              // ...
              
              let nettoPriceKwh = array[i].marketprice / 10; // price is in eur per MwH. Convert it in cent per KwH
              let bruttoPriceKwh = nettoPriceKwh * mwstRate; 
              let toalPriceKwh = bruttoPriceKwh + workRate ; 
              

              Also (Netto von Awattar * Steuer) + Gebühr.

              Beispiel von heute wäre: "marketprice": 1.78,

              (1,78 / 10) * 1,2 (20%) + 0,015 = 0,2286 €/kWh

              Also würde ich bei VAT 20 eintragen und bei Gebühr 0.015. Da ich das richtige Ergebnis nicht kenne, kann ich den Rechenweg nur raten 🙂 Welcher Wert stimmt denn?


              https://github.com/sirjojo69/ioBroker.awattar/blob/8af7d95549fd67ea06fcd36a1eb35584d3b05186/main.js#L92-L94

              https://github.com/sirjojo69/ioBroker.awattar/blob/8af7d95549fd67ea06fcd36a1eb35584d3b05186/main.js#L288-L290

              J 1 Reply Last reply Reply Quote 0
              • J
                jwedenig Most Active @haus-automatisierung last edited by jwedenig

                @haus-automatisierung sagte in Awattar Arbeitspreis:

                Gebühr 0.015

                Du meinst bei Arbeitspreis 0.015 eintragen, oder?
                Bildschirmfoto 2024-09-30 um 14.45.21.png

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                Support us

                ioBroker
                Community Adapters
                Donate
                FAQ Cloud / IOT
                HowTo: Node.js-Update
                HowTo: Backup/Restore
                Downloads
                BLOG

                927
                Online

                31.6k
                Users

                79.5k
                Topics

                1.3m
                Posts

                2
                6
                284
                Loading More Posts
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes
                Reply
                • Reply as topic
                Log in to reply
                Community
                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                The ioBroker Community 2014-2023
                logo