flexmeasures icon indicating copy to clipboard operation
flexmeasures copied to clipboard

Feature/save soc values as a sensor

Open Ahmad-Wahid opened this issue 3 months ago • 0 comments

Description

This PR introduces create_soc_schedule, a function to generate a state of charge (SOC) schedule from provided data. It also handles the creation or retrieval of the corresponding SOC sensor.

Look & Feel

UI output looks like this: image

How to test

Try to run the Toy examples(1 and 2), first add the beliefs from here and then add the schedule from here. You will see a sensor with name soc schedule and id 4. Similarly, you can see the data in timed_beliefs table.

Further Improvements

Potential improvements to be done in the same PR or follow up Issues/Discussions/PRs.

Related Items

Mention if this PR closes an Issue or Project.


  • [x] I agree to contribute to the project under Apache 2 License.
  • [x] To the best of my knowledge, the proposed patch is not based on code under GPL or other license that is incompatible with FlexMeasures

Ahmad-Wahid avatar Mar 22 '24 09:03 Ahmad-Wahid