ControlBox <>HEMS<>Heatpump LPC control #170
-
Hello everyone, I wanted to try LPC Usecases by creating a simulated environement. Currently I have my controlbox which send to my HEMS a LPC Limitation at my HEMS which get it set it. Now I want to propagate this LPC limitation to the other devices controled by the HEMS (like my simulated heatpump). The problem is that I didn't have the remote entity of the heatpumpand I need to write the LPC. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, what do you mean you don't have the remote entity of the Heatpump? If the heatpump is connected with your HEMS, your HEMS is responsible for caching the devices it needs to proxy LPC values for (or however it wants to ensure that the LPC from the controlbox is correctly carried out). The HEMS could also use RemoteEntitiesScenarios() from UseCaseBaseInterface via EgLPCInterface to get the list of compatible connected remote entities. But generally your HEMS will need to maintain its own internal state with total and per-device consumption values so it can decide how to divvy up limits sent by the controlbox. |
Beta Was this translation helpful? Give feedback.
Hi,
what do you mean you don't have the remote entity of the Heatpump? If the heatpump is connected with your HEMS, your HEMS is responsible for caching the devices it needs to proxy LPC values for (or however it wants to ensure that the LPC from the controlbox is correctly carried out).
The HEMS could also use RemoteEntitiesScenarios() from UseCaseBaseInterface via EgLPCInterface to get the list of compatible connected remote entities. But generally your HEMS will need to maintain its own internal state with total and per-device consumption values so it can decide how to divvy up limits sent by the controlbox.