tonesto7 / homebridge-smartthings

SmartThings Homebridge Plugin
385 stars 770 forks source link

[Feature Request] Oven/Cooktop State as Sensor #439

Open rda2 opened 3 years ago

rda2 commented 3 years ago

I'd like to be able to view the state of my oven/cooktop in HomeKit so I can easily see if the oven is on in my home status. This could be shown as a sensor or as a switch if there is some technical reason not to present it as a sensor.

It appears that the capabilities that are unknown to HomeBridge are:

"Oven Setpoint", "Oven Mode", "Oven Operating State", "samsungce.kitchenDeviceIdentification", "samsungce.kitchenDeviceDefaults", "samsungce.doorState", "samsungce.customRecipe", "samsungce.ovenMode", "samsungce.ovenOperatingState", "samsungce.meatProbe", "custom.cooktopOperatingState"

I assume that ovenOperatingState and cooktopOperatingState are the values that we'd want to read and present as a sensor.