Hi there,
just changed from Openhab to HA and have to say it is great! Never the less there are thing where i am a bit struggeling…
I do not get an automation rule running even it is simple:
A KNX device should trigger a shelly switch. It is a shutter application:
Move (Up / Down) = 2/1/5
Stop = 2/2/9
Configuration.yaml:
name : “Büro”
move_long_address: “2/1/5”
stop_address: “2/2/9”
That means, Stop is working but either the shutter is just going up (doesn´t matter if the GA 2/1/5 is howing down) or only going down . This depends on the selection of the Action (open, close)…
Hi !
Use choose (“Auswählen”) in your action with template condition. In the template you can access the telegrams payload / value. That data is passed to the trigger object. Eg {{ trigger.value == 1 }}
You can’t omit the double braces for templates {{ }}.
Also check if the trigger.value attribute is even used - trigger.payload should be there in every case, .value only for some DPT and if you submitted your project file. Click the blue “Triggered” bar in the automation builder to see its values live when it fired. See Knx trigger doesn't work - #4 by farmio
thx… i think i have to start from the scratch… If i am choosing the template condition, there is no selection… it is just the “value template”. do i have to install the other templates (trigger.value or trigger.playload) in a file? right now the trigger in the automation looks like that: