I have a couple Fibaro motion sensors (fibaro_fgms001_03_002). I was able to get one connected and seems to be working properly, but the other I cannot get to connect. I’ve manually done the config via a .things file, just like the working sensor but no matter what I do it says offline in paper UI and is reporting no data.
What’s odd is in the Z-Wave logs, it seems the sensor is online. Below is a snippet of NODE 7 in the logs (the node in question):
2024-05-28 15:48:14.016 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Controller status changed to ONLINE.
2024-05-28 15:48:14.019 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Controller is ONLINE. Starting device initialisation.
2024-05-28 15:48:14.019 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Event listener added.
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising Thing Node...
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_binary for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_binary for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_binary for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_temperature for QuantityType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_temperature for QuantityType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_seismicintensity for DecimalType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_seismicintensity for DecimalType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_luminance for DecimalType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:sensor_luminance for DecimalType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_motion for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_motion for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_tamper for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_tamper for OnOffType
2024-05-28 15:48:14.020 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:battery-level for PercentType
2024-05-28 15:48:14.021 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:battery-level for PercentType
2024-05-28 15:48:14.021 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising cmd channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_general for OnOffType
2024-05-28 15:48:14.021 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Initialising state channel zwave:fibaro_fgms001_03_002:controller:OfficeMotion:alarm_general for OnOffType
2024-05-28 15:48:14.021 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Polling initialised at 86400 seconds - start in 41817600 milliseconds.
2024-05-28 15:48:14.021 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 7: Device initialisation complete.
I tried Inclusion and Exclusion many times. I’ve tried to wake the device up. I’ve waited overnight, but it never appears as online in Paper UI. Any tips on what else I can check?
Thanks!