Danfoss LC_13 Events - use setpoint value

Moderator: leecollings

Post Reply
maugrim
Posts: 2
Joined: Sunday 11 January 2015 20:44
Target OS: Linux
Domoticz version:
Location: Austria
Contact:

Danfoss LC_13 Events - use setpoint value

Post by maugrim »

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
mfranken
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

Post by mfranken »

I'm trying the same, and would be very happy with this feature too
Raspberry, RFX, Zwave, JeeNodes, MySensors, OTGW, Domotix iPhone App
maugrim
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

Post by maugrim »

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
zofiel
Posts: 30
Joined: Sunday 19 July 2015 10:03
Target OS: -
Domoticz version:
Contact:

Re: Danfoss LC_13 Events - use setpoint value

Post by zofiel »

any news? Could you post here a blocky snapshot?

thanks in advance!
zofiel
Posts: 30
Joined: Sunday 19 July 2015 10:03
Target OS: -
Domoticz version:
Contact:

Re: Danfoss LC_13 Events - use setpoint value

Post by zofiel »

any LUA or Blockly example with these devices?

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
How can I create It with Blockly??
User avatar
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

Post by Plaagje »

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

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
How can I create It with Blockly??
Thanks for the lua script, i have a few questions about the numbers;

"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
Image
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest