This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015 Chevy Spark EV valid mode 22 PIDs -- | |
controller 0x7E7 (responds on 0x7EF) ("BECM-B+EnergyCtrl" / Battery Energy Control Module) | |
Car at nearly full charge (sitting in garage idle), | |
ambient weather ~65 deg F (19 deg C) | |
* indicates probable 8-bit temperature sensor (sensor value - 0x28) = deg C | |
+ indicated probable 16-bit cell voltage sensor -- units unknown | |
PID value | |
---- --------------- | |
0000 00 00 00 01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import gnupg | |
# from dotenv import dotenv_values | |
import sh | |
import shlex | |
import os | |
from pprint import pprint | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sh | |
from sh import terraform, Command | |
go_getter = Command("go-getter") | |
from sh import ErrorReturnCode | |
import yaml | |
import logging | |
import re | |
import os |