Skip to content

Send notification for non-KNX devices #269

Answered by brutella
kevinkandziora asked this question in Q&A
Discussion options

You must be logged in to vote

Since hkknx doesn't have access to other HomeKit accessories, you have to use a workaround to get the behaviour that you want.

First you have to create an accessory in hkknx, with holds the state of one of your HomeKit sensor (ex. Eve contact sensor). You can use a switch for that. In hkknx you configure the switch to send the value 1 or 0 to a specific group address (ex. /1/2/3) when the state changes – use the field under Power → Write.

In HomeKit you create an automation to set the switch to On, when the contact sensor detects that no contact anymore.
In hkknx you can then create a script, which starts a timer and sends a notification when the value 1 is received from the group address…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kevinkandziora
Comment options

Answer selected by kevinkandziora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants