Search found 4 matches

by Rs3b
Sunday 20 January 2019 11:41
Forum: dzVents
Topic: dzVents script - Execute setting multiple devices [Solved]
Replies: 3
Views: 3572

Re: dzVents script - Execute setting multiple devices [Solved]

Hello waaren,

Many thanks for your example code, it works perfectly!

The log:


2019-01-20 11:17:00.209 Status: dzVents: Info: ------ Start external script: test.lua:, trigger: at 11:17
2019-01-20 11:17:00.229 Status: dzVents: Debug: Processing device-adapter for Radiator Setpoint N1: Thermostat ...
by Rs3b
Saturday 19 January 2019 21:44
Forum: dzVents
Topic: dzVents script - Execute setting multiple devices [Solved]
Replies: 3
Views: 3572

dzVents script - Execute setting multiple devices [Solved]

Hello,

I'm trying on a specific time set the setpoints of multiple devices at once to a certain value. I notice only the first device is changed after executing the script, the other ones are unchanged. The setpoints are on Popp thermostats.

return {
on = {
timer = {
'at 20:55'
}
},
execute ...
by Rs3b
Friday 10 November 2017 22:33
Forum: Z-Wave
Topic: Problem with z-stick adding devices
Replies: 3
Views: 1500

Re: Problem with z-stick adding devices

A big THANK YOU!! to lost for the explanation and LouiS22 for confirmation and hint!

I followed the instructions on the wiki (it’s a classic rtfm 😳) to fix the device allocation and I can now control the light again from domoticz! On to the next hurdle!

Rs3b
by Rs3b
Wednesday 08 November 2017 22:59
Forum: Z-Wave
Topic: Problem with z-stick adding devices
Replies: 3
Views: 1500

Problem with z-stick adding devices

Hello,

I’m a noob, I have domoticz on a pi3, and a z-stick (zwave plus) gen5 plugged into it.
I also have a domitech lamp (zwave plus). A few months ago I configured domoticz using blockly that the lamp turn on At sunset and off at sunrise. Being a noob, I was quite proud of that achievement.
But ...