Page 1 of 1

How to change all radiator valve's

Posted: Tuesday 20 December 2016 15:24
by Lectere
I have 8 zwave POPP radiator valves. And just as I do with my lights, I'd like to be able to set them all to some value.

But when I create a group, I cannot add the POPP's. What is domoticz/recommended way to solve this problem?

Or in other words, how can I set all my radiator's to 4C?

Re: How to change all radiator valve's

Posted: Tuesday 20 December 2016 15:40
by emme
maybe a lua script?

not really sure about the command (it dempeds on how is recognized, let's imagin is a setpoint...)

commandArray['SetSetpoint:MySetPointIdx1']='20.5'
commandArray['SetSetpoint:MySetPointIdx2']='20.5'
commandArray['SetSetpoint:MySetPointIdx3']='20.5'
commandArray['SetSetpoint:MySetPointIdx4']='20.5'

could it be?

Or... blicky can set the setpoint either

Re: How to change all radiator valve's

Posted: Tuesday 20 December 2016 15:56
by felix63
SOmeone asked a similar question viewtopic.php?f=28&t=14778