Page 1 of 1

2.0.0 - a couple of issues

Posted: 10 Dec 2014 22:19
by SolarFlor
Hi all,
need your help for a couple of issues related to version 2.0.0

1)
I used the following command to turn off a device.

http://192.168.1.22:8083/ZAutomation/Op ... aryOff/5/0

Now I see the following error: Invalid ZAutomation request

2) In Z-Way Home Automation UI how we can hide Warning message? the Hide button doesn't exist any more

EDIT: forget question 2. I have seen PoltoS reply in another post
Thanks

Re: 2.0.0 - a couple of issues

Posted: 11 Dec 2014 09:55
by pz1
You must leave the ZAutomation part out of your path. See recipes section for OpenRemoteHelpers

Code: Select all

http://192.168.1.22:8083/OpenRemote/SwitchBinaryOff/5/0

Re: 2.0.0 - a couple of issues

Posted: 11 Dec 2014 16:00
by billyboy
The calling url is changed in v2.0.0
for me:
was: http://127.0.0.1:8083/ZAutomation/api/v ... Dev_3:1:37
now: http://127.0.0.1:8083/ZAutomation/api/v ... way_3-1-37

Hope this helps you.

Re: 2.0.0 - a couple of issues

Posted: 11 Dec 2014 16:17
by pz1
billyboy wrote:The calling url is changed in v2.0.0
for me:
was: http://127.0.0.1:8083/ZAutomation/api/v ... Dev_3:1:37
now: http://127.0.0.1:8083/ZAutomation/api/v ... way_3-1-37

Hope this helps you.
There are several API's to RaZberry. Afaik the thing you are talking about is the vitual devices Apiary API

Solorflor is using the OpenRemote API, which uses the old zwave api inside. My answer was adressing that interface.

Re: 2.0.0 - a couple of issues

Posted: 11 Dec 2014 23:05
by SolarFlor
pz1 wrote:You must leave the ZAutomation part out of your path. See recipes section for OpenRemoteHelpers

Code: Select all

http://192.168.1.22:8083/OpenRemote/SwitchBinaryOff/5/0
Many Thanks. It works

Re: 2.0.0 - a couple of issues

Posted: 11 Dec 2014 23:36
by SolarFlor
billyboy wrote:The calling url is changed in v2.0.0
for me:
was: http://127.0.0.1:8083/ZAutomation/api/v ... Dev_3:1:37
now: http://127.0.0.1:8083/ZAutomation/api/v ... way_3-1-37

Hope this helps you.
Many thanks billiboy.

I'm using OpenRemote API and I have fixed the issues thanks to pz1

Re: 2.0.0 - a couple of issues

Posted: 13 Dec 2014 19:40
by PoltoS
To be more specific, not API changed, but IDs changed. We replaced special character : by - in devices ID for extensions like iRidium mobile and added zway object name as you can have many dongles together.