Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Dynamic Electricity Price Tariffs Consultation Paper

13»

Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 13,370 ✭✭✭✭the_amazing_raisin


    Well personally I'm glad you did because maybe you can tell me what all the fuss is about Rust 😂

    I always think about this video whenever someone mentions Rust

    "The internet never fails to misremember" - Sebastian Ruiz, aka Frost



  • Registered Users, Registered Users 2 Posts: 72 ✭✭AvalonEnaid


    First I'd recommend scanning more than the previous month. For a better overall picture, you'd probably want to see a 12 month overall cost as well as a month by month breakdown

    While building the 12 month window feature I noticed there are missing entries in my CSV file. Each day should have 48 entries (24 hours at 30 minute intervals = 48 entries), but my January month is missing a bunch.

    *Exceptions are March and October because of DST

    Read Date and End Time

    24/01/2025 16:30

    24/01/2025 16:00

    ???

    ???

    24/01/2025 05:00

    24/01/2025 04:30

    I wonder how Utility Companies are going to bill for the 30 minute intervals where there is no data?

    Second, it would be good to have a surcharge per kWh rate applied to the rate. I believe dynamic pricing allows suppliers to tack on a fee above market rate and its likely they'll use that option

    This was already added I think?

    My formula adds a supplier uplift of €0.03/kWh, which is the same as your "surcharge per kWh"


    Then add Supplier uplift: €0.03/kWh

    Similarly, it would be good to include export into the overall total. Since there doesn't seem to be dynamic export happening, this could again be done with a user set value

    Thanks for the challenge! Export feature has been added.

    Finally, a nice extra would be to allow users to try and see how things would look if they optimised consumption.

    Maybe for another time when I recover from the absolute beating Rust has given me.

    {06B44B33-AD6C-4890-A314-9DC29F2B7952}.png


  • Registered Users, Registered Users 2, Paid Member Posts: 13,370 ✭✭✭✭the_amazing_raisin


    Regarding the missing data, I believe this can happen when the smart meter doesn't have good signal and misses some updates

    How to handle it? I think the simplest solution would be to assume emtpy cells are 0kWh. It's a coarse solution but the worst you can be off would be around 8kWh and the majority of the time you'll probably have less than 1kWh per day error

    Unfortunately the HDF doesn't include the daily meter reading value, just the consumption per 30 mins period. So there doesn't seem to be a way to interpolate the data

    I think the suppliers use an estimate model to fill in any missing data they have, so you'll be somewhat consistent with them

    "The internet never fails to misremember" - Sebastian Ruiz, aka Frost



  • Registered Users, Registered Users 2 Posts: 541 ✭✭✭td2008


    Where you getting the file from, ESBN or the supplier? ESBN would send estimates rather than any blank data.
    You could also fill in the blanks from the 24hour register, if the data is there. Go to the ESBN site and download the Daily snapshot total usage file



  • Registered Users, Registered Users 2 Posts: 72 ✭✭AvalonEnaid


    The file is directly from ESBN (https://myaccount.esbnetworks.ie/Api/HistoricConsumption) and it definitely has some missing entries. I suppose its just network or data capturing issues as our amazing raisin pointed out.

    Not sure what you mean by using the Daily snapshot to fill in the data? From what I see in the file, it's just the total for one day? By missing entries, it's not necessarily whole days missing (though that can happen). It's more like a few 30-minute time slots are missing.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 541 ✭✭✭td2008


    You could try the file from the supplier as it might have the entries.

    It's cumulative register so you can see the total you have used each day in kwh.

    Then add up your profile values for the day you are missing, divide by 2 and the difference between that and the cumulative register will be the missing consumption you can interpolate



  • Registered Users, Registered Users 2, Paid Member Posts: 10,699 ✭✭✭✭con747


    Some suppliers activate smart meter's once you access the data on their sites, it caught a good few here out when they went to change supplier and the meter was activated. That's why people say to only access it via ESBN.

    Don't expect anything from life, just be grateful to be alive.

    Help Keep Boards.ie Alive sign up here

    https://subscriptions.boards.ie/ Keep Boards Subscribed To.



  • Registered Users, Registered Users 2 Posts: 10,363 ✭✭✭✭CoBo55


    I just uploaded my csv, little if no change to what I'm paying now unfortunately.



  • Registered Users, Registered Users 2 Posts: 72 ✭✭AvalonEnaid


    Maybe?

    I have plans to "load shift" 10%, 30%, and 50% of your usage to the cheaper times to give you an indicative estimate. Just not feeling masochist enough for that yet.



  • Registered Users, Registered Users 2 Posts: 1,695 ✭✭✭THE ALM


    Email just landed from Energia introducing TOU Tariffs.

    No rates yet so just laying the groundwork



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 10,363 ✭✭✭✭CoBo55




  • Moderators, Home & Garden Moderators Posts: 7,305 Mod ✭✭✭✭graememk


    Just got the email..

    Nothing mentioned about dynamic tariffs. Just the time of use that we currently have. Day/night/peak.

    And it's not even new, my parents had a day night meter from before I was born! That's still time of use!



  • Registered Users, Registered Users 2 Posts: 60,155 ✭✭✭✭unkel


    Get more ambitious! Many of us here are at close to 100% for many years now. Even with the 3 and 4 hour short night rate slots. Saved us a fortune!

    "Make no mistake. The days of the internal combustion engine are definitely numbered" - Quentin Willson, 1997



  • Registered Users, Registered Users 2 Posts: 1,695 ✭✭✭THE ALM


    I should have spent more time reading it, was getting my hopes up…



  • Registered Users, Registered Users 2 Posts: 2,788 ✭✭✭ECO_Mental


    From my reading of the CRU paper suppliers can introduce dynamic pricing from around Sept/Oct this year so you might get a bolter...but they HAVE to them in place by next year think again April next year.

    If they don't have to do it then they won't...is my experience unfortunately 😒

    6.1kWp south facing, South of Cork City



  • Registered Users, Registered Users 2 Posts: 72 ✭✭AvalonEnaid


    Well done!

    I'm going to rewrite the whole thing in Go because Rust is too damn difficult (but has undeniable promise).

    My plan for the optimization model is to identify a "always on" load by using the 10th percentile of your historical data for the same time slot. Anything above that amount is considered "flexible" and could move if appliances are run at different times.

    Then it will use a greedy algorithm. Basically it moves stuff from the expensive time slots into the cheaper time slots but never allowing it to move past a realistic cap. It just keeps doing this till it has moved the required percentage (10%, 30% etc…)

    It's not a "perfect" mathematical solution, but it's fast, simple, and easy to explain.



  • Registered Users, Registered Users 2 Posts: 60,155 ✭✭✭✭unkel


    Go? Rust?

    What is wrong with just using Home Assistant and let ChatGPT write the code to automate import and export? That is what I have done

    "Make no mistake. The days of the internal combustion engine are definitely numbered" - Quentin Willson, 1997



  • Registered Users, Registered Users 2 Posts: 72 ✭✭AvalonEnaid


    The frontend has been vibe coded by ChatGPT, but the backend I did myself for the challenge :)



  • Registered Users, Registered Users 2 Posts: 360 ✭✭JayBee66


    A page on the Energia website mentions that to avail of dynamic pricing you need a CTF score of 4 with regards to your smart meter's mobile signal. What does that entail, a constant mobile signal?

    I have many deemed readings on my SSE smart meter account because of dropped signals. I wouldn't want to enter into a dynamic contact and then have SSE (or whomever) deem that I used electricity during peak hours (when I never do), having to pay out on my bill for the first time in years and then having to wait many months for them to decide that I didn't.

    That happens now with my current smart meter tariff, with many revisions to my bills. It is hard to go back through the months, work it all out and not be sure if you're being diddled or not.



  • Registered Users, Registered Users 2, Paid Member Posts: 9,765 ✭✭✭10-10-20


    I thought that the CTF was published on the ESBn portal, but I can't see it - maybe I'm wrong. Maybe check the Energia site and see, or look at a bill online?

    Here's the spec for the CTF:

    image.png

    https://cdn.rmdservice.com/media/docs/default-source/briefing-documents/comms-technically-feasible-%28ctf%29-briefing-document-v2-2.pdf?sfvrsn=adce8537_1



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 360 ✭✭JayBee66


    Are there any commercial or DIY/Open Source projects that are going to integrate and make use of dynamic pricing?

    e.g. charging EVs, batteries, heat storage etc.

    My house retro-fit is complete, save for heating. I'm waiting to see how I can integrate dynamic electricity pricing into a future heat source.



  • Registered Users, Registered Users 2 Posts: 60,155 ✭✭✭✭unkel


    Let ChatGPT program it for your Home Assistant. That is what I have now. It will be no different when dynamic pricing comes. The automation will just be a little bit more complex, and will have to pull next day's pricing from an API

    Use an old laptop as your HA server, the software is open source. None of this costs a cent 😁

    "Make no mistake. The days of the internal combustion engine are definitely numbered" - Quentin Willson, 1997



  • Moderators, Home & Garden Moderators Posts: 7,305 Mod ✭✭✭✭graememk


    No, as there's nothing to work from yet/integrate with , There is ones in the UK but thats tied to octopus mainly.



  • Registered Users, Registered Users 2 Posts: 360 ✭✭JayBee66


    As a retired AI programmer, I was hoping someone human would do it for me. I've spent a lifetime sitting in front of a screen so I'll wait and see what happens when dynamic pricing happens. Somebody, out there, might do it all for us.

    I stopped using HA, last year. Things are chugging along in their separate apps but I might return to HA in the future.



  • Registered Users, Registered Users 2 Posts: 60,155 ✭✭✭✭unkel


    You are very lucky you are retired! A lot of programmers are being fired as we speak and many will never find work in that field again.

    "Make no mistake. The days of the internal combustion engine are definitely numbered" - Quentin Willson, 1997



  • Registered Users, Registered Users 2 Posts: 360 ✭✭JayBee66


    People through all walks of life are going to be made redundant. I am certainly very fortunate.



Advertisement