{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":679518504,"defaultBranch":"master","name":"AmperaBattery","ownerLogin":"amsmntparks","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-08-17T03:07:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4951907?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1695335829.0","currentOid":""},"activityList":{"items":[{"before":"773764d81e71240174fb3587dc502da68b5a3d0a","after":"1abdf95afe008548d713f69d822b70db9e5914e3","ref":"refs/heads/ModelA","pushedAt":"2024-05-01T02:40:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"More logging and i=0 loop starts\n\nAdding some more debug logs for trouble shooting. Also reporting all the cells in the module (it was skipping the 0th element in the array before).","shortMessageHtmlLink":"More logging and i=0 loop starts"}},{"before":"0de87ff5a00fcb60671f83b46a9cb0f08f538627","after":"773764d81e71240174fb3587dc502da68b5a3d0a","ref":"refs/heads/ModelA","pushedAt":"2023-10-10T15:04:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Fixing compile issues\n\nI'm the worst. A missing bracket and some autocomplete kind of wrecked things. Always compile before you commit, kids. Also pay attention to the files you commit.","shortMessageHtmlLink":"Fixing compile issues"}},{"before":"bb16396b7fe4d9eaf77fabc5a1281430448faf52","after":"0de87ff5a00fcb60671f83b46a9cb0f08f538627","ref":"refs/heads/ModelA","pushedAt":"2023-10-10T15:01:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Revert \"fixed compile issues. Thanks visual studio\"\n\nThis reverts commit bb16396b7fe4d9eaf77fabc5a1281430448faf52.","shortMessageHtmlLink":"Revert \"fixed compile issues. Thanks visual studio\""}},{"before":"d63cf9bc078d54b9b334287ab3a7219c15df7396","after":"bb16396b7fe4d9eaf77fabc5a1281430448faf52","ref":"refs/heads/ModelA","pushedAt":"2023-10-10T15:00:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"fixed compile issues. Thanks visual studio\n\nA missing bracket and some autocomplete kind of wrecked things. Always compile before you commit, kids.","shortMessageHtmlLink":"fixed compile issues. Thanks visual studio"}},{"before":null,"after":"d63cf9bc078d54b9b334287ab3a7219c15df7396","ref":"refs/heads/ModelA","pushedAt":"2023-09-21T22:37:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Specifics for the ModelA build\n\nAdding some more comments, blocking out ESS mode, repurposing OUT4 to drive a BMS error light","shortMessageHtmlLink":"Specifics for the ModelA build"}},{"before":"4f8ebe0760702833fb7abc6e104d9632f4e9f53b","after":"3c1dc07a2c1580696dc141ce2bc07306fa743947","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-09-21T19:33:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Update VoltBMSV2.ino\n\nAdding some comments about the pinout and setting the default charger connection type","shortMessageHtmlLink":"Update VoltBMSV2.ino"}},{"before":"53648a71fe59d5384124438e47a32d82a33c2472","after":"4f8ebe0760702833fb7abc6e104d9632f4e9f53b","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-09-05T00:39:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"updating default settings, skipping charger\n\nSetting the default CAN speed to 500k, and skipping the charger communication because it was preventing the loop from completing and the watchdog would keep resetting the board.","shortMessageHtmlLink":"updating default settings, skipping charger"}},{"before":"ca7881d1a41a863e512d216bb621ee9b827962b1","after":"53648a71fe59d5384124438e47a32d82a33c2472","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-08-31T02:01:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Counting the numFoundModules based on voltage assignments instead of temp\n\nThere aren't the same number of temp sensors as there are modules, so I'm moving the numFoundModules to getAvgCellVolt instead of getAvgTemperature","shortMessageHtmlLink":"Counting the numFoundModules based on voltage assignments instead of …"}},{"before":"0b3805258452a515718e072564d9da8d838b547b","after":"ca7881d1a41a863e512d216bb621ee9b827962b1","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-08-29T02:04:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Update VoltBMSV2.ino\n\nSkip all the CAN writing so it doesn't send any messages I'm not sure of","shortMessageHtmlLink":"Update VoltBMSV2.ino"}},{"before":"b75067e9341cf279b53eb9104286ed378af3c0a4","after":"0b3805258452a515718e072564d9da8d838b547b","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-08-19T06:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Updating module data and bug fixes\n\nUpdating the module voltages and temps based on the CAN messages, Adding in/outlet temps to the BMS manager (not doing anything with it).\nFixing some indexing in for loops for the modules[]","shortMessageHtmlLink":"Updating module data and bug fixes"}},{"before":null,"after":"b75067e9341cf279b53eb9104286ed378af3c0a4","ref":"refs/heads/Gen2Voltage","pushedAt":"2023-08-17T03:09:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amsmntparks","name":null,"path":"/amsmntparks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4951907?s=80&v=4"},"commit":{"message":"Gen 2 BMS battery voltage parsing","shortMessageHtmlLink":"Gen 2 BMS battery voltage parsing"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPpTz5gA","startCursor":null,"endCursor":null}},"title":"Activity · amsmntparks/AmperaBattery"}