You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Simple script that's called from a cron job that will take a reading from a bme 280 sensor or open weather api and record the result in a csv file with the calculated dew point.
9
+
10
+
## Getting Started
11
+
12
+
Ensure that you have the bme_280 sensors correctly connected and have made a note of the address of the sensor. If you're planning on using the Open Weather API ensure that you have your API key ready.
13
+
14
+
### Prerequisites
15
+
16
+
- Python 3.8 or higher
17
+
18
+
### Installation
19
+
20
+
Clone the repository and install the required dependencies:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
31
+
32
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
33
+
34
+
Don't forget to give the project a star! Thanks again!
35
+
36
+
1. Fork the Project
37
+
1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
38
+
1. Commit your Changes (git commit -m 'Add some AmazingFeature')
39
+
1. Push to the Branch (git push origin feature/AmazingFeature)
40
+
1. Open a Pull Request
41
+
42
+
## License
43
+
44
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments