Implement more resonable publication thresholds

This commit is contained in:
bzi 2019-03-01 09:33:16 +01:00
parent 3cc9c62696
commit fffde16271
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@
#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 1.5 // humidity doesn't change that much anyways
#define DIFF_HEAT 0.2 // this one's actually quite active
#define DIFF_HMID 2.5 // humidity doesn't change that much anyways
#define DIFF_HEAT 0.3 // this one's actually quite active
#define DIFF_AIRQ 3 // this one hardly changes
#define DIFF_ABHU 0.1 // small changes mean quite something
#define DIFF_ABHU 0.2 // small changes mean quite something
float hmid = 0; // humidity
float hmid_r = 0; // humidity