impOS36 - thermistor readings

Hi all,
Not sure if this has already been asked, I did a quick scan, but didn’t find anything…
I received an email from imp saying that the OS systems have been upgraded. I have two IMP001 cards taking temperature readings and posting them to the net.
I couldn’t find anywhere on IDE site that would tell me what version of the OS is installed on my devices and when it was installed, so I can only assume that my current problems are somewhat/somehow related.
Both of my devices jumped approx 2.5degs at the same time and are now reading consistently higher than the ambient temperatures.
Not sure how an OS update could affect the readings continuously. I could understand a temporary temp increase due to activity but I would expect this to reduce over 1/2 hour or so.
The change occurred at midnight 8th June local time, or 2pm on the 7th June Z time.
I have attached a jpeg of the graph that shows the jump at this time.

Any thoughts anyone? (I am rather new at this… so some patience with me would be appreciated)

First, you can see what’s changed with the new impOS release here: https://electricimp.com/docs/releasenotes/releases/release36/

You can use imp.getsoftwareversion() to determine which version a given device is running. For example, I add the following to all my development code and call it early:

function bootMessage() {
    local a = split(imp.getsoftwareversion(), "-");
    server.log("impOS version " + a[2]);
    local i = imp.net.info();
    local w = i.interface[i.active];
    local s = ("connectedssid" in w) ? w.connectedssid : w.ssid;
    local t = (w.type == "wifi") ? "Connected by WiFi on SSID \"" + s + "\"" : "Ethernet";
    server.log(t + " with IP address " + i.ipv4.address);
}

Also, please could you let us know the MAC address of your imp? We can then look up when it upgraded.

Hi Harry,
Thanks for looking into this.
I recorded the device id at time of installation as 230e9eab5ba5ceee and 23555aaa5ba5ceee, not what I would normally call MAC addresses, but then I am fairly new to this, so I hope this is what you after.

Both devices exhibited the jump in temp at the same time, which is why I presumed it may be related to OS upgrade… perhaps…

I did try to find the MAC addresses under my router, but it doesn’t show names of devices for all devices, but then I tried a MAC address converter and found two that have an OUI that came up as electric imp.incorporated… so the MAC addresses are;
0c:2a:69:05:04:53
and
0c:2a:69:05:04:45
Thanks for your help.

Hi Smitty,
Thanks for the code.
I presume this goes into the device code segment?..
I’ll give this a go and see what I get.

That’s right - just drop it into your device code.

Your devices are running impOS 36.7.

Can you tell us more about the thermistor hardware you’re using? Is it part of an Explorer kit, or a component you’ve connected to one of the imp’s peripherals yourself?

Also - an obvious thing, but if your is device is battery powered, please check the batteries are OK.

Hi keithfr,

Myself and Harry just did a test with a Imp Explorer Kit running 34.11 then which we upgraded to 36.7 the device was being powered by a USB cable. We ran this to verify that did not see any no sudden jumps in temperature output after a upgrade due to something up with the OS or after a cold boot. See the output.log and device.nut and agent.nut for the code and output we saw in the attached zip file.

explorer_test.zip (3.8 KB)

Hope this helps and is useful,

James

Here is the logs saving people downloading and unpacking the zip. From what myself and harry could see we could not spot anything out of the ordinary.

