This driver keeps throwing this error. Any ideas? This is an FGD 212 dimmer.
2023-08-19 09:55:38.741 PMerrorgroovy.lang.MissingMethodException: No signature of method: user_driver_Hubitat_Fibaro_Dimmer_2_167.setLevel() is applicable for argument types: (java.lang.Integer, java.lang.Integer) values: [100, 3] Possible solutions: setLevel(java.lang.Object) on line 3875 (method setLevel)
The problem is/was that you are using a third-party driver (a community driver, maybe one you found somewhere or one you wrote?), and it has not been updated to match changes Hubitat made to the setLevel() command 2-3 years ago. There may be an updated version, or it should also be possible to modify it if you want.
But if the built-in driver does what you need, I'd suggest keeping it easy and using that instead.