Public Lab Research note


Is our fridge too warm? A Fido now sends us text message alerts.

by rjstatic | July 20, 2014 02:58 20 Jul 02:58 | #10712 | #10712

Can I use Fido as an alarm when my fridge is too warm? It's a question Dogi and I have heard many times from people who run bio labs, restaurants, and here at the Pirateship hackerspace which has a particularly pesky fridge that tends to open itself sometimes. We decided to see if Fido is a good fit.

We taped a Fido to the side of one of the refrigerators at the Pirateship and ran the temperature sensor into the freezer section of the fridge. On our laptop we visited the Web App the Fido was broadcasting on our WiFi. We watched the temperature drop to levels previously never seen on a Fido; we usually put these things in greenhouses and cold frames where we've seen Charde plants suffering through crazy temperatures like 125 degrees Fahrenheit. We set the alerts on the Fido to text message us when -5 degrees Celsius was reached, boy were we in for a surprise.

unbelievable temperature

-197.5 degrees Fahrenheit! It looks like we had found a bug. After looking into the code it turned out the problem was possibly in the Node.js module we were using to poll the temperature sensor. We confirmed the same behavior on a second device and filed a bug. To make sure it wasn't actually a problem inherent with the temper1 sensors, we tried another library to poll the temper1 sensor. We used temper-python and found that it was correctly sensing below freezing temperatures.

After some code refactoring we had modified our Fido code to poll the temperature sensor using the temper-python library.

negative-temperatures-on-fido

The really exciting part for us was that we now had a release to push to all of our other remote Fidos in greenhouses around the Northeast. Before just pushing the release it was time to do QA! We set up another Fido without the update, rolled an update script on a QA Update Server, and set this QA Fido to receive updates from the QA Update Server. This was no simple code update, this update script also had dependencies to pull in and another setup script to run, our slickest update to date using the Update framework mentioned in our proposal for an Open Ground SDK. After testing the update on our QA Fido, it failed! We had missed a semicolon in the update script. Doh! This is why we do QA!

After resetting the QA Fido we reran the update with success! To be extra careful we set up a second QA Fido and also saw the same success. Then we sent that update to the actual Update Server that all of the remote Fidos in the world listen to. Just to be extra extra extra careful we tested the deployed update on another Fido we have here. It sure takes a lot of Fido to make a solid update! Good dogies.


3 Comments

much temp. very update. wowe.

Reply to this comment...


Wow, you guys are running over the air (OTA) updates? wheee!

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi there, this could very well be exactly what I'm looking for. Just to confirm, can I use this to monitor a walk-in cooler/freezer and could I monitor both from a single Raspberry pi or would I need one for each? So excited for this. Thanks!

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Login to comment.