-
-
Notifications
You must be signed in to change notification settings - Fork 73
Wrong Error knx.send #1205
Copy link
Copy link
Open
Description
What version of Spook are you using?
4.0.1
What version of Home Assistant are you using?
2023.3.1
The problem
Hello together,
I think spook sends an wrong error.
The automation “Send PC/Server/NUC/Online to KNX - Every 30 seconds” (automation.pc_server_nuc_online_an_knx_senden) has an unknown action: knx.send.
This error prevents the automation from running correctly. This action may no longer be available or may have been caused by a typo.
To fix this error, edit the automation and remove this action.
Click OK below to confirm that you have corrected this automation.
Everything seems to be right.
alias: PC/Server/NUC/Online an KNX senden - Alle 30sec
description: ""
triggers:
- seconds: /30
trigger: time_pattern
conditions: []
actions: - action: knx.send
data:
response: false
address: 0/3/0
payload: "{{ 1 if is_state('binary_sensor.pc_online', 'on') else 0 }}" - action: knx.send
data:
response: false
address: 0/3/1
payload: "{{ 1 if is_state('binary_sensor.server_online', 'on') else 0 }}" - action: knx.send
data:
response: false
address: 0/3/2
payload: "{{ 1 if is_state('binary_sensor.nuc_online', 'on') else 0 }}" - action: knx.send
data:
response: false
address: 0/3/3
payload: "{{ 1 if is_state('binary_sensor.laptop_online', 'on') else 0 }}" - action: knx.send
data:
response: false
address: 0/3/16
payload: "{{ 1 if is_state('binary_sensor.laptop_imt_online', 'on') else 0 }}" - action: knx.send
data:
response: false
address: 0/3/19
payload: "{{ 1 if is_state('binary_sensor.laptop_aliud_online', 'on') else 0 }}"
mode: single
Anything in the logs? Paste it here!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels