Hello,
I had an openhab 1.7.0 running on a PC and a few danfoss LC13 thermostats. I had running without problems.
Recently I have moved openhab to a raspberry pi and version 1.7.1 (moving the usb dongle to the RPi). Openhab was installed from packages and I copied all /etc/openhab/configurations to the new system. But since then, the temperature of my LC13 thermostats is not updated.
All I can see in openhab.log is lots of errors like:
2015-11-22 11:54:20.919 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass] - NODE 7: Unsupported command class CLIMATE_CONTROL_SCHEDULE
2015-11-22 11:54:58.112 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass] - NODE 16: Unsupported command class CLIMATE_CONTROL_SCHEDULE
2015-11-22 11:57:02.544 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass] - NODE 14: Unsupported command class CLIMATE_CONTROL_SCHEDULE
The item definition for these devices is like:
Number lc13_salon_temp "Temperatura SalĂłn [%.1f ÂşC]" <heating> (G_termostatos_temps, G_cabezales_temps) { zwave="7:command=thermostat_setpoint,setpoint_type=1,setpoint_scale=0,refresh_interval=300" }
The only difference I have found between my previous system is that in the former I had a /etc/openhab/jetty/etc/zwave/ directory with some a xml file for every device, and in the new system I don’t have this directory.
Any help?