Hi!
I have installed a Fibaro FGS-212 (1x,2,5 kW) for my bathroom lightning fixture with socket outlet.
After struggling to make it a momentarily switch, I reset and repaired the device, this is what I did:
First I used this device handler, to be able to set parameter 14 to momentarily. ([deleted])
Then I immediately switched the device handler to: https://github.com/nimrooz/Fibaro-FSB-212-Relay-DeviceHandler/blob/master/FGS-212
Now: The momentarily switch works. And I am able to turn the relay ON/OFF from the app.
BUT: I am not able to control it through LightningAutomation (motion sensor), CoRE or Remotec Scenemaster.
The log from when I try to trigger the relay from Motion or Scene Master:
00:59:05: debug off()
00:59:05: trace stopAction()
00:59:05: trace stopAction()
00:59:05: trace ambientLightOK = true
00:59:05: trace timeOk = true
00:59:05: trace timeWindowStop = null
00:59:05: trace timeWindowStart = null
00:59:05: trace daysOk = true
00:59:05: trace modeOk = true
00:59:05: trace buttonHandler(button: pushed, [buttonNumber:3])
Nothing seems to be sent to the relay. But in the device event log, it says:
APP_Command : OFF / ON.
When I trigger the relay directly from app (works):
Parsed MultiChannelCmdEncap(bitAddress: false, command: 3, commandClass: 37, destinationEndPoint: 1, parameter: [255], sourceEndPoint: 1) to [[‘name’:switch1, ‘value’:‘on’, ‘isStateChange’:true, ‘displayed’:true, ‘linkText’:‘Bad Bryter’, ‘descriptionText’:Bad Bryter switch1 is on]]