Adapt humidity update threshold
This commit is contained in:
parent
31bf631365
commit
414123c87a
@ -21,7 +21,7 @@
|
||||
#define TOPIC_ABHU TOPIC_BASE "abs_humidity"
|
||||
|
||||
#define DIFF_TEMP 0.3 // sensor has only 0.5°C accuracy, triggering on less is ludicrous
|
||||
#define DIFF_HMID 2.5 // humidity doesn't change that much anyways
|
||||
#define DIFF_HMID 1.5 // humidity doesn't change that much anyways
|
||||
#define DIFF_HEAT 0.2 // this one's actually quite active
|
||||
#define DIFF_AIRQ 3 // this one hardly changes
|
||||
#define DIFF_ABHU 0.1 // small changes mean quite something
|
||||
|
Loading…
Reference in New Issue
Block a user