Page 4 of 6

Re: PUSH SmartGauge

Posted: Wed Dec 06, 2017 2:13 am
by holzheia
I found the html javascript tool in this post at http://gallenitr.com/PUSHconvert.html really good.

Some of the push files however create a utc number (field 3 of data type 49 entries) with 7 digits instead of 8. This number is used to convert to hh:mm:ss and then with 2 decimal places for fractions of a second. If the utc number is only 7 digits including the decimal places then the time zone conversion fails and a gpx file isn't created. It appears to deduct 10 from the hh component, so it fails on a single digit number.

I got around this by running a powershell script to add 10000.00 to every entry this data field, and modifying the date header in the CDF file to reflect the correct time.

This is clunky I know but I'm no javascript coder so it'll have to do for now. At least it creates gpx files that I can import into LapTimer and use.

If you have any push files you want converted let me know and I'll be happy to help. I know how frustrating it is having a new tool and not be able to use it. The device itself seems pretty good so it's a shame they're not continuing with it.

Re: PUSH SmartGauge

Posted: Wed Dec 06, 2017 10:02 am
by Harry
It would be great to have the script fixed instead of running a post processing on the post processing ;-) @sakkakth can you please ask your technical guy to add the missing zero? Should be easy to do.

- Harry

Re: PUSH SmartGauge

Posted: Wed Dec 06, 2017 12:51 pm
by holzheia
I have modified the original javascript that was at http://gallenite.com/PUSHconvert.html so that it can handle single digit values for hh in the utc data field. Feel free to try it out at http://ridalyze.com. I have acknowledged the original source of the code and trust that's the right protocol?

Re: PUSH SmartGauge

Posted: Wed Dec 06, 2017 3:19 pm
by sakkakth
Will do!

Re: PUSH SmartGauge

Posted: Wed Dec 06, 2017 4:28 pm
by sakkakth
holzheia wrote:I found the html javascript tool in this post at http://gallenitr.com/PUSHconvert.html really good.

Some of the push files however create a utc number (field 3 of data type 49 entries) with 7 digits instead of 8. This number is used to convert to hh:mm:ss and then with 2 decimal places for fractions of a second. If the utc number is only 7 digits including the decimal places then the time zone conversion fails and a gpx file isn't created. It appears to deduct 10 from the hh component, so it fails on a single digit number.

I got around this by running a powershell script to add 10000.00 to every entry this data field, and modifying the date header in the CDF file to reflect the correct time.

This is clunky I know but I'm no javascript coder so it'll have to do for now. At least it creates gpx files that I can import into LapTimer and use.

If you have any push files you want converted let me know and I'll be happy to help. I know how frustrating it is having a new tool and not be able to use it. The device itself seems pretty good so it's a shame they're not continuing with it.
Can you provide a copy of a CDF that isn't working with the webpage? :)

Re: PUSH SmartGauge

Posted: Thu Dec 07, 2017 12:08 am
by holzheia
If anyone has a push Smartgauge that they no longer want, then I'll buy it. Just get in touch through the forum or email data@ridalyze.com.

Re: PUSH SmartGauge

Posted: Mon Dec 11, 2017 5:41 pm
by sakkakth
Can i get a cdf plz with the different numbers than my creates?

Re: PUSH SmartGauge

Posted: Wed Jan 24, 2018 5:45 pm
by Craig86
So I noticed PUSH uploaded a video on YouTube yrsteterday. I'm not sure what to think of that, but I know they have been taking orders (and money) without delivering a product.

I read through all the posts but I'm not too savvy with all the scripting and stuff. Did anyone ever come up with an easy enduser method of looking at data from the device?

Re: PUSH SmartGauge

Posted: Fri Feb 02, 2018 5:08 pm
by Harry
Craig86 wrote:So I noticed PUSH uploaded a video on YouTube yrsteterday. I'm not sure what to think of that, but I know they have been taking orders (and money) without delivering a product.

I read through all the posts but I'm not too savvy with all the scripting and stuff. Did anyone ever come up with an easy enduser method of looking at data from the device?
The above option is the best one available. Usually cloud based systems become unusable once a provider is going out of business, so this conversion is actually great luck! :-)

- Harry

Re: PUSH SmartGauge

Posted: Tue Feb 06, 2018 5:44 pm
by sakkakth
I let the domain my original link was on lapse.

Here is one that should be around for awhile:

http://www.catneri.com/PUSHconvert.html