Hi all,
i am new to Node-RED - so please excuse my possibly stupid question…
I try to find a way to set the operation-modes of my gas-heating from a Node-RED-Flow.
Mein Weishaupt-heating is integrated in HA using a HACS/GitHub custom-component which provides me with dropdown-menus and sliders in the HA Dashboard.
Lets pick the entity called HKZ0_Betriebsart as our example:
In HA i can easily use the dropdown-menu to switch the Heating-operation-mode to “Komfort” or to “Sommer”.
But how can i set/trigger this from a Node-RED-flow ??
Which Node and which configuration inside do i need ?
I would prefer to ingest a msg-payload like “Komfort” and expect that the HA-entity gets this value and sends it then to the heating.
Here is more detail regarding the specific entity:
Many thanks in advance and all the best
Christian