[APP][Pro] Norwegian Electricity Bill (Strømregning)

The app source code is on Github here: GitHub - balmli/no.almli.utilitycost: App to calculate Norwegian electricity and grid costs for Athom Homey

I am using Strømregning and Tibber, but have set the app to fetch spot prices from Nordpool. Then I add inn VAT and 2 øre per kWh… I see now that I also need to add NOK 39 per month.

Now I have battered with this for days.
I have several utilities/units/enheter to see the consumption and daily/monthly cost.
It works for a day or something, then it stops updating…
Why?

@balmli Is there any way to add Norwegian govt compensation in the app so that I can get the actuals I have to pay?

@Arunav_Mandal

Yes, in v. 1.8.0 that is supported.

Install the test-version from this link:

https://homey.app/no-no/app/no.almli.utilitycost/Strømregning/test/

You have to edit the settings for the app to enable govt. compensation.

2 Likes

Tried to check the “Korriger for strømstøtte» in the test version, but it’s not making any difference to the prices

While waiting for a stable Strømregning with calculation of Subsidy, I created the following flows. My cumulative number matches that reported by grid provider Elvia. I will update and try Strømregning’s subsidy calculation soon.


1 Like

Does this app have the feature of showing the subsidies?

Nettleie prices for nettselskapet Mellom need a long overdue overhaul

V. 1.9.0 with a separate field for financial support / “strømstøtte”.

If you have updated prices for your grid company, please report in this format:

{
  "validFrom": "2024-01-01",
  "gridCapacity0_2": 243,
  "gridCapacity2_5": 364,
  "gridCapacity5_10": 607,
  "gridCapacity10_15": 801,
  "gridCapacity15_20": 1008,
  "gridCapacity20_25": 1263,
  "gridCapacityAverage": "3",
  "gridEnergyDay": 0.4858,
  "gridEnergyNight": 0.4108,
  "gridEnergyLowWeekends": false,
  "gridEnergyLowHoliday": false
}

or better, create a pull request on this file:

1 Like

@Tirrazo yes, v. 1.9.0.

Hi, just wanted to let you know that the grid price for lnett is wrong. Lnett increased the cost last summer.
Thanks for a great app, I use it every day!!

OK, If you send me the updated prices in this format, it will be easy for me to update:

{
  "validFrom": "2024-01-01",
  "gridCapacity0_2": 243,
  "gridCapacity2_5": 364,
  "gridCapacity5_10": 607,
  "gridCapacity10_15": 801,
  "gridCapacity15_20": 1008,
  "gridCapacity20_25": 1263,
  "gridCapacityAverage": "3",
  "gridEnergyDay": 0.4858,
  "gridEnergyNight": 0.4108,
  "gridEnergyLowWeekends": false,
  "gridEnergyLowHoliday": false
}

Here are the updated prices, including tax:

{
  "validFrom": "2024-01-01",
  "gridCapacity0_2": 285,
  "gridCapacity2_5": 285,
  "gridCapacity5_10": 435,
  "gridCapacity10_15": 585,
  "gridCapacity15_20": 735,
  "gridCapacity20_25": 885,
  "gridCapacityAverage": "3",
  "gridEnergyDay": 0.5164,
  "gridEnergyNight": 0.4364,
  "gridEnergyLowWeekends": true,
  "gridEnergyLowHoliday": false
}

Thank!
Roger.

1 Like

Happy to see my grid provider, Føie in the app. Føie has updated their prices to “winter mode” by 01.01.24. The updated rates are here:

{
  "validFrom": "2024-01-01",
  "gridCapacity0_2": 185,
  "gridCapacity2_5": 200,
  "gridCapacity5_10": 495,
  "gridCapacity10_15": 820,
  "gridCapacity15_20": 1025,
  "gridCapacity20_25": 1230,
  "gridCapacityAverage": "3",
  "gridEnergyDay": 0.495,
  "gridEnergyNight": 0.3604,
  "gridEnergyLowWeekends": false,
  "gridEnergyLowHoliday": false
}
1 Like

Hi. Elvia has changed their GridEnergy prices from 1.1.24:

{
  "validFrom": "2024-01-01",
  "gridCapacity0_2": 120,
  "gridCapacity2_5": 190,
  "gridCapacity5_10": 305,
  "gridCapacity10_15": 420,
  "gridCapacity15_20": 535,
  "gridCapacity20_25": 659,
  "gridCapacityAverage": "3",
  "gridEnergyDay": 0.3959,
  "gridEnergyNight": 0.3209,
  "gridEnergyLowWeekends": false,
  "gridEnergyLowHoliday": false
}
1 Like

Shouldn’t the gridEnergyLowWeekends and gridEnergyLowHoliday be “true”?
As I understand this, Elvia has the same grid fees for the weekend/holidays as for the nighttime?

Edit: in English.

If you could please keep the conversation in English as much as possible, then more people will be able to participate and help you. If you would rather not or can’t communicate in English then please check out Non-English boards/categories:

Norsk (Norwegian)

@Olex @VegardSk

Yes, gridEnergyLowWeekends and gridEnergyLowHoliday should be true for Eliva.

I have fixed now.

2 Likes

Hi, new prices for Tensio Nord Trøndelag.

{
“validFrom”: “2024-01-01”,
“gridCapacity0_2”: 144,
“gridCapacity2_5”: 287,
“gridCapacity5_10”: 520,
“gridCapacity10_15”: 789,
“gridCapacity15_20”: 1057,
“gridCapacity20_25”: 1327,
“gridCapacityAverage”: “3”,
“gridEnergyDay”: 0.4776,
“gridEnergyNight”: 0.3051,
“gridEnergyLowWeekends”: false,
“gridEnergyLowHoliday”: false
}

Gridenergy is only Jan,Feb and Mars, and new prices for April-December, is it possible to write that in the code or does it need to be changed 01.April?

1 Like