Page 1 of 1

[Danfoss LC13] OpenHAB example

Posted: Fri Jan 02, 2015 1:25 pm
by raymonvdm
I`m trying to add a Danfoss LC13 node to the OpenHAB Z-Wave network but it is not working yet :?

The logging tells me the following

Code: Select all

2015-01-02 12:19:49.731 [WARN ] [.z.internal.ZWaveActiveBinding] - No item bound for event from nodeId = 27, endpoint = 0, command class = THERMOSTAT_SETPOINT, value = 19, ignoring.
2015-01-02 12:19:49.769 [WARN ] [.z.internal.ZWaveActiveBinding] - No item bound for event from nodeId = 27, endpoint = 0, command class = BATTERY, value = 59, ignoring.

2015-01-02 12:24:45.240 [ERROR] [ApplicationCommandMessageClass] - NODE 27: Unsupported command class CLIMATE_CONTROL_SCHEDULE (0x46)
2015-01-02 12:24:45.284 [INFO ] [.i.p.c.ZWaveWakeUpCommandClass] - NODE 27: Got Wake Up Notification from node, continuing initialization.
But the config seems to be fine i have the following in the danfoss.items file

Code: Select all


Number LC13_1_SETPOINT   "Thermostat Setpoint [%d]"     (FF_Child)      <heating> { zwave="27:command=THERMOSTAT_SETPOINT", respond_to_basic=true }
Number LC13_1_BATT       "Thermostat Battery [%d]"      (FF_Child)      <heating> { zwave="27:command=BATTERY", respond_to_basic=true }
But still the no item bound warning

Re: [Danfoss LC13] OpenHAB example

Posted: Tue Mar 03, 2015 4:51 pm
by raymonvdm
After some time tried again and now it is working :-)

sitemap/domo.sitemap

Code: Select all


 Group item=FF_Babykamer  {
                                Frame label="Lights" {
                                Switch item=Light_FF_Babykamer_Plafond
                                Switch item=Light_FF_Babykamer_Vloerlamp
                                }
                                Frame label="Temperatuur" {
                                Text item=Temperature_FF_Babykamer
                                Setpoint item=LC13_1_SETPOINT minValue=4 maxValue=30 step=0.5
                                Text item=LC13_1_BATT
                                }
                                Frame label="Toegang" {
                                Text item=Deur_FF_Babykamer_Babykamerdeur
                                }
                        }
vim items/danfoss.items

Code: Select all

Number LC13_1_SETPOINT   "Thermostat Setpoint[%.2f °C]"                <heating> (FF_Babykamer)        {zwave="27:0:command=thermostat_setpoint,setpoint_type=1,setpoint_scale=0"}
Number LC13_1_BATT       "Thermostat Battery [%s %%]"           <heating> (FF_Babykamer)        {zwave="27:0:command=battery"}

Re: [Danfoss LC13] OpenHAB example

Posted: Wed Mar 04, 2015 12:25 am
by GertK
Nice. I will buy the recent version for my home office and give it a try.

Gert