Mercurial > personal > weatherlog
graph
-
Remove support for DHT22 to remove native dependencies.2021-12-25, by Paul Fisher
-
Make weatherlog shutdown properly by handling SIGTERM.2020-01-21, by Paul Fisher
-
Add a HTTP timeout, and verify the server response.2020-01-17, by Paul Fisher
-
daemon: Change to executing from a config file.2019-10-18, by Paul Fisher
-
logger: Actually pass the right type.2019-10-18, by Paul Fisher
-
Add support for BME280 temperature sensor over i2c.2019-10-16, by Paul Fisher
-
Make logger and HTTP writer more general and resilient.2019-10-16, by Paul Fisher
-
daemon: Fail less ungracefully, bump to v0.1.0.2019-09-29, by Paul Fisher
-
Create 'daemon.py', a runner to tie it all together.2019-09-29, by Paul Fisher
-
http_writer: switch to "preamble" based location/password.2019-09-29, by Paul Fisher
-
Add HTTPWriter, which actually writes over HTTP.2019-09-29, by Paul Fisher
-
setup: Try adding setup_requires=wheel?2019-09-29, by Paul Fisher
-
Fix setuptools/pip metadata to be consistent+complete.2019-09-29, by Paul Fisher
-
add pip packaging metadata.2019-09-29, by Paul Fisher
-
logger_test: Ensure it crashes when the file is locked.2019-09-28, by Paul Fisher
-
Add remote logger class for eventual HTTP writer.2019-09-28, by Paul Fisher
-
reader_test: use the value one up from the median when even.2019-09-28, by Paul Fisher
-
reader: Use floor-division for list index.2019-09-28, by Paul Fisher
-
reader: Actually throw ValueError from _last_stable.2019-09-28, by Paul Fisher
-
reader: Fix attr order in Reading.2019-09-28, by Paul Fisher
-
Create initial version of weather sensor reader.2019-09-28, by Paul Fisher