2017-06-13 16:46:10 +01:00	[Status]	Agent restarted: reload.
2017-06-13 16:46:10 +01:00	[Status]	Device connected
2017-06-13 16:46:10 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.68 | Humid: 49.10 | Pressure: 1012.06]
2017-06-13 16:46:12 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 49.03 | Pressure: 1012.02]
2017-06-13 16:46:18 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 49.00 | Pressure: 1012.05]
2017-06-13 16:46:24 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.64 | Humid: 49.07 | Pressure: 1012.04]
2017-06-13 16:46:30 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.62 | Humid: 49.07 | Pressure: 1012.06]
2017-06-13 16:46:36 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 49.09 | Pressure: 1012.09]
2017-06-13 16:46:42 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.66 | Humid: 49.06 | Pressure: 1012.06]
2017-06-13 16:46:48 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 48.95 | Pressure: 1012.05]
2017-06-13 16:46:54 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.90 | Pressure: 1012.07]
2017-06-13 16:47:00 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 48.83 | Pressure: 1012.06]
2017-06-13 16:47:06 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.95 | Pressure: 1012.04]
2017-06-13 16:47:12 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.99 | Pressure: 1012.07]
2017-06-13 16:47:18 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 49.00 | Pressure: 1012.05]
2017-06-13 16:47:24 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.73 | Humid: 48.93 | Pressure: 1012.03]
2017-06-13 16:47:30 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.69 | Humid: 48.89 | Pressure: 1012.07]
2017-06-13 16:47:36 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.68 | Humid: 48.95 | Pressure: 1012.08]
2017-06-13 16:47:42 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.81 | Pressure: 1012.07]
2017-06-13 16:47:48 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.75 | Humid: 48.85 | Pressure: 1012.07]
2017-06-13 16:47:54 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.75 | Humid: 48.81 | Pressure: 1012.07]
2017-06-13 16:48:00 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.91 | Pressure: 1012.08]
2017-06-13 16:48:06 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.71 | Humid: 48.94 | Pressure: 1012.04]
2017-06-13 16:48:12 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.76 | Humid: 48.96 | Pressure: 1012.08]
2017-06-13 16:48:18 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.76 | Humid: 48.86 | Pressure: 1012.07]
2017-06-13 16:48:24 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.78 | Humid: 48.79 | Pressure: 1012.09]
2017-06-13 16:48:30 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.80 | Humid: 48.84 | Pressure: 1012.08]
2017-06-13 16:48:36 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.80 | Humid: 48.80 | Pressure: 1012.09]
2017-06-13 16:48:42 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.82 | Humid: 48.80 | Pressure: 1012.08]
2017-06-13 16:48:48 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.78 | Humid: 48.94 | Pressure: 1012.10]
2017-06-13 16:48:54 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.82 | Humid: 48.89 | Pressure: 1012.07]
2017-06-13 16:49:00 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.83 | Humid: 48.86 | Pressure: 1012.09]
2017-06-13 16:49:06 +01:00	[Status]	Agent restarted: reload.
2017-06-13 16:49:06 +01:00	[Status]	firmware update triggered
2017-06-13 16:49:06 +01:00	[Agent]	Explorer Kit [ OS Version e34f138 - release-34.11 - Fri Nov  4 12:19:40 2016 - production | Temp: 27.83 | Humid: 48.83 | Pressure: 1012.09]
2017-06-13 16:49:27 +01:00	[Exit Code]	imp OS upgraded
2017-06-13 16:49:27 +01:00	[Status]	Downloading new code; 17.86% program storage used
2017-06-13 16:49:30 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.82 | Humid: 48.77 | Pressure: 1012.06]
2017-06-13 16:49:36 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.82 | Humid: 48.71 | Pressure: 1012.07]
2017-06-13 16:49:42 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.85 | Humid: 48.84 | Pressure: 1012.08]
2017-06-13 16:49:48 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.85 | Humid: 48.74 | Pressure: 1012.10]
2017-06-13 16:49:54 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.87 | Humid: 48.66 | Pressure: 1012.09]
2017-06-13 16:50:00 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.90 | Humid: 48.64 | Pressure: 1012.11]
2017-06-13 16:50:06 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.90 | Humid: 48.61 | Pressure: 1012.11]
2017-06-13 16:50:12 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.90 | Humid: 48.61 | Pressure: 1012.14]
2017-06-13 16:50:18 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.96 | Humid: 48.43 | Pressure: 1012.11]
2017-06-13 16:50:24 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.47 | Pressure: 1012.10]
2017-06-13 16:50:30 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.96 | Humid: 48.60 | Pressure: 1012.07]
2017-06-13 16:50:36 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.53 | Pressure: 1012.12]
2017-06-13 16:50:42 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.95 | Pressure: 1012.11]
2017-06-13 16:50:48 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.96 | Humid: 48.57 | Pressure: 1012.10]
2017-06-13 16:50:54 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.45 | Pressure: 1012.11]
2017-06-13 16:51:00 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.32 | Pressure: 1012.11]
2017-06-13 16:51:06 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.38 | Pressure: 1012.10]
2017-06-13 16:51:12 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.32 | Pressure: 1012.07]
2017-06-13 16:51:18 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.33 | Pressure: 1012.11]
2017-06-13 16:51:24 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.37 | Pressure: 1012.10]
2017-06-13 16:51:30 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.29 | Pressure: 1012.10]
2017-06-13 16:51:36 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.32 | Pressure: 1012.10]
2017-06-13 16:51:42 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.37 | Pressure: 1012.10]
2017-06-13 16:51:48 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.26 | Pressure: 1012.09]
2017-06-13 16:51:54 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.34 | Pressure: 1012.09]
2017-06-13 16:52:00 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.97 | Humid: 48.37 | Pressure: 1012.11]
2017-06-13 16:52:06 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.29 | Pressure: 1012.13]
2017-06-13 16:52:12 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.30 | Pressure: 1012.10]
2017-06-13 16:52:18 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.32 | Pressure: 1012.10]
2017-06-13 16:52:24 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.23 | Pressure: 1012.08]
2017-06-13 16:52:30 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.14 | Pressure: 1012.09]
2017-06-13 16:52:36 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.10 | Pressure: 1012.11]
2017-06-13 16:52:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.20 | Pressure: 1012.09]
2017-06-13 16:52:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.19 | Pressure: 1012.07]
2017-06-13 16:52:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.25 | Pressure: 1012.06]
2017-06-13 16:53:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.18 | Pressure: 1012.07]
2017-06-13 16:53:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.10 | Pressure: 1012.08]
2017-06-13 16:53:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.13 | Pressure: 1012.07]
2017-06-13 16:53:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 48.05 | Pressure: 1012.06]
2017-06-13 16:53:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 48.10 | Pressure: 1012.08]
2017-06-13 16:53:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.15 | Pressure: 1012.09]
2017-06-13 16:53:37 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.12 | Pressure: 1012.06]
2017-06-13 16:53:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.18 | Pressure: 1012.05]
2017-06-13 16:53:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.16 | Pressure: 1012.08]
2017-06-13 16:53:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.04 | Pressure: 1012.08]
2017-06-13 16:54:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.96 | Humid: 48.13 | Pressure: 1012.07]
2017-06-13 16:54:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.12 | Pressure: 1012.07]
2017-06-13 16:54:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.97 | Humid: 48.16 | Pressure: 1012.06]
2017-06-13 16:54:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.30 | Pressure: 1012.05]
2017-06-13 16:54:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.31 | Pressure: 1012.07]
2017-06-13 16:54:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 48.34 | Pressure: 1012.05]
2017-06-13 16:54:37 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.23 | Pressure: 1012.05]
2017-06-13 16:54:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.14 | Pressure: 1012.02]
2017-06-13 16:54:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.15 | Pressure: 1012.03]
2017-06-13 16:54:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.13 | Pressure: 1012.05]
2017-06-13 16:55:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.13 | Pressure: 1012.04]
2017-06-13 16:55:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.15 | Pressure: 1012.03]
2017-06-13 16:55:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 48.12 | Pressure: 1012.06]
2017-06-13 16:55:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.08 | Pressure: 1012.04]
2017-06-13 16:55:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.09 | Pressure: 1012.03]
2017-06-13 16:55:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.08 | Pressure: 1012.02]
2017-06-13 16:55:37 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.09 | Pressure: 1012.05]
2017-06-13 16:55:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.12 | Pressure: 1012.03]
2017-06-13 16:55:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.13 | Pressure: 1012.00]
2017-06-13 16:55:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 27.99 | Humid: 48.12 | Pressure: 1012.04]
2017-06-13 16:56:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 48.10 | Pressure: 1012.01]
2017-06-13 16:56:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 48.05 | Pressure: 1012.00]
2017-06-13 16:56:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.01 | Pressure: 1012.05]
2017-06-13 16:56:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.01 | Humid: 48.10 | Pressure: 1012.04]
2017-06-13 16:56:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 47.98 | Pressure: 1012.05]
2017-06-13 16:56:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.98 | Pressure: 1012.02]
2017-06-13 16:56:37 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.98 | Pressure: 1011.98]
2017-06-13 16:56:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.97 | Pressure: 1012.01]
2017-06-13 16:56:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 47.92 | Pressure: 1012.00]
2017-06-13 16:56:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 47.95 | Pressure: 1012.05]
2017-06-13 16:57:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.05 | Humid: 47.89 | Pressure: 1012.01]
2017-06-13 16:57:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.10 | Humid: 47.85 | Pressure: 1012.02]
2017-06-13 16:57:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.10 | Humid: 47.90 | Pressure: 1012.02]
2017-06-13 16:57:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 47.95 | Pressure: 1012.00]
2017-06-13 16:57:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.98 | Pressure: 1012.02]
2017-06-13 16:57:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.10 | Humid: 47.86 | Pressure: 1012.06]
2017-06-13 16:57:37 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.03 | Humid: 47.88 | Pressure: 1012.03]
2017-06-13 16:57:43 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.10 | Humid: 47.90 | Pressure: 1012.01]
2017-06-13 16:57:49 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.13 | Humid: 47.88 | Pressure: 1012.06]
2017-06-13 16:57:55 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.12 | Humid: 47.80 | Pressure: 1012.02]
2017-06-13 16:58:01 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.84 | Pressure: 1012.02]
2017-06-13 16:58:07 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.08 | Humid: 47.85 | Pressure: 1011.98]
2017-06-13 16:58:13 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.13 | Humid: 47.79 | Pressure: 1012.02]
2017-06-13 16:58:19 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.10 | Humid: 47.77 | Pressure: 1012.02]
2017-06-13 16:58:25 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.13 | Humid: 47.72 | Pressure: 1011.98]
2017-06-13 16:58:31 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.15 | Humid: 47.60 | Pressure: 1012.00]
2017-06-13 16:58:39 +01:00	[Status]	Device connected
2017-06-13 16:58:41 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.06 | Humid: 48.95 | Pressure: 1011.99]
2017-06-13 16:58:47 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.17 | Humid: 48.40 | Pressure: 1012.02]
2017-06-13 16:58:53 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.19 | Humid: 47.97 | Pressure: 1011.99]
2017-06-13 16:58:59 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.19 | Humid: 47.63 | Pressure: 1012.04]
2017-06-13 16:59:05 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.24 | Humid: 47.48 | Pressure: 1012.02]
2017-06-13 16:59:11 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.22 | Humid: 47.31 | Pressure: 1012.04]
2017-06-13 16:59:17 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.19 | Humid: 47.19 | Pressure: 1012.00]
2017-06-13 16:59:23 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.26 | Humid: 47.22 | Pressure: 1012.03]
2017-06-13 16:59:29 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.24 | Humid: 47.24 | Pressure: 1012.01]
2017-06-13 16:59:35 +01:00	[Agent]	Explorer Kit [ OS Version 9ed5483 - release-36.7 - Mon Jun  5 16:01:54 2017 - production | Temp: 28.20 | Humid: 47.22 | Pressure: 1012.01]

