Search results

My Nissan Leaf Forum

Help Support My Nissan Leaf Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. G

    LEAF Manager, alternative carwings app for android

    The bugged bars in widget is for newer leafs (2016+ model) They report 0-240 bars instead of 0-12 Unfortunately I will need to do a big recode of the app to fix this bug.. the percent number should work thou..
  2. G

    Carwings API?

    Reverse engineering
  3. G

    Carwings API?

    curl https://gdcportalgw.its-mo.com/gworchest_0307C/gdc/InitialApp.php --data "lg=en-US&RegionCode=NNA&initial_app_strings=geORNtsZe5I4lRGjG9GZiA" --> {"status":200,"message":"success","baseprm":"uyI5Dj9g8VCOFDnBRUbr3g"} as for the encryption of the password... not sure how to do that on...
  4. G

    Carwings API?

    https://gdcportalgw.its-mo.com/gworchest_0307C/gdc/InitialApp.php with params lg=en-US&RegionCode=NNA&initial_app_strings=geORNtsZe5I4lRGjG9GZiA should work.. but it doesnt accept GET requests any more.. only POST requests
  5. G

    Carwings API?

    If you want to do it from shell its probably easiest to just one this open source project in php (I didnt write it, but it supports ac on and off, start charge and check status I believe) https://github.com/gboudreau/LEAF_Carwings_EasyAccess/tree/master/nissan-connect-php
  6. G

    Carwings API?

    They changed the url to /gworchest_0307C/gdc/* instead of /orchestration_1111/gdc/* there are some changes to the login procedure though.. you need to first do a call to InitialApp.php with the param initial_app_strings=geORNtsZe5I4lRGjG9GZiA (this param needs to also be added to all...
  7. G

    Carwings API?

    Seems that sometimes during the last week (didn't work that way last weekend) they added a feature where you (at least I can) log in to the Japan region (NML) no matter from where.. Since the login response returns your real region,. (and a valid sessionid and vin, etc).. you can then use...
  8. G

    Carwings API?

    That is because the DCMID is not really needed in the requests.. you just need the VIN and region code At least that is the case for the european server.. (decided not to mention it before, but I guess the cat is out of the bag now.. :p ) this url seems to be to return the lat and long btw I...
  9. G

    Carwings API?

    NMA = Australia NML = Japan
  10. G

    Carwings API?

    I dont remember the correct xml in my head, but assuming what you have is correct.. Do you pass along the cookies you got from the login call?
  11. G

    Carwings API?

    you specify the request without the server name xmlhttp.open('POST', '/aqPortal/v2/smartphoneProxy/vehicleService', true); so that request would be sent to /aqPortal/v2/smartphoneProxy/vehicleService on the same server as the script is placed I believe... for the US server you would...
  12. G

    Nissan shutting out third-party apps

    Btw when I was digging into the carwings api earlier when working on my app, I did notice that you could get the registered email back with one of the calls. So I guess potentially one of the apps could be collecting the emails also
  13. G

    Carwings API?

    In my experience the 9005 has something to do with the carwings server having problems with sessions for your user towards the japanese master server
  14. G

    LEAF Manager, alternative carwings app for android

    Sorry I didnt see the question before. The phone dont need to be on. When you send the command in the app, it sends the call with the time to the carwings servers. What happens further I dont really know.. but I assume one of the following: 1) the carwings server immediately contacts the car...
  15. G

    LEAF Manager, alternative carwings app for android

    Thanks for the feedback.. I got the urls from the Australian android carwings app.. but testing it was a bit hard... :) Checked now to see if there was any updates.. and cant even find the official app in the Australian play store any more? (can you still see it?) Does the official app work...
  16. G

    LEAF Manager, alternative carwings app for android

    The app communicates only with the carwings servers.. some of the calls takes a long time. In most cases then have to wait a few seconds and then do another call to the carwings server to check if the server has received any data from the car or not.. (if not, try again in a few secs) In...
  17. G

    SOC-Meter Kit Upgrades

    I built it as a kit... Not sure what the real color of the led display is.. got a blue film in the that was added over it :) I have the skills to replace the display, but dont think I will bother... ;) having to flip the switch on and off a few times per month during winters (doesnt happen if I...
  18. G

    SOC-Meter Kit Upgrades

    I see the same random values when its cold (or rather.. usually it actually shows the right numbers, but in wrong order... like if it should show 82.2 (percent) it shows something like 2(space)82 ) Only happens when its below minus 10C or so... It usually shows the correct numbers when starting...
  19. G

    Fix Carwings app on smart phones in US?

    I need to do some optimizations in that part of the leaf manager code... it simply gives up if there is no update on server after 20 secs... the official app tries several times for up to a few minutes if there is no update available yet (unfortunately the apps has to poll the server to check...
Back
Top