multiple outside temperature sensors - use the one with the lowest reading #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
flo/JeeLinkLogMQTT#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when multiple outside temp sensors are used, their readings are published in different ways.
In addition to the average, also the median is calculated and published. However this is only useful if more than 2 sensors are used.
It can be configured that the "actual" published outside temperature/humidity reading is taken from calculated "median" or "average", but not "minimum", which would be best when 2 sensors are used and 1 of them is in the direct sun for some time of the day.
Note: this is already published on a separate topic /temp_min
implemented with
74f9ac9d7b- still needs testing.