Hi Harry,
Thanks for checking this for me.
The Imps are on a breakout board from Sparkfun, with thermistor, resistor and capacitor soldered directly to the breakout board and then connected to a 9volt battery. The program sleeps for 15mins, wakes, takes a reading, posts the results and then goes back to sleep.
I followed this instructable…


Can you tell me when and what time the OS updated on the imp?
From the directions we expect to get about 18 months from a 9v battery, also I have two temp sensors running and both exhibited the temp jump at the identical time, which would be highly unlikely if it was battery related. But I can easily replace one battery, the other is in the roof and so is a bit harder, so I’ll check this later today.

Hi James,
Thanks for the effort to replicate the issue.
I am not saying that the OS upgrade caused the issue, only it looks that way… If I only had the one IMP I would be checking components, battery, etc and changing the calibration to get the temp back to where it belongs, but when both jumped at the same time it just seams odd…
My IMP’s are only for my information and so the actual temp is not really that important at the moment. Although I would prefer them to be close and I would like them to be able to control air movements in my house at a later date… something to aim for…
I have bought another 6 imps and breakout boards as I wish to extend the monitoring to more rooms. If I set these up will they upgrade straight away or will it take some time to propagate through the system?.
Thanks for a great product.
I’ll have to check out that explorer kit… :slight_smile:

