Door sensor and openremote
Door sensor and openremote
Hwo can I add a door sensor (fibaro and aeon) to openremote?
Re: Door sensor and openremote
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.
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
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
With openremote I am Abel to control switch and dimmer
And get there status ,but not for door sensor

-
- Posts: 132
- Joined: 15 Oct 2013 19:04
Re: Door sensor and openremote
Tried this URL http://IP:8083/OpenRemote/SensorBinaryStatus/N/0/1
" Raspi 2 (RaZberry) / Raspi B (Razberry) " With OpenRemote Free 2.2.0_TTS-Email-Serial and Z-Way
Re: Door sensor and openremote
Workingpierre2302 wrote:Tried this URL http://IP:8083/OpenRemote/SensorBinaryStatus/N/0/1

Is it posing to get a dummy device status?
-
- Posts: 132
- Joined: 15 Oct 2013 19:04
Re: Door sensor and openremote
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
You can see the commands on this link: viewtopic.php?f=3424&t=20819
" Raspi 2 (RaZberry) / Raspi B (Razberry) " With OpenRemote Free 2.2.0_TTS-Email-Serial and Z-Way