Page 1 of 1
Door sensor and openremote
Posted: 26 May 2015 15:33
by Thealon
Hwo can I add a door sensor (fibaro and aeon) to openremote?
Re: Door sensor and openremote
Posted: 26 May 2015 16:35
by pz1
With the OpenRemote http protocol, you can do a http call with OpenRemoteHelpers function:
http://IP:8083/OpenRemote/SensorBinaryStatus/N/1/1
Where N is the Zwave device number
Use method Get, and define polling interval 5 seconds or so.
Re: Door sensor and openremote
Posted: 31 May 2015 15:13
by Thealon
Thanks pz1 but it's not working for me
With openremote I am Abel to control switch and dimmer
And get there status ,but not for door sensor

Re: Door sensor and openremote
Posted: 31 May 2015 18:19
by pierre2302
Re: Door sensor and openremote
Posted: 31 May 2015 21:31
by Thealon
Working
Is it posing to get a dummy device status?
Re: Door sensor and openremote
Posted: 01 Jun 2015 17:39
by pierre2302
If you want to get back the status of a variator it is necessary to use:
http://IP:8083/OpenRemote/SwitchMultilevelStatus/N/0
You can see the commands on this link:
viewtopic.php?f=3424&t=20819