[Danfoss LC13] OpenHAB example

Forum about OpenHAB open Source Home Automation.

Moderator: raymonvdm

Post Reply
raymonvdm
Senior Member
Senior Member
Posts: 1153
Joined: Sun Dec 18, 2011 1:23 am

[Danfoss LC13] OpenHAB example

Post 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
Running HS3PRO on PC with Z-Wave / OpenTherm / Plugwise / RFXcom / MQTT / XAP400 / Logitech Media Server and Squeezelite on PI`s
raymonvdm
Senior Member
Senior Member
Posts: 1153
Joined: Sun Dec 18, 2011 1:23 am

Re: [Danfoss LC13] OpenHAB example

Post 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"}
Running HS3PRO on PC with Z-Wave / OpenTherm / Plugwise / RFXcom / MQTT / XAP400 / Logitech Media Server and Squeezelite on PI`s
GertK
Member
Member
Posts: 51
Joined: Tue Feb 28, 2012 11:59 pm
Location: Nijmegen, The Netherlands

Re: [Danfoss LC13] OpenHAB example

Post by GertK »

Nice. I will buy the recent version for my home office and give it a try.

Gert
Post Reply

Return to “OpenHAB Forum”