rivian-python-api
rivian-python-api copied to clipboard
A Python API and CLI for getting information about your Rivian account and Vehicle(s)
Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: `techstack.yml` and `techstack.md`....
So I reviewed the most recent android app, and this is the android app query for the tire pressure: ``` subscription tirePressureState($vehicleID: String!) { vehicleState(id: $vehicleID) { tirePressureStatusFrontLeft { timeStamp...
If I run, `bin/rivian_cli --vehicles` I can see my Gen 2 R1S. However, when I the images command, I get no images: ``` bin/rivian_cli --images [] No Images found ```...