Page 1 of 1

If I send http://192.168.1.207:8083/ZWaveAPI/Run/devices[2].

Posted: 05 Oct 2015 16:00
by laweee
I have 2 raspberry pi + razberry and I send "btn_on" to the other

If I send code to my razberry2 from razberry1,

http://192.168.1.207:8083/ZWaveAPI/Run/ ... ].Set(255)

then, What code in my razberry2 catch that "btn_on" order?

In the htdocs\expert\app\core\controllers ??
or
In the htdocs\expert\app\core\services ??

please save my life!!!!

Re: If I send http://192.168.1.207:8083/ZWaveAPI/Run/devices

Posted: 02 Nov 2015 03:25
by PoltoS
don't search for it in UI, instead read our doc http://razberry.z-wave.me/docs/zwayDev.pdf to see how to trap it on server side (zway.devices[2].instances[0].commandClasses[38].data.level)