From 5bd9471e805ca62afbef93af54c23ae057325858 Mon Sep 17 00:00:00 2001 From: sndcr Date: Mon, 11 Nov 2019 06:02:13 +0100 Subject: [PATCH] Update deconz.markdown (#11134) Add subsection "Finding your events": A short description on how to find remote button events for deCONZ. --- source/_integrations/deconz.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/deconz.markdown b/source/_integrations/deconz.markdown index c7771e14040..2fb4a435c8d 100644 --- a/source/_integrations/deconz.markdown +++ b/source/_integrations/deconz.markdown @@ -118,6 +118,10 @@ Where for example on a Philips Hue Dimmer, 2001 would be holding the dim up butt For the IKEA Tradfri remote the first digit equals, 1 for the middle button, 2 for up, 3 for down, 4 for left, and 5 for right (e.g., "event: 1002" for middle button short release). +### Finding your events + +Navigate to **Developer tools->Events**. In the section **Listen to events** add `deconz_event` and press **START LISTENING**. All events from deCONZ will now be shown and by pushing your remote button while monitoring the log it should be fairly easy to find the events you are looking for. + ### Device triggers To simplify using remote control devices in automations deCONZ integration exposes them as device triggers. This will expose all possible variations of button presses and rotations. Note that this is a manually curated list and will not initially be as complete as what deCONZ supports.