Zwave error "No item bound for event" since upgrading to gen 5 zstick from 2

Please help with some guidance on what I should do. I assumed it was an end number issue.But Changing it didn’t solve the problem. Your help is greatly appreciated.

I have a few nodes that will not update since I’ve upgraded my Zstick to gen 5. I’ve associated all the nodes with the new stick

There are quite a few errors that I’ll include at the bottom of this post. Here are the items:

Number multi_living_temp “Living Rm Temperature[%.0f °F]” (all,living,zwave,temp,chart_living_temp,chart_all_temp) { zwave=“13:0:command=sensor_multilevel,sensor_type=1” }
Number multi_living_hum “Living Rm Humidity[%.0f %%]” <hum_icon> (all,living,zwave,hum,chart_living_hum,chart_all_hum) { zwave=“13:0:command=sensor_multilevel,sensor_type=5” }
Number multi_living_lum “Living Rm Luminance [%.0f Lux]” <slider_70> (all,living,zwave,lum,chart_living_lum,chart_all_lum) { zwave=“13:command=sensor_multilevel,sensor_type=3” }
Contact multi_living_contact “Living Rm Motion [MAP(multi.map):%s]” (all,living,zwave,contacts) { zwave=“13:command=sensor_binary,respond_to_basic=true” }
DateTime multi_living_contact_time “Living Rm Time [%1$tm/%1$td, %1$tI:%1$tM %1$tp]” (all,living,zwave,updates)
Number multi_attic_temp “Attic Temperature[%.0f °F]” (all,attic,zwave,temp,chart_attic_temp,chart_all_temp) { zwave=“12:command=sensor_multilevel,sensor_type=1” }
Number multi_attic_hum “Attic Humidity[%.0f %%]” <hum_icon> (all,attic,zwave,hum,chart_attic_hum,chart_all_hum) { zwave=“12:command=sensor_multilevel,sensor_type=5” }
Number multi_attic_lum “Attic Luminance [%.0f Lux]” <slider_70> (all,attic,zwave,lum,chart_attic_lum,chart_all_lum) { zwave=“12:command=sensor_multilevel,sensor_type=3” }
Contact multi_attic_contact “Attic Motion [MAP(multi.map):%s]” (all,attic,zwave,contacts) { zwave=“12:command=sensor_binary,respond_to_basic=true” }
Number hvac_main “HVAC Temperature Setpoint [%.0f °F]” (all,zwave,thermostat) { zwave=“14:command=thermostat_setpoint,setpoint_type=1,setpoint_scale=1” }
Number hvac_battery “HVAC Thermostat battery [%d %%]” (all,zwave,thermostat,battery,chart_all_batt) { zwave=“14:command=battery” }
Number hvac_heatsetpoint “HVAC Heat Set [%.0f F]” (all,zwave,thermostat) { zwave=“14:command=thermostat_setpoint,setpoint_type=1,setpoint_scale=1” }
Number hvac_coolsetpoint “HVAC Cool Set [%.0f F]” (all,zwave,thermostat) { zwave=“14:command=thermostat_setpoint,setpoint_type=2,setpoint_scale=1” }
Number hvac_temperature “HVAC Temperature [%.0f °F]” (all,temp,zwave,thermostat,chart_hvac_temp,chart_all_temp) { zwave=“14:1:command=sensor_multilevel,sensor_type=1” }
Number hvac_temperature_max “HVAC Temperature Maximum [%.0f °F]” (all,zwave,thermostat,chart_hvac_temp)
Number hvac_temperature_min “HVAC Temperature Minimum [%.0f °F]” (all,zwave,thermostat,chart_hvac_temp)
Number hvac_temperature_ave “HVAC Temperature Average [%.0f °F]” (all,zwave,thermostat,chart_hvac_temp)
Number hvac_mode “Mode [MAP(tstatmode.map):%d]” (all,zwave,thermostat) { zwave=“14:command=thermostat_mode” }
Number hvac_fan_mode “Mode [MAP(tstatfan.map):%d]” (all,zwave,thermostat) { zwave=“14:command=thermostat_fan_mode” }
Number hvac_operating_state “HVAC Opp State [MAP(tstatopstate.map):%d]” (all,zwave,thermostat) { zwave=“14:command=thermostat_operating_state” }
Number hvac_fan_state “HVAC Fan State [MAP(tstatfan.map):%d]” (all,zwave,thermostat) { zwave=“14:command=thermostat_fan_state” }
Number contact_door_sl2_batt “Sliding Door 2 battery [%d %%]” (all,zwave,battery,chart_all_batt) { zwave=“7:command=battery” }

Errors

