-
Notifications
You must be signed in to change notification settings - Fork 88
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
Adjust temperature under usb power #142
Changes from 14 commits
d86f0c0
42a6434
14a234b
2e502dc
61de482
4ba1316
78f18b6
7aac82d
999fd84
fc29bc9
0bb6f35
b54a187
e1654d9
b1d958a
5a3224b
7d5ed7d
9a356fa
dae734f
67c12e9
321239c
737176b
1583bee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,8 @@ | |
auto_water = False | ||
moisture_target_a = 50 | ||
moisture_target_b = 50 | ||
moisture_target_c = 50 | ||
moisture_target_c = 50 | ||
|
||
# compensate for usb power | ||
usb_power = False | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, that makes sense. This started out with the intent that the user would set this, but then I wanted to see if I could change it automatically 🙂 |
||
usb_power_temperature_offset = 4.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing, but any logging should be correctly indented for the logs around it, with the appropriate symbol. e.g.
logging.debug(" - assume battery power in config")