Hi,
i'm new to Domoticz (coming from Zipato) and using it to control my Danfoss LC_13 Thermostats.
The timer function is working fine to control them time based.
Now i'm trying to use it under the events section with an Fibaro Door Sensor (which is working fine).
So i want to set the thermostat to off/4 Degrees (what is the same in this case).
But what ive seen is that i cant use an Utility with an set command, so how can i do this?
Domoticz Windows Version 2186
thx,
maugrim
Danfoss LC_13 Events - use setpoint value
Moderator: leecollings
-
- Posts: 35
- Joined: Saturday 15 November 2014 14:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Amsterdam, the Netherlands
- Contact:
Re: Danfoss LC_13 Events - use setpoint value
I'm trying the same, and would be very happy with this feature too
Raspberry, RFX, Zwave, JeeNodes, MySensors, OTGW, Domotix iPhone App
-
- Posts: 2
- Joined: Sunday 11 January 2015 20:44
- Target OS: Linux
- Domoticz version:
- Location: Austria
- Contact:
Re: Danfoss LC_13 Events - use setpoint value
Hi, maybe there is any update on this? ive seen that setpoint in blockly is supportet, but i cant understand how to use it?
Anyone have an advice for me?
Thx
Im now on v2455 on an RPI2
Anyone have an advice for me?
Thx
Im now on v2455 on an RPI2
Re: Danfoss LC_13 Events - use setpoint value
any news? Could you post here a blocky snapshot?
thanks in advance!
thanks in advance!
Re: Danfoss LC_13 Events - use setpoint value
any LUA or Blockly example with these devices?
thanks in advance
EDIT: a little contribution
dummy switch and a LC13 with IDx 9
How can I create It with Blockly??
thanks in advance
EDIT: a little contribution

dummy switch and a LC13 with IDx 9
Code: Select all
commandArray = {}
if (devicechanged['Calefaccion'] == 'On') then
commandArray['SendNotification']='Calefaccion Encendida#Calefaccion Encendida#0'
commandArray['UpdateDevice']="9|0|21"
elseif (devicechanged['Calefaccion'] == 'Off') then
commandArray['SendNotification']='Calefaccion Apagada#Calefaccion Apagada#0'
commandArray['UpdateDevice']="9|0|18"
end
return commandArray
- Plaagje
- Posts: 42
- Joined: Thursday 30 April 2015 10:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Latest
- Location: Netherlands
- Contact:
Re: Danfoss LC_13 Events - use setpoint value
Thanks for the lua script, i have a few questions about the numbers;zofiel wrote:any LUA or Blockly example with these devices?
thanks in advance
EDIT: a little contribution
dummy switch and a LC13 with IDx 9
How can I create It with Blockly??Code: Select all
commandArray = {} if (devicechanged['Calefaccion'] == 'On') then commandArray['SendNotification']='Calefaccion Encendida#Calefaccion Encendida#0' commandArray['UpdateDevice']="9|0|21" elseif (devicechanged['Calefaccion'] == 'Off') then commandArray['SendNotification']='Calefaccion Apagada#Calefaccion Apagada#0' commandArray['UpdateDevice']="9|0|18" end return commandArray
"9|0|18"
9 = the idx of the device
18 = the setpoint of the device.
what does the "0" represent?
@zofiel: i guess the blocky would look something like this

Who is online
Users browsing this forum: No registered users and 1 guest