After z-wave 2.4 upgrade POPP 004001 no longer reporting battery level every hour

I upgraded from OH 2.3 stable to OH 2.4 snapshot 1443.

In my old config I see a battery update and last heal date every hour. With the new binding it looks like no communication with the devices.

Is there a parameter setting I missed?

There is a breaking change when you move from OH2.3 to OH2.4 with regards to the Z-Wave Binding

You need to follow these instructions to get things working again: ZWave binding updates

I’ve doen all steps from there. All other devcies working fine. Only the smoke sensors not.

There are two new settings in z-wave config.

Polling period and command polling time

Is there a descripting about them? Was there a different default value in z-wave bindind before 2.4? Maybe this is the problem.

Are your smoke sensor channels configured via PaperUI/Habmin or via items file?
I am using them configured via PaperUI and had no problem with the update - they send updates every hour.

I configured this by time-file. All was working with z-wave 2.3 binding.

With 2.4 binding, I get no hourly battery update anymore. Looks like somthing to do with 2.4 binding. Maybe the new polling time which is 1 day now instead of 30min.

2018-11-25 20:29:48.388 [vent.ItemStateChangedEvent] - SmokeSensor02_LastUpdate changed from 2018-11-25T19:33:23.135+0100 to 2018-11-25T20:29:48.379+0
100
2018-11-25 20:30:21.713 [vent.ItemStateChangedEvent] - SmokeSensor01_LastUpdate changed from 2018-11-25T19:33:23.140+0100 to 2018-11-25T20:30:21.705+0
100
2018-11-25 21:56:13.935 [vent.ItemStateChangedEvent] - SmokeSensor02_LastUpdate changed from 2018-11-25T20:29:48.379+0100 to 2018-11-25T21:56:13.927+0
100
2018-11-26 03:33:44.655 [vent.ItemStateChangedEvent] - SmokeSensor01_LastUpdate changed from 2018-11-25T20:30:21.705+0100 to 2018-11-26T03:33:44.647+0
100
2018-11-26 21:56:13.725 [vent.ItemStateChangedEvent] - SmokeSensor02_LastUpdate changed from 2018-11-25T21:56:13.927+0100 to 2018-11-26T21:56:13.717+0
100
2018-11-27 03:33:44.605 [vent.ItemStateChangedEvent] - SmokeSensor01_LastUpdate changed from 2018-11-26T03:33:44.647+0100 to 2018-11-27T03:33:44.596+0
100

you can just remove the battery level reporting, it is anyway useless information, since the deviced report all the time 100%

I know. But I use this to check if my z-wave device is not dead. I configured all my devices to report minimum every 6h the battery status and monitor this. Then I see if a device is dead. Works great in OH 2.3. In OH 2.4 some of my devices act different now. I try to bring old function back.

Ah, ok, I understand.