Adapt humidity update threshold

This commit is contained in:
bzi 2019-02-28 21:28:14 +01:00
parent 31bf631365
commit 414123c87a
1 changed files with 1 additions and 1 deletions

View File

@ -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