Skip to content

Commit 0e6ba5d

Browse files
authored
Allow indoor temperature/humidity reading to use a averaged combination of both a wired and a wireless sensor (#132)
* Update dependencies and linting. * Allow indoor temperature/humidity reading to use a averaged combination of both a wired and a wireless sensor.
1 parent 42bdda9 commit 0e6ba5d

54 files changed

Lines changed: 3105 additions & 3166 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 139 deletions
This file was deleted.

.idea/codeStyles/Project.xml

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dictionaries/project.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jsLibraryMappings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.10.0
2+
3+
* Allow indoor temperature/humidity reading to use a averaged combination of both a wired and a wireless sensor.
4+
15
## 3.9.2
26

37
* Fixed timezone-related bug in new repeating alarms feature.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Astronomy/Weather Clock
22

3-
Copyright © 2018-2023 Kerry Shetline, kerry@shetline.com
3+
Copyright © 2018-2025 Kerry Shetline, kerry@shetline.com
44

55
### MIT
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Also for the Raspberry Pi you have the option to provide wireless indoor conditi
129129

130130
You can use one wireless sensor in lieu of a wired DHT22/AM2302 for indoor temperature and humidity, and you can use one, two, or three wireless sensors for outdoor temperature and humidity. (When using multiple sensors, each must be set to a different channel — A, B, or C. No more than two wireless sensors can be used for outdoor readings if one is used for indoor readings.)
131131

132+
You can also combine the use of a wired sensor for indoor temperature and humidity with one wireless sensor, resulting in a display of values averaged from the two sources.
133+
132134
An outdoor multiple-sensor set-up is useful when it’s difficult to find a single location for a sensor that isn’t overly warmed by sunlight for at least part of the day. When you have multiple sensors values from the coolest-reading sensor will be displayed.
133135

134136
With one or more outdoor sensors the temperature displayed (in the largest text) will be pinned to be within ±2°C (±4°F) of the temperature supplied by the online weather service (a yellow tint of the temperature value indicates pinning is in effect). The “Feels like” temperature always comes from the weather service, not from your wireless sensors.

0 commit comments

Comments
 (0)