log

age author description
Tue, 01 Aug 2023 00:29:33 +0000 Paul Fisher Bump version to v0.3.1. default tip
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.