Torque

Forums

Forums

Guest  

Show or hide header
Welcome Guest, posting in this forum require registration.




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Web interface

Pages: 1 2 3 [4] 5 6 7 8 9 10 11 12 13
Author Topic: Web interface
piemmm
Administrator
Posts: 6629
Post Re: Web interface
on: February 9, 2011 (GMT)

Hi all!

Have just restarted the tomcat service and checked I could login here, so it should be working for you guys again too

Ian

RasmusVesterager
Member
Posts: 1
Post Re: Web interface
on: February 9, 2011 (GMT)

since the update i cant login to the webinterface :(

Invalid login details entered. Please try again.

Denmark has also problems with the login of the page :(

swsystem
Member
Posts: 10
Post Re: Web interface
on: February 9, 2011 (GMT)

It’s working again for me. Thanks Ian.

Steve.

racer
Member
Posts: 2
Post Re: Web interface
on: February 11, 2011 (GMT)

Same problem here.

Quote from Masta51 on February 6, 2011, 18:08
Quote from mi28havoc on February 6, 2011, 11:02
since the update i cant login to the webinterface :(

Invalid login details entered. Please try again.

same problem I am having..

kou5oku
Member
Posts: 3
Post swsystem halp!
on: February 17, 2011 (GMT)

Hi there,

I am troubleshooting your torque-web code to get it running on my server. Only problem is line 189 is throwing an error…

Parse error: syntax error, unexpected ‘:’ in /home/conve24/public_html/torque/datafeed/index.php on line 189

the offending line is:
$json[$key][‘label’] = mysql_fetch_row(mysql_query(“select name from key_name where pid = \”$key\” limit 1″))?:$key;

it seems to have a problem with the colon at the end [?:$key;]

to me it looks like you are assigning two values? I tried removing the ?:$key; but that throws many more errors.

the mysql_fetch_row looks good, as does the mysql_query

I am continuing to troubleshoot this issue, but any TIPS or INFO would be most appreciated!

Thanks!
kou5oku

kou5oku
Member
Posts: 3
Post Re: Web interface
on: February 17, 2011 (GMT)

hmm is the line 189 evaluating a Ternary Operator?

$json[$key][‘label’] = mysql_fetch_row(mysql_query(“select name from key_name where pid = \”$key\” limit 1″))?:$key;

is it expecting ? $VARIABLE : $key;

thanks!

kou5oku
Member
Posts: 3
Post Re: Web interface
on: February 18, 2011 (GMT)

Woo Hoo I got it!

$json[$key][‘label’] = mysql_fetch_row(mysql_query(“select name from key_name where pid = \”$key\” limit 1″));

this code is where it loads the value for the label from the pid for the view for the widget.

turns out you dont need ?:$key; I just replaced it with ;

Also as I am running on my own webserver, I destroyed the session and hardcoded the variable for torqueID.

For whatever reason the php install my hosting provider is running was giving me problems with escaped characters etc. so i just kept on debugging.

MUCH APPRECIATED!! I will be working on some nice css for this page, Ill post a link to it when i’m done.

Thanks again! Great Contribution to the Tuner Community!

croller05
Member
Posts: 1
Post Re: Web interface
on: February 20, 2011 (GMT)

Ian,

Great app! Could you please contact me about developing a customized version? I have a paid project that you might be interested in. My email is cybernetika28@yahoo.com

Thanks!

Tom

blake907
Member
Posts: 4
Post Re: Web interface
on: March 1, 2011 (GMT)

Cannot login to log viewer it says invalid login details entered. how can i fix this?

BagPuss
Member
Posts: 13
Post Re: Web interface
on: March 5, 2011 (GMT)

Ian,

Logging Preferences

On Select what to Log, things such as speed and trip distance are in km even though in the main settings its set to miles.

Can you fix this?

Thanks and loving the App!

😀

Najarro
Member
Posts: 1
Post Re: Web interface
on: March 11, 2011 (GMT)

Hi

I can´t login. Is there any solution?

whitesnuf
Member
Posts: 3
Post Re: Web interface
on: March 11, 2011 (GMT)

Hi,

its possible for me to log in and I see my gps-track and see that there a datas for my values, but I dont see any graphs in the diagram.
Tried on three different browser and and my mobile too, but everywhere I get the same result.

Are there any solutions from somebody?

Thx, whitesnuf

2Henchmen
Member
Posts: 2
Post Re: Web interface
on: March 13, 2011 (GMT)

Haven’t been able to upload for awhile now. I’ve got a solid data connection, adapter is working fine, etc. I also tried unchecking/rechecking, restarting the app and such. Everything is being logged correctly (the CSVs look fine), but won’t upload to the web interface.

Anyone else having this issue?

Otherwise, great job Ian. I love Torque.

Hawk
Member
Posts: 1
Post Re: Web interface
on: March 15, 2011 (GMT)

Hello
dont blame me but i can´t find the web interface ?

pls help me :)

mfg Hawk

linus
Member
Posts: 15
Post Re: Web interface
on: March 15, 2011 (GMT)

http://ian-hawkins.com:8080/

You log on with the user id that you can see in the settings, but make sure that you’ve uploaded some data from torque first, since you won’t be able to log in until you’ve done so.

Hidden Taco
Member
Posts: 4
Post Re: Web interface
on: March 21, 2011 (GMT)

Silly question….

Does it upload as it is running or will it dump all the data at a given time?

My issue is that I do not always have an internet connection while driving.

I am really impressed by the work done by volker_g and swsystem. Well done guys. Can’t wait to see more.

Hidden Taco
Member
Posts: 4
Post Re: Web interface
on: March 21, 2011 (GMT)

Never mind.. Sorry I found my answer http://torque-bhp.com/forums/?wpforumaction=postreply&thread=10&quote=317.00

It uploads as it goes.

The option to upload manually would be great for those of us with patchy internet connections.

Also, if this service had a bit more to it then I would happily pay a yearly subscription for things like:

    Unlimited uploading of logs
    Log comparisons (e.g. compare race laps or compare different routes to work for time, load or economy)
    Fault log
peadar
Member
Posts: 3
Post Re: Web interface
on: March 22, 2011 (GMT)

Hi

great app, just bought the full version and its pretty awesome

anyway, i’ve started work on a very simple but hopefully progressive opensource webapp at the moment for anyone who is interested in hosting their own data.

so far it logs the variables into a mysql db quite happily and you can display on a simple googlemap frontend.

if anyone would like to test / improve / …ahem…redesign!! just mail me for info:
peterhamer at vodafone dot ie

P

talk2dug
Member
Posts: 1
Post Re: Web interface
on: March 26, 2011 (GMT)

I have also started to build a web interface. I have the fields updating mysql and have begun to build a front end. Thinking of using jquery for the front end, and some sort of real time dashboard for a central fleet monitoring.

Willing to work with others.

feel free to email me. talk 2 dug at gmail

lebobo
Member
Posts: 1
Post Re: Web interface
on: March 31, 2011 (GMT)

Hi,
I wish to make my own torque Log Website.

I’m not a beginner in PHP and MySQL… :-) so, my fisrt request : could you please share torque.php source file ?

My second request : could you tel me where are stored log files on the android phone before sending to website ?

Thanks.

Pages: 1 2 3 [4] 5 6 7 8 9 10 11 12 13
WP-Forum by: Fredrik Fahlstad, Version: 2.4
Page loaded in: 0.07 seconds.

  Follow me on twitter