-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove sensors from component category and represent the separately #145
Remove sensors from component category and represent the separately #145
Conversation
5c97e98
to
d366d5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good from my side. We should however, clarify that when we say components we mean electrical components!
7cc7316
to
a6f464f
Compare
@thomas-nicolai-frequenz I added another commit to re-inforce components as electrical components. Ready for another look. |
a6f464f
to
d06f500
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good overall, with one reservation
Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
The messages have been organised in a more logical way, in the following order: * components * connections * parameters for setting power levels * parameters for setting bounds * parameters for setting component states Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
The change aims to clarify the distinction between electrical components (e.g., inverters, batteries) and sensors (e.g., temperature, humidity). This commit introduces a new RPC method for listing sensors in the microgrid, effectively separating them from the "component" category. This allows for more granular control and filtering of sensors by ID and category. Additionally, a new RPC method for subscribing to sensor data is introduced. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
In this change, componentts are re-inforced as electrical components, in the light of the new sensor RPCs. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
d06f500
to
6b75e8f
Compare
This update introduces a dedicated RPC method for listing sensors in the microgrid, separating them from the "component" category. This new method allows for optional sensor filtering by ID or category. The change clarifies the term "component" to exclusively refer to electrical equipment like inverters and batteries, while sensors are now treated as a distinct entity.