Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Nov 22, 2024
2 parents 2e23a4a + a1fd204 commit 19887f5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vehicle_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Commit
uses: EndBug/add-and-commit@v9
with:
add: 'vehicle_profiles.json'
add: 'vehicle_profiles.json docs/content/0.Config/6.Automate/2.Supported_Vehicles.md'
author_name: Jay Oswald
author_email: [email protected]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[www.meatpi.com](https://www.meatpi.com)
---
# [Documentation](https://meatpihq.github.io/wican-fw/) | [Firmware updates](https://github.com/meatpiHQ/wican-fw/releases/) | [Discord server](https://discord.com/invite/2hpHVDmyfw)
# [Documentation](https://meatpihq.github.io/wican-fw/) | [Supported Vehicles](https://meatpihq.github.io/wican-fw/config/automate/supported_vehicles) | [Firmware updates](https://github.com/meatpiHQ/wican-fw/releases/) | [Discord server](https://discord.com/invite/2hpHVDmyfw)

## Order on [**Mouser**](https://www.mouser.com/c/?m=MeatPi) or [**Crowd Supply!**](https://www.crowdsupply.com/meatpi-electronics)

Expand Down
8 changes: 7 additions & 1 deletion docs/content/0.Config/6.Automate/2.Supported_Vehicles.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ THIS FILE WAS GENERATED! DO NOT UPDATE OR YOUR CHANGES ARE LOST!
For vehicles listed below a WiCAN vehicle profiles exists:
- BMW: i3
- BYD: Atto 3
- Chevrolet: Bolt
- Honda: Clarity-2018
- Hyundai: Ioniq2017
- Hyundai: Ioniq5/Ioniq6/Kona
- Jaguar: I-PACE
- Kia/Hyundai: Niro/Soul/Kona
- Kia: Niro PHEV
- Nissan : leaf-ze1
- Opel: Ampere-E
- Renault Zoe Ph2 (2020-)
- Renault: Kangoo Z.E
- Renault: Twizy
- Toyota: Rav4
- VW: e-Golf
- VW: e-Up
- VW: id-3
- VW: ID
2 changes: 1 addition & 1 deletion vehicle_profiles.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vehicle_profiles/vw/e-golf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"parameters": [
{
"name": "SOC",
"expression": "(B4*10)/22",
"expression": "((B4-20)*10)/22",
"unit": "%",
"class": "battery"
}
Expand Down

0 comments on commit 19887f5

Please sign in to comment.