Page 1 of 1

Fibaro Magic eye motion detected http api command

Posted: 27 Feb 2017 01:43
by fin666
Hi,

Looking for information on how to detect motion using http requests against the z-wave API.

Am I right in thinking that the command class is SensorBinary (SensorBinary.data[1]) ?, querying this always seems to return 'false' so maybe I'm looking at the wrong class?.

Does anyone have any experience of this ?, if it was the correct class, how long would a true state last?.

Many thanks for any help , also if there is a good understandable resource for this, could you let me know, completely new to this and finding information a bit spare or too complicated.

Cheers Fin

Re: Fibaro Magic eye motion detected http api command

Posted: 13 Mar 2017 11:29
by fin666
Any ideas guys??

Re: Fibaro Magic eye motion detected http api command

Posted: 16 Mar 2017 13:30
by IgoriokLT
Try using this command http://YourIP:8083/ZAutomation/api/v1/d ... e_11-0-0-B and look for data.metrics.level
But first you need to associate your sensor with Group 4 on your controller, it will create a remote switch for Motion Sensor

Re: Fibaro Magic eye motion detected http api command

Posted: 19 Mar 2017 21:55
by fin666
Thanks! I'll try that when I can :)