petykowski / room-219

A small Python application that measures the room temperature and stores it to a MySQL Database.
server.myprevio.us
0 stars 0 forks source link

Removal of Incorrect Measurements #2

Closed petykowski closed 8 years ago

petykowski commented 8 years ago

Description of Problem

Occasionally the DHT11 Sensor will provide an incorrect measurement 1 in 10,000 readings. Unrealistic readings should be filtered out.

petykowski commented 8 years ago

Testing solution as committed: c7c934f2ef130f67a93276338675596faa99892d

petykowski commented 8 years ago

Merged to master.