Hi Keith,

Thanks for supplying this extra information about your project. It’s an analogue design very different to the impExplorer so our quick test yesterday wasn’t very comparable.

The imps did upgrade around the time you saw the temperature increase (1.45pm and 2pm on 7 June Z-time), so you’re quite justified in suspecting a connection between the two events.

It’s hard for me to see how they could be connected to the firmware changes, or the upgrade process. But this doesn’t mean it’s impossible. I’m going to ask my team for some ideas.

In the meantime, there is a simple test we could do to confirm a link to the firmware upgrade: we can downgrade your imps back to 34.11 and see if the temperature readings revert. Let me know (on IM) if you want me to set this up.

I have bought another 6 imps and breakout boards as I wish to extend the monitoring to more rooms. If I set these up will they upgrade straight away or will it take some time to propagate through the system?

Since impOS 36.7 is now the default for developer imps, your 6 new imps will probably upgrade to this version as soon as you power them up and connect them.

Thanks Harry,

I’ll see how your test goes, and then I’ll have to get my hands dirty on some coding…to get the calibration closer… mmm
It has been many years since I used FORTRAN… doh… (I was rather good at back in my day…but a lot has changed since then…)

I’ve tried a test which more closely replicates your setup - repeatedly measuring ADC readings on a fixed external voltage of about 1.6V, while switching an imp between impOS34.11 and impOS 36.7. I can’t see any measurement offset between the two firmware versions. This log shows (on the right) the impOS version and raw ADC measurement on one of the imp001 pins.

