sensor.epex_spot_at_net_price #69
Closed
aichingerk
started this conversation in
General
Replies: 1 comment
-
In the developer tools, the timestamps are annotated in UTC time (as indicated by +00:00). Central European Time is 1h ahead of UTC, therefore the difference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I look under developer tools the states from the sensor.epex_spot_at_net_price
The time is now: 22:14 and the state of the sensor state is 9.078
When i scroll down on the attributes to the current time between 22:00 - 23:00, the state on the attribute is 5.0508
end_time: "2023-11-23T22:00:00+00:00"
price_ct_per_kwh: 9.078
end_time: "2023-11-23T23:00:00+00:00"
price_ct_per_kwh: 5.0508
can you tell me, why is there an offset off an -1 hour between attribute on the sensor and the display of the sensor ?
Beta Was this translation helpful? Give feedback.
All reactions