Z-Wave Sensor Refresh Issue - Seeking Assistance

Hi everyone, I’m facing an issue with my Z-Wave sensors and I’m hoping someone can help me figure it out. I have a Fibaro FGBS222 SmartImplant and an Aeotec ZW100 Multisensor 6 installed in my system. Both are connected via Z-Wave and have been working fine for the most part. However, I’ve noticed that after a reboot, some channels of these sensors don’t refresh their states properly. For example, the internal temperature and output switch on the Fibaro sensor refresh, but the input alarms do not. Similarly, the motion alarm on the Aeotec sensor doesn’t update either. I’ve tried sending refresh commands, but they don’t seem to work for all channels. Here’s what the debug logs look like for the Fibaro sensor:

[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling zwave:device:5fadc798:node3:alarm_burglar1
[DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 3: Generating poll message for COMMAND_CLASS_ALARM, endpoint 1, alarm BURGLAR, event null
[DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 3: Creating new message for application command NOTIFICATION_GET V0
[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling skipped for zwave:device:5fadc798:node3:alarm_burglar1 on COMMAND_CLASS_BASIC

And for the Aeotec sensor:

[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Command received zwave:device:5fadc798:node2:alarm_motion → REFRESH [RefreshType]
[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Polling initialised at 86400 seconds - start in 50 milliseconds.
[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Polling…
[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Polling zwave:device:5fadc798:node2:alarm_motion
[DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Polling zwave:device:5fadc798:node2:alarm_tamper

Is this the intended behavior for these sensors? If so, is there a workaround to force an update of every channel? I’d really appreciate any suggestions or insights you might have. Thanks in advance for your help!