07-31-2024, 07:34 PM
Hi,
I have the KCS firmware on it and want to do the double click, I can create an IFTTT command name "test" : If DI1 double click. then ... custom protocol1 (I think)
I'm using mqtt to get the signal to Home assistant it works for a normal input (Binary sensor ...).
mqtt:
binary_sensor:
- name: 'ai_input-1'
unique_id: ai_input-1
state_topic: 'server/FCB467110E10/state'
value_template: '{{ value_json.input1.on }}'
payload_on: 1
payload_off: 0
but how do I get the IFTTT commands over to Home assistant?
I have the KCS firmware on it and want to do the double click, I can create an IFTTT command name "test" : If DI1 double click. then ... custom protocol1 (I think)
I'm using mqtt to get the signal to Home assistant it works for a normal input (Binary sensor ...).
mqtt:
binary_sensor:
- name: 'ai_input-1'
unique_id: ai_input-1
state_topic: 'server/FCB467110E10/state'
value_template: '{{ value_json.input1.on }}'
payload_on: 1
payload_off: 0
but how do I get the IFTTT commands over to Home assistant?