jorgebooks / measureit

Automatically exported from code.google.com/p/measureit
0 stars 0 forks source link

measure_data_now table missing sensor_id 10,20 & 30 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.individual clamp data for sensor 0 not stored in measure_data_now table
2.
3.

What is the expected output? What do you see instead?
zilch

What version of the product are you using? On what operating system?
version 115 on raspberry pi

Please provide any additional information below.
Need to update created.sql to add the correct sensor ids.

I added the rows manually using
INSERT INTO measure_data_now (sensor_id, watt, tmpr) VALUES (10, 0, 0), (20, 0, 
0), (30, 0, 0);
and the system started to collect data into the table.

This is just an inconsistency I don't know if there is any other impact in the 
operation of the system

Original issue reported on code.google.com by sireland...@gmail.com on 8 Aug 2013 at 12:12

GoogleCodeExporter commented 9 years ago
You are right.

In my development measureit I do a lot of query manual so I did not see the 
error.
I wonder that this take so long time until it happens first time :)

It will be fixed in the next version. 
Thank you.

Original comment by lalelu...@gmail.com on 10 Aug 2013 at 1:53

GoogleCodeExporter commented 9 years ago
Ok easy to do. I write c# for a living so dipping into the world of Linux and 
Python is a bit of fun for me.

Steve

Original comment by sireland...@gmail.com on 11 Aug 2013 at 4:10

GoogleCodeExporter commented 9 years ago
Solved in version 116 that is available to download

Original comment by lalelu...@gmail.com on 19 Apr 2014 at 9:07