-
Notifications
You must be signed in to change notification settings - Fork 303
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 Accounts Testing- TTS not working - (v1.0.0) #86
Comments
i can also say that multiple account doesn't work, even if i can get all devices to show up they only display status for one account, for exepel playing music on one device that belongs to one of the other account does not display, and you can't control it att al. tts doesn't work on any account. i tested using 3 accounts, Let me know if it's something you need from me. //Regards |
Thanks @vladtepz @chali272 . I'm unable to test this since I only have the one account so I appreciate you offers to help. Are the echos shared between the different accounts? What I think may be happening is that they're being discovered in each account and HA is probably spawning _2 and _3 entity_id versions of each (i.e. basically another one for each logged in account). This is why your'e seeing Please do the following:
|
Configuration:
Here is my Debug log.
Debug Log:
Notes:
Doh! For some reason I thought the "unique_id" was randomly generated, usually I'm more diligent at scrubbing my logs/info. 🙈 Just let me know if there is anything else I can do to help. Thanks! 😃 |
Thanks. I may need more time to debug this, but some observations.
|
Please try this branch. It has some more logging and a potential fix. |
hi, on hass.io using docker, tts works fine using 3 accounts with this branch, (nice work :-) the only thing is during install, you have to add one account at the time or only the account in the botten show up, after i added the 3 account i needed to do 2 restarts for music to be displayed for the first 2 accounts. using tts at al 3 accounts at the same time works fine. the volume control works but it bunches back to the previous state even that the volume increase/dicrest (the volym change and stay at that point it's only the volym slider that bounces back) //Regards |
I've pushed a new version that should fix the configurator bug. Please test. |
@alandtse Sorry, busy day yesterday, but finally had a chance to test out the "multiaccount_tts" branch this morning.
Awesome!!! 😃 FWIW, Still getting errors on HA Startup/Reboot in my logs though.
Here is the extra logging:
And just a little extra info about my specific setup for good measure.
Account 01 Devices: ( Wife & I )
Account 02 Devices:
Account 03 Devices:
Been looking forward to this update since you first released it as a docker/hassio addon, many moons ago. 😄 I've been currently using my own custom modified Just let me know if there is anything else I can do to help. Thanks! 😃 |
Thanks for the detailed logs. I figured out the issue. The checks to ensure we weren't double adding devices was broken. Please try the latest version #100. |
Started testing v1.0.0 with multiple accounts. Yay!
Everything looks good as far as setup. All 3 devices are shown and Online status & Sequence Commands seem to be working fine with my limited testing.
TTS is not working. :(
Service used: media_player.alexa_tts
Service Data Used: {"entity_id": "media_player.mike_jen_s_echo", "message": "Test message"}
No errors when calling the tts service, tested with debug logging for the component enabled.
I do get the following errors during the initial HA startup.
core.entity_registry has the following:
If you need any more info, I'm more then happy to provide it now that I can finally test it. :)
EDIT by alandtse: Scrubbed out the serial numbers.
The text was updated successfully, but these errors were encountered: