mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 22:50:44 +00:00
Merge pull request #76 from piit79/apparent-temp-offset
Update info.md with a note about seemingly off temperatures
This commit is contained in:
commit
d74dc3f2ea
7
info.md
7
info.md
@ -89,3 +89,10 @@ The values of `"issue_token"` and `"cookie"` are specific to your Google Account
|
|||||||
8. In the 'Filter' box, enter `oauth2/iframe`
|
8. In the 'Filter' box, enter `oauth2/iframe`
|
||||||
9. Several network calls will appear in the Dev Tools window. Click on the last `iframe` call.
|
9. Several network calls will appear in the Dev Tools window. Click on the last `iframe` call.
|
||||||
10. In the Headers tab, under Request Headers, copy the entire `cookie` (beginning `OCAK=...` - **include the whole string which is several lines long and has many field/value pairs** - do not include the `cookie:` name). This is your `"cookie"` in `configuration.yaml`.
|
10. In the Headers tab, under Request Headers, copy the entire `cookie` (beginning `OCAK=...` - **include the whole string which is several lines long and has many field/value pairs** - do not include the `cookie:` name). This is your `"cookie"` in `configuration.yaml`.
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
The target temperature reported by the integration sometimes _seems_ to be slightly off by a few tens of a degree.
|
||||||
|
This is caused by the fact that the Nest mobile app actually actually allows users to set the temperature in small
|
||||||
|
increments, but the displayed temperature is rounded to the nearest 0.5 degree. In other words, the temperature
|
||||||
|
displayed by the integration is correct, just _more exact_ than what is shown in the app.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user