openhab / openhab-google-assistant

openHAB Google Assistant: Actions on Google for openHAB
Eclipse Public License 2.0
174 stars 85 forks source link

Request: Oven #278

Open Owlbertz opened 2 years ago

Owlbertz commented 2 years ago

Hi,

I would like to control my oven via Google Assistant. The Google docs for oven type devices can be found here. The oven I want to control is connected via the HomeConnect binding.

I would be happy if someone could add this device.

duanemck commented 2 years ago

The Google Home traits look pretty straightforward, I wouldn't mind having a look at this one.

One thing though is that I don't think we should couple it directly to the HomeConnect binding as that would limit the use case for other smart ovens. I think it would be wiser to follow the pattern of other device types where we have a group item representing the oven and then child/member items for each attribute. If it's not possible to map 1:1, then it might mean some proxy items need to be created and rules can be created to sync between those items and the HomeConnect items.

Owlbertz commented 2 years ago

Thanks for the fast Response. I wouldn't expect a 1:1 mapping, it would just be cool to control the device at all.