Need a Help

Hi need your help?

i installed openremote 2.6 on pi3 its working fine!

i am controlling my lights its based on Dali protocol,it is accepting commands

and output ok,but i am not getting feedback from it.

my lighting system is on Http protocol.

i created on command,Status Command,sensor Command,& switch

tried but not getting sucess, what should i type in JSON path exression for your reference API document attached kindly gothrough it.

Name N0_On

Protocol Http

URL http://192.168.0.15/slbus/cmd

Http Method post

work Load {“openapi”:{“address”:“N42”,“command”:“100%”}} same for off {“openapi”:{“address”:“N42”,“command”:“0%”}}

polling interval 1000

JSON path {“openapi”:{“status”:“success”}}

expression

above command works ok!

Name N0_status

Protocol Http

URL http://192.168.0.15/slbus/cmd

Http Method post

work Load {“openapi”:{“address”:“N42”,“command”:“QR_LEVEL”}}

polling interval 1000

JSON path ?

expression

Oapiopenremote_help.docx (288 KB)