Page 1 of 1
Thermostat Group or Scene
Posted: Saturday 16 January 2016 19:37
by trollmar
Hi,
I ordered 5 Danfoss LC13 Thermostats.
There are working. Can set setpoints.
Is there a way to set Setpoints for more thean one Thermostat at once?
There are Groups for switches ..why not for Thermostats?
Thx
greets to the community
Re: Thermostat Group or Scene
Posted: Saturday 16 January 2016 20:51
by mKotek
Would you be able to share more information on Danfoss setup. There is a couple of mixed info about Danfoss working with Domoticz here and on internet.
I have read, they are working fine with UZB1 stick and Domoticz, but there is no room temp reported back to the controller, right?
Re: Thermostat Group or Scene
Posted: Saturday 16 January 2016 23:02
by trollmar
mKotek wrote:Would you be able to share more information on Danfoss setup. There is a couple of mixed info about Danfoss working with Domoticz here and on internet.
I have read, they are working fine with UZB1 stick and Domoticz, but there is no room temp reported back to the controller, right?
Working with Aeon Zwave Controller Stick.
And yes no room temp back from the thermostat. But I guess this is a off-topic.
Back to Topic:
Maby it is possible to this with a "virtual Thermostat"?
I could find a topic in the forum the helps me out.
Can someone help me?
Re: Thermostat Group or Scene
Posted: Sunday 17 January 2016 10:18
by gizmocuz
Maybe it works with blockly/lua, you could make a virtual switch
if switch = on then
set setpoint 1 to xxxx
set setpoint 2 to xxxx
set setpoint xx to xxxx
end if
Re: Thermostat Group or Scene
Posted: Sunday 17 January 2016 18:04
by trollmar
gizmocuz wrote:Maybe it works with blockly/lua, you could make a virtual switch
if switch = on then
set setpoint 1 to xxxx
set setpoint 2 to xxxx
set setpoint xx to xxxx
end if
Thx for your idear!!
But I would like to set a Thermostat Setpoint for more then one Thermostat.
In your idear i have to create three virtual Switches for example 5.degress 15.degress and 22.degress.
Best regards
Re: Thermostat Group or Scene
Posted: Sunday 17 January 2016 18:47
by BazemanKM
Could user variables help?
Re: Thermostat Group or Scene
Posted: Sunday 17 January 2016 18:49
by gizmocuz
trollmar wrote:gizmocuz wrote:Maybe it works with blockly/lua, you could make a virtual switch
if switch = on then
set setpoint 1 to xxxx
set setpoint 2 to xxxx
set setpoint xx to xxxx
end if
Thx for your idear!!
But I would like to set a Thermostat Setpoint for more then one Thermostat.
In your idear i have to create three virtual Switches for example 5.degress 15.degress and 22.degress.
Best regards
i suppose that is a lot of work
Edit: might be much more work when i have to code this nattily ?
Re: Thermostat Group or Scene
Posted: Wednesday 20 January 2016 21:51
by trollmar
Hi.
I solved it with this
www.domoticz.com/forum/viewtopic.php?f=31&t=7244
Ok its not so "individual" like set the exact Temperature ..but for two or three Temperature States its perfect!
Greetz