-
Notifications
You must be signed in to change notification settings - Fork 26
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
Multiple google home => wrong assignment #34
Comments
I will take care of this issue but i dont have any google home hardware at home.. Thanks. |
@BuZZy1337 Hi and thanks. I am registered at the iobroker forum with the same username: cimba007. |
I sent you some instructions how to test the changes via private Message. |
@BuZZy1337 Thanks for providing me with an updated version. I used the following code for my test:
Both messages were played simultaneously on the according speakers. Seems to have solved the problem! Good work! |
..But sendTo must work anyway. |
PR #39 is ready for this issue. |
I got 2 google home mini which I want to address seperatly.
Both speakers say "Dies ist ein Test von Google Home null"
Both speakers say "Dies ist ein Test von Google Home eins"
The problem is that both mp3-files have the same content:
http://192.168.178.56:8082/state/sayit.0.tts.mp3
http://192.168.178.56:8082/state/sayit.1.tts.mp3
althouth the ttl text is different:
de;40;Dies ist ein Test von Google Home eins
de;40;Dies ist ein Test von Google Home null
Download and rename to just *.mp3
My guess is that both instances use the same mp3 file .. maybe add the instance id (0 or 1) to the filename
The text was updated successfully, but these errors were encountered: