You can use a template condition for that {{ trigger.value == 30 }} (or .payload) mind that for scenes, value = raw payload +1
See also https://youtu.be/O3p3dISvTtI
thank you very much for your time and instructions. Something here does not work and I do not find the reason.
I setup the KNX Telegram Condition and Group Address.
Pressing the button on the Basalte Switch and i receive the trigger
As you can see the payload is 29 (or - 29) I tried both options.
3) The action itself does work (Tested it separately) however the condition with the payload is not accepted.
I setup a few KNX automations which do work in general. However I have one automation which stopped working (already 3 times in 2 weeks) and I am not sure if that has something to do with the sequence/delay. Please find the code attached. As you can see there are two triggers. Only if the payload is 1…the action starts. So far so good.
Is it possible that if the triggers starts too often the service stops working?
I can solve the problem by saving the file again.
Maybe some protection for the service/sequence that kills it after a certain time?
Have a look what the different automation modes do. Automation modes - Home Assistant
Other than that, have a look at the automation debugger to see if it was triggered.