Aeotec Recessed Door Sensor (ZW089)

Posted on
Wed Apr 25, 2018 5:24 pm
siclark offline
Posts: 1960
Joined: Jun 13, 2017
Location: UK

Re: Aeotec Recessed Door Sensor (ZW089)

New battery is slightly better but still not reliable and seems to be less so at over 1m away, so not far.
Problem is it's been sitting in my spare drawer for 2 years so not sure if Vesternet will take out back. Fingers crossed.


Sent from my iPhone using Tapatalk

Posted on
Mon Nov 05, 2018 4:49 am
dferg offline
Posts: 7
Joined: Feb 17, 2018

Re: Aeotec Recessed Door Sensor (ZW089)

Is there any way to configure this device's state in Indigo to show up as Open / Closed? Right now, Indigo reports "off" for closed and "on" for open.

(I'm on Indigo 7.2, btw)

Posted on
Mon Nov 05, 2018 9:33 am
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: Aeotec Recessed Door Sensor (ZW089)

Indigo doesn't currently have this capability natively (although it is definitely on our feature request list). You can create a pair of Triggers to catch the ON/OFF messages and have it execute actions to set an Indigo variable value to Open / Close if you are wanting a way to have it represented on a Control Page.

Image

Posted on
Mon Nov 05, 2018 9:44 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: Aeotec Recessed Door Sensor (ZW089)

You could try the Adapters plugin

Set up an adapter device > Custom Formula Adapter (string result), Select your Indigo door device in the pull-down list and
use the formula:
Code: Select all
'Closed' if x == 0 else 'Open'
and format
Code: Select all
{0}

Who is online

Users browsing this forum: No registered users and 30 guests