1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-03-13 19:17:49 +00:00

17 Commits

Author SHA1 Message Date
Guy Badman
3e9fe3e06f
Initial commit of water_heater support for badnest
This commit allows the UK 3rd Generation Learning Thermostat, which has support
for controlling hot water heating.
Support is added for:
- Setting mode to Off or Schedule
- Setting Home/Away Assist Off or On
- Setting Boost mode On or Off (with thanks to the work done by @c-garner
  which this is based on)
- Status of hot water heating - is heating active True/False (Matches when the
  Nest app goes orange)
- Status of boost mode - True if boost is active
- Status of Away Mode Active - True if no one's been home for 48hrs
  and Home/Away Assist is On, which turns off hot water schedule
2020-04-22 20:58:19 +01:00
Jacob McSwain
59bb5ae237 Update README 2020-02-03 14:47:43 -06:00
Jacob McSwain
d74dc3f2ea
Merge pull request #76 from piit79/apparent-temp-offset
Update info.md with a note about seemingly off temperatures
2020-02-03 14:44:32 -06:00
Petr Sedlacek
2e9378de06 Switch from Nest username/password to user_id/access_token
Username and password can no longer be used directly because of reCAPTCHA.
2020-01-14 15:25:48 +01:00
Petr Sedlacek
5b9cf52aff Update info.md with a note about seemingly off temperatures 2020-01-10 23:52:43 +01:00
Jacob McSwain
222f981692
More changes to remove just a thermostat 2019-11-03 22:12:12 -06:00
Jacob McSwain
799d7a55dc
Update README to reflect all the changes 2019-11-03 21:53:31 -06:00
Jacob McSwain
7cef7c65a4
Remove API Key from the config.
Apparently this is public and shared, I was being overly protective.

Thanks to @gboudreau for this.

https://github.com/USA-RedDragon/badnest/issues/25
2019-11-03 17:28:27 -06:00
Jacob McSwain
dadf80f745
Update readme and the gitignore 2019-11-03 17:13:15 -06:00
Jacob McSwain
52d381f471
Add sensors to README 2019-10-19 21:05:26 -05:00
Jacob McSwain
21d7c00e50
Edit Drawbacks in the README 2019-10-19 18:55:37 -05:00
SjoerdOegema
5d74119c38
Added Code for Google Auth Login 2019-10-19 17:39:24 -05:00
slinkymanbyday
c686190a24
update info.md
changes to init to get mutliple cameras working from one yaml entry means that email/password is set on the cimate/camera device. This should be improved in future, but not sure how right now

USA-RedDragon edit: Update the info.me to match the new codebase
2019-10-19 17:01:50 -05:00
Jacob McSwain
e990d794ed
Another nono word 2019-09-25 22:21:18 -05:00
Jacob McSwain
b57ecb8558
Make info.md a bit more friendly 2019-09-25 22:20:36 -05:00
Jacob McSwain
4493db1264
Add another drawback 2019-09-25 19:16:50 -05:00
Jacob McSwain
262622e0a5
Inital commit 2019-09-25 19:14:43 -05:00