Hi all!
We’re working with Fibaro on the new sensors.
The original sensors that we’re compatible with are not Z-Wave Plus compatible. The new sensors use Z-wave Plus and secure encapsulation, which means we need to handle the events and commands a little bit differently. It’s essentially a brand new device, not just an update to an existing device.
We have Device Type Handlers in testing. You can view (or test them yourselves) here:
Flood - https://github.com/SmartThingsCommunity/SmartThingsPublic/pull/557/files
Motion - https://github.com/SmartThingsCommunity/SmartThingsPublic/pull/558/files
Door - https://github.com/SmartThingsCommunity/SmartThingsPublic/pull/559/files
Until we finish our testing and deploy the code the v3.2 Fibaro sensors will not work with SmartThings without self-publishing the above code. They are simply not compatible yet.
Thanks!