SmartThings integration and devices with child devices

Hello,

i’m looking for soliution of a problem with my Samsung SmartThings device. It is dual cook oven. In ST this device has 2 child devices. HA ST integreation doesn’t support child devices (https://github.com/home-assistant/core/issues/33254).
So maybe any one know is there any workaround to get this working? Maybe some king of virtual device in ST or device handler?

Thanks in advance,
Jacek.

If it is just an on/off switch, you can create virtual switch in ST (which would be detected by HA) , and by automation in ST (either the one in the app or with webcore), link the virtual switch with the switch that doesn’t show up in HA.

Hope it make sense to you.

Hillel

@hshir thank you for your suggestion. It of course make sense.
There is on/off switch and some other sensors eg. temperature.

I’m not familiar with ST could you give me some more detailed information how to automate a virtual switch or sensor?

Jacek

Search for smartthings virtual device creator. You have to install it and load it up as a smart app. Find the forum thread and follow the instructions. I’m using it with HA and it works as described.

I was able to create virtual device even virtual oven but don’t know how to “sync” states of virtual devices with phisical one.

What i want to achive is to create 2 virtual oven devices which should sync states witch two child devices of my oven.

Does anyone know how to do that?

Jacek

@VinistoisR can you help me :slight_smile:

This is day 1 of home automation my friend, if this thing, then that thing.

In this example the virtual switch “Main bathroom” turns on/off the real devices “Bath Light [1-3]”

then in home-assistant I can just work with “Main Bathroom” and it behaves as if the 3 bulbs were somehow tied together.