1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2024-10-05 23:50:49 +01:00
badnest/info.md
2019-09-25 22:21:18 -05:00

29 lines
786 B
Markdown

# badnest
A bad Nest thermostats integration that uses the web api to work after Works with Nest was shut down (bad Google, go sit in your corner and think about what you did)
## Why is it bad?
This isn't an advertised or public API, it's still better than web scraping, but will never be as good as the original API
## Drawbacks
- No proper error handling
- Won't work with 2FA enabled accounts
- Will only work the for thermostat, I have no other devices to test with
- Nest could change their webapp api at any time, making this defunct
- Won't work with Google-linked accounts
- Presets don't work (Eco, Away)
## Example configuration.yaml
```yaml
badnest:
email: email@domain.com
password: !secret nest_password
climate:
- platform: badnest
scan_interval: 10
```