Temperature monitor that runs on a Raspberry Pi using a DS18B20 waterproof temperature sensor. Prints temperature and sends the data to DynamoDB.
To install dependencies, use pip:
pip install -r requirements.txt
Thanks to Timo Furrer for the w1thermsensor module that he put together!