Skip to content

Commit

Permalink
Merge pull request #935 from aussiegeek/atto3-docs
Browse files Browse the repository at this point in the history
Add docs & sdkconfig defaults for Atto3
  • Loading branch information
dexterbg committed Sep 17, 2023
2 parents 847ae62 + bde066d commit c48de17
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions vehicle/OVMS.V3/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Open Vehicle Monitor System v3 - Change log
[vehicle] 12v.wakeup_interval -- Reboot test interval in seconds (default: 60)
New events:
vehicle.alert.12v.shutdown -- 12V shutdown threshold reached, entering deep sleep
- BYD Atto 3 initial support


2022-09-01 MWJ 3.3.003 OTA release
Expand Down
50 changes: 50 additions & 0 deletions vehicle/OVMS.V3/components/vehicle_byd_atto3/docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
===========
BYD Atto 3
===========

- Vehicle Type: **ATTO3**
- Log tag: ``v-atto3``
- Maintainers: `Alan Harper <alan@aussiegeek.net>`_

The testing and development was done on an Australian right hand drive Atto 3 but would expect it to be the same for other countries versions (including the Yuan Plus), and may work on the Dolphin too.

Most of this data has been reverse engineered and is based on a lot of assumptions and guess work, and would be interested in reports for non CCS2 cars as well as left hand drive in terms of which doors are open

-----------------
Support Overview
-----------------

================================ ==============
Function Support Status
================================ ==============
Hardware Any OVMS v3 (or later) module
Vehicle Cable OBD-II to DB9 Data Cable for OVMS (1441200 right, or 1139300 left)
GSM Antenna 1000500 Open Vehicles OVMS GSM Antenna (or any compatible antenna)
GPS Antenna 1020200 Universal GPS Antenna (SMA Connector) (or any compatible antenna)
SOC Display Yes
Range Display Yes (only shows ideal range, not dynamic regardless of car setting)
GPS Location Yes (from modem)
Speed Display Yes
Temperature Display No
BMS v+t Display Yes
TPMS Display No
Charge Status Display Yes
Charge Interruption Yes
Alerts No
Charge Control No
Cabin Pre-heat/cool Control No
Lock/Unlock Vehicle No
Valet Mode Control No
================================ ==============

----------------
Charge port door
----------------

The charge port door is reported as open when charge is in progress or waiting for scheduled charge, however the car doesn't appear to report this, and is only done so the iOS app does show charging status correctly

-----------------
Physical mounting
-----------------

I have had success with attaching the OVMS hardware behind the fuse panel cover and attaching the GPS antenna to a piece of metal higher up behind the fuse panel cover
1 change: 1 addition & 0 deletions vehicle/OVMS.V3/support/sdkconfig.default.hw31
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ CONFIG_OVMS_VEHICLE_HYUNDAI_IONIQVFL=y
CONFIG_OVMS_VEHICLE_HYUNDAI_IONIQ5=y
CONFIG_OVMS_VEHICLE_JAGUARIPACE=y
CONFIG_OVMS_VEHICLE_TOYOTARAV4EV=y
CONFIG_OVMS_VEHICLE_BYD_ATTO3=y
CONFIG_OVMS_VEHICLE_RXTASK_STACK=8192
CONFIG_OVMS_VEHICLE_CAN_RX_QUEUE_SIZE=60

Expand Down

0 comments on commit c48de17

Please sign in to comment.