Here is how I've found the userid and secret, without needing to mitm the app:
- Log in to chargepoint.com
- Visit https://na.chargepoint.com/index.php/nghelper/getSession
- Find the userId in the json response
- Find the session id by opening the browser's Inspector/Devtools, going to the "Storage" tab, under "Cookies", it is listed as "coulomb_sess".
Feel free to incorporate this in the readme.
Here is how I've found the userid and secret, without needing to mitm the app:
Feel free to incorporate this in the readme.