Hello, I would like to access the prices for today (and tomorrow if already available) that homey seems to have saved somewhere. Preferable as a JSON (like in the PbtH app). Does anyone know how? Thanks!
After selecting dynamic prices (region Germany [DE-LU], 15 minutes intervall) and tweaking the formula the displayed prices seem to match 100% with the prices displayed in my tibber App.
I am also looking into the energydashboard and wondering the same as @divad if it is possible to retrive a json table in homeyscripts with the prices. ![]()
But I also wonder if anybody have found out if it is possible to update the “formula” under the customize section:
Hi @Brors, just click into the ‘Calculation’ field and edit it. It behaves exactly as i.e. a THEN logic tile where you perform a calculation with a variable.
Mine then looks like this [( Price * 1.19) + 0.21624 ]
See the official Homey FAQ knowledge article here.
Yea, But I want to do it from an flow/advanced flow.
Example [( Price *1.19) + Grid ]
and the Grid is a variable that I change twice a day for my grid cost.
Would also like to have a possebility to add a “Monthly” charge. That dosent depend on the kWh usage, Just a flat kost for each month.
example i got a flat extra kost on 30Euro (just an example price).
Want that to be devided on all the “intervals” ( I got 60min intervals: 24hour* *28,30-31 days a month)
and that should be added on each hour/interval in the dashboard.
30euro / (24hours * 31days) = 0.04 Euro on each hour/interval in the energy panel
(this is just a wish/suggestion)
