Closed GoogleCodeExporter closed 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
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
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
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
Original issue reported on code.google.com by
bery...@gmail.com
on 26 Nov 2011 at 4:01