iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
158 stars 53 forks source link

Support for microwave lights and fan #34

Closed ursubpar closed 1 year ago

ursubpar commented 2 years ago

Hi, I have a Samsung microwave connected to smart things I’d like to control. Most of the microwave cooking functions require human intervention anyway. I’d just like to have control over the hood fan (low/med/high + on/off) and the light (on/off). Let me know if I can help.

iklein99 commented 2 years ago

If you are able to, clear out your log in homebridge, then set DEBUG logging on, then restart homebridge. Once you get past all of the device info that will show up, you can email that log to me. Send me the entire file. Email me at iklein99@comcast.net. Once I see what the device looks like, I can let you know how quickly I can implement. Also include the name of the device so I can find it easily.

iklein99 commented 1 year ago

There is no service type such as Microwave anything in Home Kit. The plugin (latest version) supports fans and lights. If the device reports that it supports those Capabilities, then you should have access to that in home kit. Otherwise, I don't see how that can be done in Home Kit.

Closing.