-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated project url, #10 handle exception thrown from disconnected lcd
- Loading branch information
1 parent
7a87f9f
commit 2fb5596
Showing
2 changed files
with
52 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Thermometer Pi | ||
|
||
This project uses a Raspberry Pi to make data available via an API from a temperature sensor. | ||
Thermometer that reads the current temperature for a DS18S20. | ||
This project uses a Raspberry Pi to make data available via an API from a temperature sensor. | ||
Thermometer that reads the current temperature for a DS18S20. | ||
This is an application created on .NET 5.0 with C#. | ||
|
||
In addition, the application gets weather information from the National Weather Service via | ||
API. Both internal and external temperature are then displayed on an LCD that is connected to the | ||
Raspberry Pi via I2C. | ||
In addition, the application gets weather information from the National Weather Service via | ||
API. Both internal and external temperature are then displayed on an LCD that is connected to the | ||
Raspberry Pi via I2C. | ||
|
||
My Home Assistant instance calls the API every 5 minutes. Based on the temperature, a Wemo Smart Outlet | ||
is either switched on or off by Home Assistant. The window air conditioners (AC) are connected to the Wemo | ||
outlets. | ||
|
||
## Resources | ||
|
||
Visit the project page at https://thealmostengineer.com/thermometerpi | ||
Visit the project page at https://thealmostengineer.com/projects/thermometer-pi/ | ||
|
||
Business inquiries https://rhtservices.net |