kipe / nordpool

Python library for fetching Nord Pool spot prices.
MIT License
104 stars 40 forks source link

Nordpool day-ahead prices in a "," separated string/char[] array ? #29

Closed arosandreas closed 2 years ago

arosandreas commented 2 years ago

Hi, would it be possible to get Nordpool day-ahead prices in a "," separated string/char[] array ? Example : day. ahead-prices 00-01 10 01-02 12 ... 23..24 15 --> String myString="10,12,.....,15"

myString will then be sent from Python to my Blynk server, using Blynk API. https://{server_address}/external/api/update?token={token}&v4=myString

best regards andreas

kipe commented 2 years ago

That's simple enough to do just by writing couple of lines code, not this projects task -> closed.