Search found 8 matches

by zwarkin
10 Apr 2015 19:06
Forum: RaZberry
Topic: THERMOSTAT_SETPOINT_GET command using JSON API
Replies: 8
Views: 7488

Re: THERMOSTAT_SETPOINT_GET command using JSON API

I assume '/ZWaveAPI/Run/devices[2].instances[0].ThermostatSetPoint.data[1].val.value' returns last received value from server's memory, where '/ZWaveAPI/Run/devices[x].ThermostatSetPoint.Get()' sends actual SetPoint Get command to the device. Is this assumption correct?
by zwarkin
10 Apr 2015 18:43
Forum: RaZberry
Topic: THERMOSTAT_SETPOINT_GET command using JSON API
Replies: 8
Views: 7488

Re: THERMOSTAT_SETPOINT_GET command using JSON API

I suppose the right sequence of call in this case will be:
- /ZWaveAPI/Run/devices[x].ThermostatSetPoint.Get()
- if null then wait
- get value using /ZWaveAPI/Run/devices[2].instances[0].ThermostatSetPoint.data[1].val.value
correct?
by zwarkin
10 Apr 2015 18:37
Forum: RaZberry
Topic: Incorrect MultiChannel encapsulation
Replies: 5
Views: 5458

Re: Incorrect MultiChannel encapsulation

Thank you, after I changed the version to 1 the software was able to complete the interview.
by zwarkin
10 Apr 2015 17:27
Forum: RaZberry
Topic: THERMOSTAT_SETPOINT_GET command using JSON API
Replies: 8
Views: 7488

Re: THERMOSTAT_SETPOINT_GET command using JSON API

ThermostatSetPoint.Get() always returns null. The device is "Frequently listening battery operated", I'm getting reply from it using Z-Wave API in about a second: sent: 01 0A 00 13 46 03 43 02 01 05 01 E7 recv: 06 recv: 01 04 01 13 01 E8 sent: 06 recv: 01 05 00 13 01 00 E8 sent: 06 recv: 0...
by zwarkin
10 Apr 2015 17:14
Forum: RaZberry
Topic: Incorrect MultiChannel encapsulation
Replies: 5
Views: 5458

Re: Incorrect MultiChannel encapsulation

Thank you, pofs. It explains my situation. The device reports 3rd version of MultiChannel command class. Is it possible to force the software to use specific command class version? My device is: http://pepper1.net/zwavedb/device/289. Actual versions I'm getting from the device: BASIC (0x20) version ...
by zwarkin
10 Apr 2015 05:38
Forum: RaZberry
Topic: THERMOSTAT_SETPOINT_GET command using JSON API
Replies: 8
Views: 7488

THERMOSTAT_SETPOINT_GET command using JSON API

How to explicitly pull thermostat current set point value using JSON API? When I tried: http://hostname:8083/ZWaveAPI/Run/devices[2].instances[0].ThermostatSetPoint.data[1].val.value the value I'm getting can be null. I would like to to initiate SetPoint Get command and then wait somehow when respon...
by zwarkin
10 Apr 2015 04:56
Forum: RaZberry
Topic: Incorrect MultiChannel encapsulation
Replies: 5
Views: 5458

Incorrect MultiChannel encapsulation

Interview failed for all instances of my thermostat (RTCOA CT100) except instance 0, curious why I found following sequence in the log file: [2015-04-09 21:27:49.510] [D] [zway] SENDING (cb 0xbc): ( 01 0D 00 13 02 06 60 0D 00 01 31 04 05 BC 05 ) Where the portion '60 0D 00 01' represent MultiChannel...