Validation rules for timed beliefs #994
victorgarcia98
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Recently, we have introduced the possibility to define some of the parameters of the
StorageScheduler
as sensors (See #957). This allows defining time-varying values but we are sacrificing some of the data validations that we are performing with quantities. For example, now, it is possible to define a negative power constraint via a sensor.Ideas
There are at least three moments to consider:
Gathering some thoughts:
1. When sensor data is UPSERTed
2. When a trigger references a sensor
2. When a scheduler GETs sensor data
Originally posted by @Flix6x in #985 (comment)
Beta Was this translation helpful? Give feedback.
All reactions