2.0.0 - a couple of issues

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

2.0.0 - a couple of issues

Post 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
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: 2.0.0 - a couple of issues

Post 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
Since 29-12-2016 I am no longer a moderator for this forum
billyboy
Posts: 61
Joined: 16 Mar 2013 21:33

Re: 2.0.0 - a couple of issues

Post 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.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: 2.0.0 - a couple of issues

Post 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.
Since 29-12-2016 I am no longer a moderator for this forum
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: 2.0.0 - a couple of issues

Post 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
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: 2.0.0 - a couple of issues

Post 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
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: 2.0.0 - a couple of issues

Post 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.
Post Reply