Search found 3 matches
- Wednesday 20 December 2017 12:01
- Forum: Z-Wave
- Topic: How to reconfigure a Zwave device (Neo Coolcam Siren) with a script?
- Replies: 18
- Views: 8187
Re: How to reconfigure a Zwave device (Neo Coolcam Siren) with a script?
Hi dbgnu76, And im getting this answer from browser: status "OK" title "ApplyZWaveNodeConfig" But nothing changes in param ?? This is exactly what you should get. The new parameters may not appear right away on the device page, you may need to hit "Request current stored values from device" and wait ...
- Thursday 07 December 2017 15:20
- Forum: dzVents
- Topic: Determine what initiated a device change? (or updateSetPoint(value).silent())
- Replies: 7
- Views: 1824
Determine what initiated a device change? (or updateSetPoint(value).silent())
Hi, I have a battery-powered z-wave thermostat (SRT 323) that I sometimes control from scripts when e.g. temperature in another room is getting too low. Whenever I change the setpoint from a script, that triggers two events: - one immediately after I change the setpoint, when my command is queued in ...
- Monday 04 December 2017 19:06
- Forum: LUA
- Topic: Reacting to z-wave wake-up event
- Replies: 0
- Views: 359
Reacting to z-wave wake-up event
Hi, Is it possible to manage battery-powered z-wave wake-up events directly in lua/dzVents? I mean, I know how to queue a command to a device, that will be executed when the device wakes up. What I would prefer is to run a script when the device wakes up to send the command immediately, while the ...