Sun, 02 Mar 2025 19:37:42 -0500 |
Paul Fisher |
Added tag v0.4.1 for changeset e5f285ea68f8
default tip
|
Sun, 02 Mar 2025 19:37:35 -0500 |
Paul Fisher |
lol sampling not oversampling
v0.4.1
|
Sun, 02 Mar 2025 19:34:22 -0500 |
Paul Fisher |
Added tag v0.4.0 for changeset ec575bfd68cd
|
Sun, 02 Mar 2025 19:33:38 -0500 |
Paul Fisher |
Reduce noise by oversampling a bunch!
v0.4.0
|
Sun, 02 Mar 2025 19:33:21 -0500 |
Paul Fisher |
Remove bogus license field from pyproject
|
Sun, 02 Mar 2025 19:16:10 -0500 |
Paul Fisher |
Move to using Hatch and VCS-based version.
|
Sun, 02 Mar 2025 19:15:30 -0500 |
Paul Fisher |
Added tag v0.3.1 for changeset 36ab505bc0a6
|
Tue, 01 Aug 2023 00:29:33 +0000 |
Paul Fisher |
Bump version to v0.3.1.
v0.3.1
|
Sat, 29 Jul 2023 20:33:41 -0400 |
Paul Fisher |
Add a sleep immediately after opening the i2c bus.
|
Sat, 25 Dec 2021 00:02:03 +0000 |
Paul Fisher |
Remove support for DHT22 to remove native dependencies.
|
Mon, 20 Jan 2020 23:36:23 -0500 |
Paul Fisher |
Make weatherlog shutdown properly by handling SIGTERM.
|
Thu, 16 Jan 2020 23:52:30 -0500 |
Paul Fisher |
Add a HTTP timeout, and verify the server response.
|
Thu, 17 Oct 2019 22:28:12 -0400 |
Paul Fisher |
daemon: Change to executing from a config file.
|
Thu, 17 Oct 2019 22:19:33 -0400 |
Paul Fisher |
logger: Actually pass the right type.
|
Tue, 15 Oct 2019 23:05:10 -0400 |
Paul Fisher |
Add support for BME280 temperature sensor over i2c.
|
Tue, 15 Oct 2019 22:40:24 -0400 |
Paul Fisher |
Make logger and HTTP writer more general and resilient.
|
Sun, 29 Sep 2019 12:11:16 -0400 |
Paul Fisher |
daemon: Fail less ungracefully, bump to v0.1.0.
|
Sun, 29 Sep 2019 11:53:35 -0400 |
Paul Fisher |
Create 'daemon.py', a runner to tie it all together.
|
Sun, 29 Sep 2019 11:52:23 -0400 |
Paul Fisher |
http_writer: switch to "preamble" based location/password.
|
Sun, 29 Sep 2019 01:18:58 -0400 |
Paul Fisher |
Add HTTPWriter, which actually writes over HTTP.
|
Sat, 28 Sep 2019 20:21:35 -0400 |
Paul Fisher |
setup: Try adding setup_requires=wheel?
|
Sat, 28 Sep 2019 20:14:31 -0400 |
Paul Fisher |
Fix setuptools/pip metadata to be consistent+complete.
|
Sat, 28 Sep 2019 20:09:29 -0400 |
Paul Fisher |
add pip packaging metadata.
|
Sat, 28 Sep 2019 19:55:27 -0400 |
Paul Fisher |
logger_test: Ensure it crashes when the file is locked.
|
Sat, 28 Sep 2019 19:28:22 -0400 |
Paul Fisher |
Add remote logger class for eventual HTTP writer.
|
Fri, 27 Sep 2019 21:42:47 -0400 |
Paul Fisher |
reader_test: use the value one up from the median when even.
|
Fri, 27 Sep 2019 21:38:23 -0400 |
Paul Fisher |
reader: Use floor-division for list index.
|
Fri, 27 Sep 2019 21:37:23 -0400 |
Paul Fisher |
reader: Actually throw ValueError from _last_stable.
|
Fri, 27 Sep 2019 21:36:16 -0400 |
Paul Fisher |
reader: Fix attr order in Reading.
|
Fri, 27 Sep 2019 21:28:38 -0400 |
Paul Fisher |
Create initial version of weather sensor reader.
|