You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ In a nutshell, FlexMeasures turns data into optimized schedules for flexible ass
17
17
18
18

19
19
20
+
FlexMeasures was created by and continues to be maintained by [Seita Energy Flexibility BV](https://www.seita.nl) in The Netherlands.
21
+
The vision of the project is to make sure that smart backend software is available to all parties working with energy flexibility, no matter where they are working on their local energy transition.
20
22
21
23
Here is why using FlexMeasures is a great idea:
22
24
@@ -40,7 +42,7 @@ FlexMeasures is designed to help with three basic needs of developers in the ene
40
42
FlexMeasures is designed to make decisions based on data in an automated way. Data pipelining and dedicated machine learning tooling is crucial.
41
43
42
44
- API/CLI functionality to read in time series data
43
-
- Extensions for integrating 3rd party data, e.g. from [ENTSO-E](https://github.com/SeitaBV/flexmeasures-entsoe)or [OpenWeatherMap](https://github.com/SeitaBV/flexmeasures-openweathermap)
45
+
- Extensions/Plugins for integrating 3rd party data (e.g. from [ENTSO-E](https://github.com/SeitaBV/flexmeasures-entsoe), [OpenWeatherMap/WeatherAPI](https://github.com/flexmeasures/flexmeasures-weather)) or protocols (e.g. [OpenADR](https://github.com/FlexMeasures/flexmeasures-openadr3))
44
46
- Forecasting for the upcoming hours
45
47
- Schedule optimization for flexible assets
46
48
@@ -63,23 +65,28 @@ Building customer-facing apps & services is where developers make impact. We mak
63
65
64
66
- FlexMeasures has well-documented API endpoints and CLI commands to interact with its model and data
65
67
- You can extend it easily with your own logic by writing plugins
66
-
- A backend UI shows you your assets in maps and your data in plots. There is also support for plots to be available per API, for integration in your own frontend
68
+
- A backend UI shows you your assets in maps and your data in plots (try the Replay button!). There is also support for plots to be available per API, for integration in your own frontend
67
69
- Multi-tenancy ― model multiple accounts on one server. Data is only seen/editable by authorized users in the right account
68
70
69
71
70
72
## Getting started
71
73
72
-
Head over to our [documentation](https://flexmeasures.readthedocs.io), e.g. the [gettingstarted guide](https://flexmeasures.readthedocs.io/latest/getting-started.html#getting-started) or the [5-minute tutorial](https://flexmeasures.readthedocs.io/latest/tut/toy-example-setup.html). Or find more information on [FlexMeasures.io](https://flexmeasures.io).
74
+
Head over to our [documentation](https://flexmeasures.readthedocs.io), e.g. the [getting-started guide](https://flexmeasures.readthedocs.io/latest/getting-started.html#getting-started) or the [5-minute tutorial](https://flexmeasures.readthedocs.io/latest/tut/toy-example-setup.html). Or find more information on [FlexMeasures.io](https://flexmeasures.io).
73
75
74
76
See also [Seita's Github profile](https://github.com/SeitaBV), e.g. for FlexMeasures plugin examples.
75
77
76
78
77
79
## Development & community
78
80
79
-
FlexMeasures was initiated by [Seita BV](https://www.seita.nl) in The Netherlands in order to make sure that smart backend software is available to all parties working with energy flexibility, no matter where they are working on their local energy transition.
81
+
FlexMeasures is available under the permissive Apache2.0 licence and it is [an incubation project at the Linux Energy Foundation](https://www.lfenergy.org/projects/flexmeasures/).
80
82
81
-
We made FlexMeasures freely available under the Apache2.0 licence and it is now [an incubation project at the Linux Energy Foundation](https://www.lfenergy.org/projects/flexmeasures/).
83
+
Within the FlexMeasures project, [we welcome contributions](https://github.com/FlexMeasures/tsc/blob/main/CONTRIBUTING.md). A list of contributing organizations:
82
84
83
-
Within the FlexMeasures project, [we welcome contributions](https://github.com/FlexMeasures/tsc/blob/main/CONTRIBUTING.md). You can also [learn more about our governance](https://github.com/Flexmeasures/tsc/blob/main/GOVERNANCE.md).
85
+
- Seita Energy Flexibility (NL, maintainer)
86
+
- Thiink (US)
87
+
- ELaad (NL)
88
+
- LUO (BE)
84
89
85
-
You can connect with the community here on GitHub (e.g. by creating an issue), on [the mailing list](https://lists.lfenergy.org/g/flexmeasures), on [the FlexMeasures channel within the LF Energy Slack](https://slack.lfenergy.org/) or [by contacting the current maintainers](https://seita.nl/who-we-are/#contact).
90
+
You can also [learn more about our governance](https://github.com/Flexmeasures/tsc/blob/main/GOVERNANCE.md).
91
+
92
+
You can connect with the community here on GitHub (e.g. by creating an issue), on [the FlexMeasures channel within the LF Energy Slack](https://slack.lfenergy.org/), on [the mailing list](https://lists.lfenergy.org/g/flexmeasures) or [by contacting the current maintainers](https://seita.nl/who-we-are/#contact).
0 commit comments