-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Same Functions as Alexa Adapter #51
Comments
The Google home speakers have two personalities: either the traditional anonim streaming player that anyone in the network can use without logging and the Assistent Mode which is similar to Alexa. Currently this adapter implements the first. So the second node would need to be added. I quickly checked what node.is libraries are available for the Assistent Mode and I found a few that look promising but they seem to focus mainly in "conversing" with the adapter sending free text. I would like to be able to discover devices, activities or history as you suggest. I will have to keep searching... I would see what can be quickly added and what would take more work. This would have been a good Christmas project so maybe would have to wait until the next vacations/ free weekend. If anyone would like to recommend base libraries for the suggested functionality it would help me greatly. |
Now that the Google iot Connection works and will be expanded the next week's and months, is it possible to priorities this feature request? 😊 |
Any news? Would still love this functions. :) |
I would also like to have this. Would be great to implement this |
I have been exploring the options for this (looking at what is being done in Home Assistant):
If we want to have option 2 we can just call the REST APIs of the existing docker container. Alternative would be to deploy the library directly in a new adapter. This would not be an extension to this adapter. For me is enough to the docker container since in run in Kubernetes anyway so I can help in creating a dedicated adapter but not feeling like driving the implementation. |
I would love to have the same functionality as the alexa adapter like:
--> last spoken command, status of last command, which speaker was activated and so on
I think when iot Adapter is google home ready many people would need something like this. :)
The text was updated successfully, but these errors were encountered: