[Newbie] RFXCOM -> specific adress only

hi,

I have a beginner question :slight_smile:

I receive from a button this data:

4/4/2021, 09:37:07node: 566a81a3.766e7
PT2262 : msg.payload : string[2]
"on"

Now I want to set the PT2262 RFXCOM to respond only to the address, this is possible by "address" - but what do I have to set? If I take "PT2262/on", it still reacts to everything it receives.

Does anyone have a tip? Thanks!

I think PT2262 is the topic, try msg.topic .
Set the debug to the complete message in the debug config. Then you will see all values that are passed not just the payload.