Z-Wave Switch Driver Issue on SmartThings Edge

I recently encountered an issue with the Z-Wave Switch driver on SmartThings Edge while setting up my Fibaro Wall Plug. After some research, I discovered that the problem lies in the fingerprint.yml and preferences.lua configurations. The Fibaro Wall Plug with productId: 0x1001 was incorrectly assigned to a profile without preferences, while the productId: 0x1003 devices didn’t match the parameter filters in preferences.lua.

To resolve this, I adjusted the fingerprints to include both product IDs and updated the preferences.lua module to recognize 0x1003. This fix ensures that all Fibaro Wall Plugs function correctly within the SmartThings ecosystem. If anyone else is facing similar issues, I recommend checking the device profiles and ensuring all product IDs are properly accounted for in the configurations. It’s a bit technical, but with some patience, you can get everything working smoothly! :rocket: