Hi Christoph,
I’m quite not sure if that’s what you asking for. This is a screenshot showing the active channels of the comet dect defined via paper UI.
Down below there is the rule from node red where i tried quite simple to inject manually two different setpoint to the comet.
[{“id”:“6fab6b65.d5462c”,“type”:“openhab2-out”,“z”:“284b8de6.d11d12”,“name”:“XS_Comf_EG_WC_20.0”,“controller”:“8632d183.60c23”,“itemname”:“avmfritz_Comet_DECT_192_168_178_1_117950373200_set_temp”,“topic”:“ItemUpdate”,“payload”:“20.0”,“x”:693.1666870117188,“y”:149.34707641601562,“wires”:[]},{“id”:“98cf942e.9e1fc8”,“type”:“openhab2-out”,“z”:“284b8de6.d11d12”,“name”:“XS_Comf_EG_WC_18.0”,“controller”:“8632d183.60c23”,“itemname”:“avmfritz_Comet_DECT_192_168_178_1_117950373200_set_temp”,“topic”:“ItemUpdate”,“payload”:“18.0”,“x”:694.0556030273438,“y”:198.01387786865234,“wires”:[]},{“id”:“978f84a6.879368”,“type”:“inject”,“z”:“284b8de6.d11d12”,“name”:"",“topic”:"",“payload”:“true”,“payloadType”:“bool”,“repeat”:"",“crontab”:"",“once”:false,“x”:205.41680908203125,“y”:147.68045043945312,“wires”:[[“6fab6b65.d5462c”]]},{“id”:“1633b498.e0534b”,“type”:“inject”,“z”:“284b8de6.d11d12”,“name”:"",“topic”:"",“payload”:“true”,“payloadType”:“bool”,“repeat”:"",“crontab”:"",“once”:false,“x”:210.08355712890625,“y”:196.56929779052734,“wires”:[[“98cf942e.9e1fc8”]]},{“id”:“54881e1d.058368”,“type”:“openhab2-in”,“z”:“284b8de6.d11d12”,“name”:“XI_EG_WC”,“controller”:“19ed4f09.32cad1”,“itemname”:“avmfritz_Comet_DECT_192_168_178_1_117950373200_actual_temp”,“x”:655.4098510742188,“y”:91,“wires”:[[],[]]},{“id”:“8632d183.60c23”,“type”:“openhab2-controller”,“z”:"",“name”:“Raspberry”,“protocol”:“http”,“host”:“localhost”,“port”:“8080”,“path”:"",“username”:"",“password”:""},{“id”:“19ed4f09.32cad1”,“type”:“openhab2-controller”,“z”:"",“name”:“Raspberry”,“protocol”:“http”,“host”:“localhost”,“port”:“8080”,“path”:"",“username”:"",“password”:""}]
BR Stefan