2017-06-14 14:50:07 +01:00	[Device]	36.7  35272
2017-06-14 14:50:08 +01:00	[Device]	36.7  35160
2017-06-14 14:50:09 +01:00	[Device]	36.7  35272
2017-06-14 14:50:10 +01:00	[Device]	36.7  35400
2017-06-14 14:50:11 +01:00	[Device]	36.7  35224
2017-06-14 14:50:12 +01:00	[Device]	36.7  35464
2017-06-14 14:50:15 +01:00	[Device]	36.7  35144
2017-06-14 14:50:15 +01:00	[Device]	36.7  35400
2017-06-14 14:50:15 +01:00	[Device]	36.7  35080
2017-06-14 14:50:16 +01:00	[Device]	36.7  35144
2017-06-14 14:50:17 +01:00	[Device]	36.7  35240
2017-06-14 14:50:18 +01:00	[Device]	36.7  35304
2017-06-14 14:50:19 +01:00	[Device]	36.7  35240
2017-06-14 14:50:20 +01:00	[Device]	36.7  35256
2017-06-14 14:50:21 +01:00	[Device]	36.7  35176
2017-06-14 14:50:22 +01:00	[Device]	36.7  35160
2017-06-14 14:50:23 +01:00	[Device]	36.7  35160
2017-06-14 14:50:24 +01:00	[Device]	36.7  35176
2017-06-14 14:50:25 +01:00	[Device]	36.7  35208
2017-06-14 14:50:26 +01:00	[Device]	36.7  35144
2017-06-14 14:50:27 +01:00	[Device]	36.7  35112
2017-06-14 14:50:28 +01:00	[Device]	36.7  35272
2017-06-14 14:50:29 +01:00	[Device]	36.7  34808
2017-06-14 14:50:30 +01:00	[Device]	36.7  35016
2017-06-14 14:50:31 +01:00	[Device]	36.7  34824
2017-06-14 14:50:32 +01:00	[Device]	36.7  34936
2017-06-14 14:50:33 +01:00	[Device]	36.7  35080
2017-06-14 14:50:34 +01:00	[Status]	Agent restarted: reload.
2017-06-14 14:50:34 +01:00	[Status]	firmware update triggered
2017-06-14 14:50:48 +01:00	[Exit Code]	imp OS upgraded
2017-06-14 14:50:48 +01:00	[Status]	Device connected
2017-06-14 14:50:49 +01:00	[Device]	AnalogInTest
2017-06-14 14:50:49 +01:00	[Device]	34.11  35304
2017-06-14 14:50:50 +01:00	[Device]	34.11  34888
2017-06-14 14:50:51 +01:00	[Device]	34.11  34888
2017-06-14 14:50:52 +01:00	[Device]	34.11  34888
2017-06-14 14:50:53 +01:00	[Device]	34.11  34952
2017-06-14 14:50:54 +01:00	[Device]	34.11  35160
2017-06-14 14:50:55 +01:00	[Device]	34.11  35112
2017-06-14 14:50:56 +01:00	[Device]	34.11  34888
2017-06-14 14:50:57 +01:00	[Device]	34.11  35016
2017-06-14 14:50:58 +01:00	[Device]	34.11  34984
2017-06-14 14:50:59 +01:00	[Device]	34.11  35080
2017-06-14 14:51:00 +01:00	[Device]	34.11  34760
2017-06-14 14:51:01 +01:00	[Device]	34.11  34920
2017-06-14 14:51:02 +01:00	[Device]	34.11  34840
2017-06-14 14:51:03 +01:00	[Device]	34.11  35144
2017-06-14 14:51:04 +01:00	[Device]	34.11  34952
2017-06-14 14:51:05 +01:00	[Device]	34.11  35224
2017-06-14 14:51:06 +01:00	[Device]	34.11  34984
2017-06-14 14:51:07 +01:00	[Device]	34.11  35176
2017-06-14 14:51:08 +01:00	[Device]	34.11  35016
2017-06-14 14:51:09 +01:00	[Device]	34.11  34904
2017-06-14 14:51:10 +01:00	[Device]	34.11  35080
2017-06-14 14:51:11 +01:00	[Device]	34.11  34968
2017-06-14 14:51:12 +01:00	[Device]	34.11  34984
2017-06-14 14:51:13 +01:00	[Device]	34.11  35144
2017-06-14 14:51:14 +01:00	[Device]	34.11  35080
2017-06-14 14:51:15 +01:00	[Device]	34.11  35272
2017-06-14 14:51:16 +01:00	[Device]	34.11  35208
2017-06-14 14:51:17 +01:00	[Device]	34.11  35080
2017-06-14 14:51:18 +01:00	[Status]	Agent restarted: reload.
2017-06-14 14:51:18 +01:00	[Device]	34.11  35000
2017-06-14 14:51:18 +01:00	[Status]	firmware update triggered
2017-06-14 14:51:24 +01:00	[Status]	Device disconnected
2017-06-14 14:51:31 +01:00	[Exit Code]	imp OS upgraded
2017-06-14 14:51:31 +01:00	[Status]	Device connected
2017-06-14 14:51:31 +01:00	[Device]	AnalogInTest
2017-06-14 14:51:31 +01:00	[Device]	36.7  35160
2017-06-14 14:51:32 +01:00	[Device]	36.7  35320
2017-06-14 14:51:33 +01:00	[Device]	36.7  35224
2017-06-14 14:51:34 +01:00	[Device]	36.7  35192
2017-06-14 14:51:35 +01:00	[Device]	36.7  35160
2017-06-14 14:51:36 +01:00	[Device]	36.7  35272
2017-06-14 14:51:37 +01:00	[Device]	36.7  34936
2017-06-14 14:51:38 +01:00	[Device]	36.7  35336
2017-06-14 14:51:39 +01:00	[Device]	36.7  35176
2017-06-14 14:51:40 +01:00	[Device]	36.7  35240
2017-06-14 14:51:41 +01:00	[Device]	36.7  35480
2017-06-14 14:51:42 +01:00	[Device]	36.7  35400
2017-06-14 14:51:44 +01:00	[Device]	36.7  35064
2017-06-14 14:51:45 +01:00	[Device]	36.7  35384
2017-06-14 14:51:46 +01:00	[Device]	36.7  35112
2017-06-14 14:51:47 +01:00	[Device]	36.7  35208
2017-06-14 14:51:48 +01:00	[Device]	36.7  35080
2017-06-14 14:51:49 +01:00	[Device]	36.7  35160
2017-06-14 14:51:50 +01:00	[Device]	36.7  35192
2017-06-14 14:51:51 +01:00	[Device]	36.7  35208
2017-06-14 14:51:52 +01:00	[Device]	36.7  35272
2017-06-14 14:51:53 +01:00	[Device]	36.7  35256
2017-06-14 14:51:54 +01:00	[Device]	36.7  35272
2017-06-14 14:51:55 +01:00	[Device]	36.7  35336
2017-06-14 14:51:56 +01:00	[Device]	36.7  35448

