- flexmeasures-entsoe: ENTSO-E data plugin - flexmeasures-weather: Weather data plugin - USEF Flex Trading Protocol PDF (2.4MB) - Cariflex simulator (publishes to Redis) - Dashboard Grafana updated with correct InfluxDB queries - All tools extracted in /tools/
5 lines
207 B
Python
5 lines
207 B
Python
from datetime import timedelta
|
|
|
|
# sensor_name, unit, even_resolution, data sourced directly by ENTSO-E or not (i.e. derived)
|
|
pricing_sensors = (("Day-ahead prices", "EUR/MWh", timedelta(minutes=15), True),)
|