Hello, I’m hoping someone can help me.
I’m using the SmartThingsBridge and wanting to control a Z-Wave Fibaro Wall Plug Gen5 - UK. However it’s not working. What’s odd is that I also have a Smarthings Plug that does work here is my config of the two so that someone may see where I’m going wrong. The Loft fan below works and is the Samsung Plug and the Garden Room one that is the Fibaro Plug is the one that doesn’t work.
platform: mqtt
name: “Loft Fan”
state_topic: “smartthings/Extractor Fan/switch/state”
command_topic: “smartthings/Extractor Fan/switch/cmd”
payload_on: “on”
payload_off: “off”
retain: false
optimistic: false
qos: 2
platform: mqtt
name: “Garden Room”
state_topic: “smartthings/Garden Room/switch/state”
command_topic: “smartthings/Garden Room/switch/cmd”
payload_on: “on”
payload_off: “off”
retain: false
optimistic: false
qos: 2
From the information log I can see the following data is being sent
info: Incoming message from SmartThings: smartthings/Garden Room/switch/state = off
info: Incoming message from SmartThings: smartthings/Garden Room/switch/state = on
Does anyone have any suggestions please?
Thanks