Hi again,

So … our experiment with downgrading your imps had the result that the reported temperature measurements dropped again, which seems to support the connection with firmware version, and certainly wasn’t the result I expected.

However, a colleague from the imp team has a theory why you’re seeing these results:

This project causes the imp to regularly wake up, connect to our servers and make a measurement via its ADC and the thermistor. But in a battery powered device, the reference voltage against which the ADC is calibrated may fluctuate a little during the time the imp is waking up and reconnecting, due to background activity particularly by the WiFi radio. This nature of this fluctuation is probably quite repeatable for a given firmware version, but might vary a little between firmware versions, which could explain the offsets you’re seeing between 34.11 and 36.7.

The way to test (and potentially fix) this in Squirrel is to introduce a delay between switching on WiFi and making the measurement. See the documentation for server.connect() and server.disconnect().

An easier check could be simply to increase the amount of data points in your measurement e.g. via

myThermistor <- thermistor(temp_sns, b_therm, t0_therm, 100, false); // Increase points from 10 to 100.

If these changes affect your readings, without a firmware upgrade, we’ll know we’re on the right track here.

Hi Harry,

Sorry about not getting back to you earlier, but work/weekend got in the way…

Thanks for your efforts. I have just made the change from 10 to 100, so I’ll check the readings over the next couple of hours to see if the temp jumps. I only did it to one build, so we should only see one temp jump if we are on the right track.

