How connect Z-Way via remote service find.z-wave.me

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

How connect Z-Way via remote service find.z-wave.me

Post by pah111kg »

Hi,

I'm working on a Java client and try to connect Z-Way via the remote service.

POST: https://find.z-wave.me:443/zboxweb?act= ... n&pass=***

But the ZBW-SESSID header is empty (HTTP response status is 200 and the content is the find.z-wave.me/zboxweb HTML-Code). My logging data will work through the web interface.

In the forum I found only that: https://forum.z-wave.me/viewtopic.php?f ... ilit=proxy.

Is there another way? Or is the request wrong?

Many thanks!

Patrick
golaonline
Posts: 19
Joined: 16 Dec 2015 21:59

Re: How connect Z-Way via remote service find.z-wave.me

Post by golaonline »

Did you get any answer to this, I had a similar question out at https://forum.z-wave.me/viewtopic.php?f=3422&t=24183, I am trying to achieve the same in JavaScript.
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Re: How connect Z-Way via remote service find.z-wave.me

Post by pah111kg »

Hi,

Look at the issue: https://github.com/Z-Wave-Me/home-automation/issues/411.

For my client it works as described below:

POST: https://find.z-wave.me/zboxweb with
- Content type: application/x-www-form-urlencoded
- POST data: act=login&login=***/admin&pass=***

Store cookies contained in the response: ZWAYSession and ZBW_SESSID

Add these cookies to all subsequent requests.

Patrick
Post Reply