Skip to content
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

Change locale, timezone and so #41

Open
jiauka opened this issue Aug 27, 2019 · 7 comments
Open

Change locale, timezone and so #41

jiauka opened this issue Aug 27, 2019 · 7 comments

Comments

@jiauka
Copy link

jiauka commented Aug 27, 2019

name, locale, timezone can be changed by:

curl -X POST -H "Content-Type: application/json" -d '{"name": "myChromecast","settings":{"timezone":"Europe\/Madrid","time_format":2,"locale":"es"},"opt_in":{"stats":false}}' http://10.10.0.10:8008/setup/set_eureka_info

@rithvikvibhu
Copy link
Owner

Most of the fields from eureka_info are editable with set_eureka_info. But this could be mentioned along with viewing locale and timezone. Will add a note there, then close the issue.

@rithvikvibhu
Copy link
Owner

Will add this with the documentation overhaul.

@darkzbaron
Copy link

Any idea as to how to actually change the language, it does not work when using the above mentionned method!

@rithvikvibhu
Copy link
Owner

@darkzbaron
Copy link

Yes, I am running a post request on set_eureka_info , it returns 200 and set the value but the Google Home does not change language. When I change with the app , howerver, this works

@rithvikvibhu
Copy link
Owner

Ah. Maybe it's one of those settings that the app sends to Google first, which is then reflected on device. I don't have that device with me right now to test. If you want to give it a try, there's a how-to mitm with grpc in #39.

@darkzbaron
Copy link

Cool, I'll do that this week end and revert, thanks so much for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants