google-code-export / measureit

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

all seems to be ok but no data shown! #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. followed the installation instructions, newly installed ubuntu 10.10
2. all seems to be working fine - can see the data from the meter in terminal
3.

What is the expected output? What do you see instead?
Web pages display fine but all data is zero!

What version of the product are you using? On what operating system?
version 110 on ubuntu 10.10

Please provide any additional information below.
Here is the data as received in ubuntu...

<msg><src>CC128-v1.29</src><dsb>00004</dsb><time>15:55:44</time><tmpr>18.8</tmpr
><sensor>1</sensor><id>01817</id><type>1</type><ch1><watts>03728</watts></ch1></
msg>

Original issue reported on code.google.com by bery...@gmail.com on 26 Nov 2011 at 4:01

GoogleCodeExporter commented 9 years ago
Is the Sensor bundled with position 1 on your current cost device? Please check 
the faq page 
"I receive the XML data but nothing was displayed on the website"
http://code.google.com/p/measureit/wiki/FAQ

Original comment by lalelu...@gmail.com on 27 Nov 2011 at 10:35

GoogleCodeExporter commented 9 years ago
It was on channel 0 but I changed it ch1 but still no data shown on the web page

Original comment by bery...@gmail.com on 27 Nov 2011 at 3:20

GoogleCodeExporter commented 9 years ago
please check if the grabbing process is running. after starting the grabbing 
make a 
ps auxf
on the konsole. you should see those 2 running processes
cat /dev/ttyUSB0
php5 -f /home/www/measureit/trunk/php/data-input.php

you can also try to replace the current measureit_functions.php file with this 
new version and test it again. it contains some bug fixes that could solve your 
problem.
http://code.google.com/p/measureit/source/browse/trunk/php/measureit_functions.p
hp

connect to the mysql server with the following code on the konsole. lets look 
if there are always datasets
mysql -uroot -p

after conecting use the following commands
use measure_it;
select * from measure_watt order by time desc limit 10;

are there datasets?

Original comment by lalelu...@gmail.com on 22 Dec 2011 at 6:55

GoogleCodeExporter commented 9 years ago
a complete new grabber is now online with version 112 that will fix this 
problem 

Original comment by lalelu...@gmail.com on 10 Jul 2012 at 5:50