-
Notifications
You must be signed in to change notification settings - Fork 15
Represent sensors as as their own category #51
Copy link
Copy link
Closed
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filespriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filespriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
What's needed?
We have two types of equipment in our microgrids:
Currently, sensors are represented as a component category. This breaks the concept of the term "component", which is meant to refer to electrical components only.
Hence, sensors should be represented as an entity disjointed from components. We need to ensure that "sensors", as a concept,
a. exist at the same level as components
b. are not components
Proposed solution
A simple approach to address this would be to
a. remove sensors from the
ComponentCategoryenum, ANDb. rename the
SensorTypeenum toSensorCategory.Use cases
No response
Alternatives and workarounds
No response
Additional context
No response