Turn on Fan (switch) when Samsung WiFi Cooktop is turned on?

@Zac_Henson, if you are technical enough, you can grab the CLI and check the device’s details:

Use the commands:

smartthings devices

To get the id of the device, it will be a 1 or 2 digit number, depends on how many devices you have.

Then use the command

smartthings devices:status id -j

Where id is the number what you’ve got before.

You will see how the device reports the burners state.

You only need to find a way to get that as a trigger for any sort of solution, maybe WebCore.

@orangebucket, @jody.albritton is there an easy way to get one of the custom statuses as a trigger for an Automation in the Rules API or WebCore? Is it possible to subscribe to it somehow?

1 Like