2015-11-25 08:03:49.265 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 2: No item bound for event, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 0, ignoring.
2015-11-25 08:03:49.393 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 3: No item bound for event, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 0, ignoring.
2015-11-25 08:03:49.502 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 4: No item bound for event, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 0, ignoring.
2015-11-25 08:03:49.533 [ERROR] [eController$ZWaveReceiveThread] - Protocol error (CAN), resending
2015-11-25 08:03:49.536 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 4: No item bound for event, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 0, ignoring.
2015-11-25 08:03:49.709 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 5: No item bound for event, endpoint = 0, command class = SWITCH_BINARY, value = 0, ignoring.
2015-11-25 08:03:49.853 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 11: No item bound for event, endpoint = 0, command class = SWITCH_BINARY, value = 0, ignoring.
2015-11-25 08:03:50.018 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 11: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 0E+1, ignoring.
2015-11-25 08:03:50.065 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 11: No item bound for event, endpoint = 0, command class = SENSOR_BINARY, value = 0, ignoring.
2015-11-25 08:03:51.545 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_MODE, value = 3, ignoring.
2015-11-25 08:03:51.687 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 1, command class = SENSOR_MULTILEVEL, value = 69, ignoring.
2015-11-25 08:03:51.779 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 2, command class = SENSOR_MULTILEVEL, value = 55, ignoring.
2015-11-25 08:03:51.872 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 69, ignoring.
2015-11-25 08:03:52.032 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_SETPOINT, value = 8E+1, ignoring.
2015-11-25 08:03:52.173 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_SETPOINT, value = 6E+1, ignoring.
2015-11-25 08:03:52.308 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_OPERATING_STATE, value = 0, ignoring.
2015-11-25 08:03:52.523 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = BATTERY, value = 78, ignoring.
2015-11-25 08:03:52.694 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_FAN_STATE, value = 0, ignoring.
2015-11-25 08:03:52.882 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 14: No item bound for event, endpoint = 0, command class = THERMOSTAT_FAN_MODE, value = 0, ignoring.
2015-11-25 08:03:53.038 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 0, command class = METER, value = 381.48, ignoring.
2015-11-25 08:03:53.089 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 0, command class = METER, value = 56.236, ignoring.
2015-11-25 08:03:53.137 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 381.48, ignoring.
2015-11-25 08:03:53.181 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 0, command class = BATTERY, value = 0, ignoring.
2015-11-25 08:03:53.235 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 1, command class = METER, value = 265.76, ignoring.
2015-11-25 08:03:53.291 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 1, command class = METER, value = 36.437, ignoring.
2015-11-25 08:03:53.344 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 1, command class = SENSOR_MULTILEVEL, value = 266.64, ignoring.
2015-11-25 08:03:53.399 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 2, command class = METER, value = 119.13, ignoring.
2015-11-25 08:03:53.455 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 2, command class = METER, value = 19.799, ignoring.
2015-11-25 08:03:53.506 [WARN ] [.z.internal.ZWaveActiveBinding] - NODE 15: No item bound for event, endpoint = 2, command class = SENSOR_MULTILEVEL, value = 119.13, ignoring
2015-11-25 08:34:18.352 [WARN ] [.b.z.i.c.ZWaveConverterHandler] - No command class found for item = contact_door_sl2, command class name = switch_binary, using 0 refresh interval.

.

Anyone had a chance to look?

I take it you’ve left it running for a while? I see errors like this on initial startup (my little netbook is slow) when zwave starts up a minute or so before the items file is loaded. After that it’s fine however.

Having the same issue. Using Ecolink Door Sensor with gen 5 stick. I do have it working on another setup with the same hardware. Happens everytime the sensor is triggered.

14:00:37.121 [WARN ] [ng.zwave.internal.ZWaveActiveBinding] - NODE 2: No item bound for event, endpoint = 0, command class = SENSOR_BINARY, value = 255, ignoring.

This message means that there’s no item bound, so presumably your item definitions aren’t correct. What are your item definitions?

Thanks for the reply. Currently I only have one. As I’ve said it works on my other setup. My sitemap isn’t populating either. Using the zwave 1.9.0 binding installed from paper UI.

Contact front_sensor “Front Door [%s]” {zwave=“2:command=sensor_binary”}

It looks ok I think - are you sure that the file is being read correctly - there’s no something else screwing it up? Does your sitemap show the label for the “Front Door” if you add in the front_sensor item?

Do other items work (ie not just zwave)?

If it’s just zwave not working, then next step is probably to put the binding into debug mode and grab a full log.

This will be the first thing I have added for the new system. I’ve got a couple of zwave motion detectors on order so I’ll add those in and see if they work once they arrive. Trying to piece together a DIY security setup at my office. No it does not show the label. It only shows OPC for the sitemap label at the top.

sitemap OPC label=“OPC” {

Frame label ="Door Sensors" {
        Text item=front_sensor
}

}

I suspect there’s something fundamentally wrong with the reading of the items. I would suggest that you start with the demo system (sitemap and item configuration) - make sure this works ok, then without deleting all the demo stuff, add in your items and sitemap into the files. Make sure this all works ok, and then look to delete the demo stuff…

Everything working now. There was a space in the sitemap between Frame label and the = so that fixed the sitemap. I had a 1.8.3 zwave binding installed that did not properly uninstall (user error). Sometimes it just takes someone else’s input to realize stupid mistakes. I appreciate your help Chris!