From 8fd9b366e313a27ab4a92a3b499e9f6a79aa018c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 26 Jan 2023 16:14:49 +0200 Subject: [PATCH] n/helen.md: add HattiWatt equations too --- n/helen.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/n/helen.md b/n/helen.md index 73c5a6e..f0480c3 100644 --- a/n/helen.md +++ b/n/helen.md @@ -10,6 +10,8 @@ basicstock: "3,93 €/month" stockmargin: "0,38 c/kWh" omahelenhighprice: "20 c/kWh" omahelenlowprice: "5 c/kWh" +hattiwatthighprice: "30 c/kWh" +hattiwattlowprice: "10 c/kWh" --- Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta) @@ -31,6 +33,9 @@ Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}. * OmaHelen kohtelee alle {{ page.omahelenlowprice }} halpana ja yli {{ page.omahelenhighprice }} kalliina, joten vaihtoehtoiset kaavat ovat: * Kallis: {{ page.omahelenhighprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelenin korkea hinta + Marginaali) * Halpa: {{ page.omahelenlowprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelenin matala hinta + Marginaali) +* [HattiWatt](https://hattiwatt.com/) vuorostaan sanoo korkean olevan yli {{ page.hattiwatthighprice }} ja halvan olevan alle {{ page.hattiwattlowprice }}. Se tosin näyttää hinnan myös liikennevaloin. + * Halpa: {{ page.hattiwattlowprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (HattiWattin matala hinta + Marginaali) + * Kallis: {{ page.hattiwatthighprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (HattiWattin korkea hinta + Marginaali) ## Lähteet @@ -53,8 +58,11 @@ Helen's monthly market price for month {{ page.month }} is {{ page.monthly }}. * Cheap: ({{ page.monthly }} + {{ page.distributionmargin }}) / 2 (Helen's Market Price Electricity + distribution margin / 2), ***round down*** * Margin: {{ page.distributionmargin }} + {{ page.stockmargin }} (Distribution fee + stock margin) * OmaHelen app treats {{ page.omahelenlowprice }} as cheap and over {{ page.omahelenhighprice }} as expensive, so alternative equations are: - * Expensive: {{ page.omahelenhighprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelen's high price + Marginal) - * Cheap: {{ page.omahelenlowprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelen's low price + Marginal) + * Expensive: {{ page.omahelenhighprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelen's high price + Margin) + * Cheap: {{ page.omahelenlowprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (OmaHelen's low price + Margin) +* [HattiWatt](https://hattiwatt.com/) again treats over {{ page.hattiwatthighprice }} as high price with low price being {{ page.hattiwattlowprice }}. It however shows price in traffic lights. + * Cheap: {{ page.hattiwattlowprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (HattiWatt's low price + Margin)) + * Expensive: {{ page.hattiwatthighprice }} + {{ page.distributionmargin }} + {{ page.stockmargin }} (HattiWatt's high price + Margin) ## Sources