ioBroker / ioBroker.iot

Connection for Alexa, IFTTT, Google Home and co
MIT License
72 stars 25 forks source link

Google Home tab lacks types and traits #359

Open drtsb opened 2 years ago

drtsb commented 2 years ago

There are a lot of missing types and traits

https://developers.google.com/actions/smarthome/guides/

AIRCOOLER
AUDIO_VIDEO_RECEIVER
BATHTUB
BED
BLENDER
...

https://developers.google.com/assistant/smarthome/traits

AppSelector
CameraStream
Channel
...

Could you please update the set of these values?

ElRedef commented 2 years ago

I have the same Issue. I need especially action.devices.traits.Rotation to rotate my blinds

smoki3 commented 2 years ago

I also miss televison devices.

An option to dock my vaccum robot

Kev0123 commented 2 years ago

+1 here maybe @GermanBluefox can help out. the article ioB Forum seems to be stalled, sadly

w-marco commented 2 years ago

Having the CameraStream Trait would be really really nice. Camera as a Type is already in the Adapter and currently it is really cumbersome to implement Cameras into Google Home (needs a Dummy Switch and then start a streaming cast...)

If we could just use the CameraStream Trait in the Adapter this would make things so much easier. All I would need then is an Object which contains the URL to an HLS Stream and I'd be good to go.

Sadly I cannot implement the Trait myself (not enough knowledge) but maybe someone is willing to do it.

I love ioBroker compared to HomeAssistant but the Alexa/GHome stuff that's missing sometimes really blocks cool stuff.

Kev0123 commented 2 years ago

Any news on this. I'm wondering why not more people experiance this lack of types.

I even can't setup my air conditioner caused by the missing traits...

Apollon77 commented 2 years ago

Yes seems we need to update stuff there ...

Kev0123 commented 2 years ago

Would be really nice!