@pjr said in Presenting and controlling variables in domoticz:
Cannot get the point what you exactly mean but I think you should check for what child the message is for:
if(message.sensor == CHILD_ID_aeg2** && message.type == ...) { ..do suff.. }
Thank you, message.sensor was the thing i needed. Browsed cpp and h files in mysensors library and googled, but couldn't find variables to use with message.*.
:smiley: