probably this is piece of cake for nodered gurus, but im stucked
i have sensor as follows:
current_price: 29.136
average: 37.92
off peak 1: 28.86
off peak 2: 28.776
peak: 47.016
min: 18.744
max: 57.864
unit: MWh
currency: EUR
country: Estonia
region: EE
low price: true
today:
- 20.964
- 19.176
- 18.744
- 18.888
- 32.892
- 30.108
- 39.072
- 51.024
- 57.864
- 56.052
- 47.868
- 44.04
- 56.04
- 44.46
- 47.46
- 33
- 56.076
- 36.108
- 56.04
- 29.136
- 22.908
- 44.064
- 25.236
- 22.872
tomorrow:
- 32.136
- 26.4
- 17.052
- 16.332
- 15.228
- 21.612
- 12.444
- 12.432
- 32.424
- 32.424
- 32.424
- 32.256
- 16.884
- 17.34
- 15.816
- 17.976
- 32.256
- 32.268
- 32.268
- 32.196
- 16.62
- 15.96
- 16.332
- 16.26
unit_of_measurement: EUR/MWh
my problem: i want to get price now (easy) + price for NEXT hour + hour after that.
i assume i should use formula somehow.
help please how?