Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Zweili
5fe755152c remove unused imports 2019-10-20 13:37:57 +02:00
Andreas Zweili
bdbe2bd5aa add a function to collect humidity 2019-10-20 13:37:39 +02:00
Andreas Zweili
ae2b7c1624 add a function to collect the pressure 2019-10-20 13:37:31 +02:00
Andreas Zweili
16050cc176 rewrite the temperature collector
after a quick test I don't think I need the complicated way to calculate the
temperature
2019-10-20 13:36:32 +02:00
Andreas Zweili
7411bdd70e make sure that the imports are correct depending on the system 2019-10-20 13:34:55 +02:00
Andreas Zweili
85fd057e62 add a first version of the collector module 2019-10-15 17:25:23 +01:00
Andreas Zweili
01f02ca4d3 fix the db test 2019-10-14 21:55:00 +02:00
Andreas Zweili
6e6e846686 fix a typo 2019-10-14 21:53:42 +02:00
Andreas Zweili
61ec522fd4 remove the admin module from the collector app 2019-10-14 21:53:28 +02:00
Andreas Zweili
b328ac4727 restructure tests 2019-10-14 21:35:54 +02:00
Andreas Zweili
a9bced323b adapt a lot of things for django 2019-10-14 17:41:07 +01:00
Andreas Zweili
1db53e1a42 move to django
I thought it might be a good idea to use Flask and Peewee for this little
project. However the overhead to learn this frameworks is bigger than I
thought. I therefore switch to django which is a framework I already know.
2019-10-13 19:35:48 +01:00