Cheers.

Hi Harry,
Software changed and uploaded, running for almost two hours, 8 readings, no jump ion temp observed.

code changed in device to,…

// instantiate our thermistor class
myThermistor ← thermistor(temp_sns, b_therm, t0_therm, 100, false);
//

Cheers.

Hi Keith, thanks for running this test and reporting the result, which is causing a certain amount of head scratching here. We’ll do some more testing and try again to replicate it. I’m determined to get to the bottom of it!

I built my own version of this project, following the Instructable (modified to use a resistor instead of a thermistor, to server.log() results in the device Squirrel instead of sending them to the agent, to log more frequently, and to log ADC results as well as ‘temperature’).

With this setup, I can’t replicate the problem on my imp001 / April board. Using a resistor instead of a thermistor should remove the noise from real temperature changes, exposing better any ADC calibration changes caused by firmware updates. But in this log I can’t see any evidence of this firmware effect.

2017-06-20 16:50:03 +01:00    [Device]    OS 36.7  | ADC 0.549007 | Temp 20.66
2017-06-20 16:51:09 +01:00    [Device]    OS 36.7  | ADC 0.549178 | Temp 20.67
2017-06-20 16:52:03 +01:00    [Device]    OS 36.7  | ADC 0.549203 | Temp 20.68
2017-06-20 16:53:03 +01:00    [Device]    OS 36.7  | ADC 0.549276 | Temp 20.67
2017-06-20 16:54:05 +01:00    [Device]    OS 36.7  | ADC 0.549056 | Temp 20.69
2017-06-20 16:55:26 +01:00    [Exit Code]    imp OS upgraded
2017-06-20 16:55:29 +01:00    [Device]    OS 34.11  | ADC 0.550033 | Temp 20.56
2017-06-20 16:56:02 +01:00    [Device]    OS 34.11  | ADC 0.549618 | Temp 20.66
2017-06-20 16:57:02 +01:00    [Device]    OS 34.11  | ADC 0.549447 | Temp 20.65
2017-06-20 16:58:02 +01:00    [Device]    OS 34.11  | ADC 0.549276 | Temp 20.65
2017-06-20 16:59:16 +01:00    [Device]    OS 34.11  | ADC 0.5493 | Temp 20.65