Hi @aaxc, our EEBUS integration does support the LPC use case for limiting connected EEBUS devices already and we are aware of this requirement in Germany. However, at this moment, there is no logic in place to receive and forward such curtailment signals to an EEBUS device.
There might be the possibility of a custom solution using Node-RED, but this has not been tested. In case you are interested in a test and have a site equipped with a compatible EEBUS device, please let us know.
Hi @aaxc, the LPC limit can be indeed controlled via Node-RED. There will be no official EEBUS node, but it can be achieved by using the “Custom Control” node. At the EEBUS device, the following paths need to be controlled:
/Ac/Limits/Consumption/Power – write 4200 for 4.2 kW
/Ac/Limits/Consumption/Active – write 1 to activate and 0 to deactivate the limit
Note: As this is not officially supported, those paths might still change in the future.