Recent content by gyathaar

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...
Back
Top