Rithvik Vibhu
Rithvik Vibhu
@darkzbaron have you seen the new authentication process? https://rithvikvibhu.github.io/GHLocalApi/#section/Google-Home-Local-API/Authentication
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...
Hey thanks for posting this! Does the API still work on 8443? Filtered doesn't necessarily mean closed. Maybe they've added some extra checks. I don't have a nest hub to...
2 minutes?! Have no clue why that could happen. Does the Google Home app work normally (without delays) when changing these settings?
Hm interesting, that could be it. Think I'll try scripting repeated calls and counting until it slows down (if it does on a Google Home).
Thanks for reporting @ArnyminerZ! It's been ~1 year since the examples were updated, looks like there are a lot of new features added too. I'll go through all endpoints, see...
Have you set the USERNAME and PASSWORD fields in the script? Verify: - Do you have 2FA enabled? If so, then create an app password and use that instead. -...
Okay this has worked from people at https://github.com/kiwiz/gkeepapi/issues/20: - Set the `device_id` override to a random value with `_get_device_id()` (so that it doesn't change between script runs) - Run the...
The stock kernel likely won't support it. Look for custom kernels on XDA for your phone. https://forum.xda-developers.com/k20-pro/development. This module only provides some firmware (not driver) if needed.
RT2870 is confirmed working by others. This module only provides firmware files used by a few adapters. The kernel should have the driver. XDA will probably have custom kernels for...