Search found 19 matches

by golaonline
06 Feb 2017 22:26
Forum: Todo for the software
Topic: How can someone contribute to Z-Way platform
Replies: 1
Views: 5769

How can someone contribute to Z-Way platform

All,

Anyone knows what's the best way someone can contribute to the Z-Way platform as a developer. Are there any docs/ guidelines around it that anyone can share?

Thanks,
by golaonline
03 Jan 2017 22:37
Forum: Discussions in English
Topic: How connect Z-Way via remote service find.z-wave.me
Replies: 2
Views: 4251

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

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.
by golaonline
03 Jan 2017 22:36
Forum: RaZberry
Topic: How to execute API commands via HTTP API?
Replies: 5
Views: 11164

Re: How to execute API commands via HTTP API?

I am looking at an option that's safe and secure. I do understand that there are some cookies being returned with header 'ZBW-SESSID', but I am trying to see how I can replicate with my own code, I have had no luck getting these returned, when I try to make a call to login via find.z-wave.me. Callin...
by golaonline
03 Jan 2017 22:33
Forum: Recipes
Topic: URL to set the temperature for a thermostat..
Replies: 2
Views: 10814

Re: URL to set the temperature for a thermostat..

Thanks for the reply, I was able to use these details to see what calls are being made and what parameters are being passed for specific actions.
by golaonline
15 Dec 2016 04:07
Forum: RaZberry
Topic: How to execute API commands via HTTP API?
Replies: 5
Views: 11164

How to execute API commands via HTTP API?

All, Anyone knows or has done it. I know it can be done as per the sample given inside the network, but how do you execute such commands via outside access via find.z-wave.me? Sample I am aware of is curl -v -u admin:admin 192.168.0.62:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_6-0-37/command/on ...
by golaonline
26 Nov 2016 19:29
Forum: Recipes
Topic: Javascript sample for a newbie
Replies: 21
Views: 38830

Re: Javascript sample for a newbie

You can use the APIs provided by ZWay read the docs if you are a developer at https://razberry.z-wave.me/docs/zway.pdf

e.g. http://YOUR_IP:8083/ZAutomation/api/v1/devices will give you a Json with all devices.
by golaonline
19 Nov 2016 05:25
Forum: Recipes
Topic: URL to set the temperature for a thermostat..
Replies: 2
Views: 10814

URL to set the temperature for a thermostat..

Hi, I am trying to find out the URL that I can use the set the temperature of a thermostat via code. I understand, I should be using the Virtual Device (/ZAutomation) APIs for that... I can get the device information by http://<IP>:8083/ZAutomation/api/v1/devices/<DEVICE_ID>, but cannot find anywher...
by golaonline
17 Nov 2016 01:21
Forum: Device specific
Topic: CT100 & Virtual Modes
Replies: 1
Views: 4809

Re: CT100 & Virtual Modes

Hey.. i stumbled on this thread today.. did you get an answer to your question?

The only thing I have found is that ZWave API /ZWave.zway/Run/devices[20].instances[0].commandClasses[64].Set(2) can be used to set the mode. Value passed to set is 0 - Off, 1 - Heat, 2 - Cool, 3 - Auto.
by golaonline
27 Feb 2016 22:46
Forum: Recipes
Topic: Third party tools with sensor value logging
Replies: 0
Views: 5337

Third party tools with sensor value logging

Sensor value logging module can integrated with 3rd party tools for storing logged data and use it for visualizing in form of charts/ graphs. What tools and third party applications are available that can be used for this purpose. Please share if anyone has any suggestions/ recommendations/ feedback...
by golaonline
25 Feb 2016 04:18
Forum: Discussions in English
Topic: Help Needed for v2.2.0 UI thermostat
Replies: 9
Views: 14784

Re: Help Needed for v2.2.0 UI thermostat

I am running a CT100 thermostat on v2.2.0, i had to change the config to F and re-interview to fix the same problem.. the fix only works on smarthome UI, not on expertUI.