Skip to content

Conversation

@Flix6x
Copy link
Contributor

@Flix6x Flix6x commented Mar 2, 2025

Description

  • Fix the sign for schedules.
  • Added changelog item in documentation/changelog.rst

Look & Feel

Work in progress: before / after.

How to test

This needs a plan for testing on multiple servers.

Further Improvements

  • Database migration
  • Alternatively (?) a CLI script for manual migration, that let's you do something like:
    update timed_belief set event_value = -event_value where sensor_id=1 and source_id in (1, 2, 3) and event_start>='2022-12-24T14:00+02:00' and event_start<'2025-10-01T15:00+02:00;
    Maybe use sensor.sources to find out the sources of the "scheduler" type.

Related Items

Closes #1345.

Flix6x added 2 commits March 2, 2025 19:55
Signed-off-by: F.N. Claessen <felix@seita.nl>
…default should be False

Signed-off-by: F.N. Claessen <felix@seita.nl>
…duling/sign

# Conflicts:
#	flexmeasures/api/v3_0/sensors.py
@read-the-docs-community
Copy link

Documentation build overview

📚 flexmeasures | 🛠️ Build #30066801 | 📁 Comparing ea72f0d against latest (a5f599f)


🔍 Preview build

Show files changed (1 files in total): 📝 1 modified | ➕ 0 added | ➖ 0 deleted
File Status
api/v3_0.html 📝 modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consumption schedules show up as negative values in the UI

2 participants