Skip to content

Commit 87fa29e

Browse files
Update README with known issues and limitations
Added known issues and limitations section to README.
1 parent a45822b commit 87fa29e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,14 @@ login test@test.de
7878
password testpassword123
7979
account 1234
8080
```
81+
82+
### Known issues
83+
#### Locking/Unlocking and door status
84+
Some cars do not announce the `ACCESS` capability although being able to lock/unlock and/or show the door status. You can fix this by adding `"force_enable_access": true` to the configuration of the connector
85+
#### Unexpected keys found
86+
Not all items that are presented in the data from the server are already implemented by the connector. Feel free to report interesting findings in your log data in the [Discussions](https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/discussions) section or as an [Issue (Enhancement)](https://github.com/tillsteinbach/CarConnectivity-connector-volkswagen/issues). My time is very limited, so usually new features take some time to get into the library, also because I need to align functionallity between the connectors of all brands.
87+
#### 2 Factor Authentification
88+
Some users currently report that the API is asking for a two factor auth. I have not seen this behaviour myself and currently also do not see an easy way to automate 2FA with a code coming in via email. The work-around that seems to work is to login via the browser on the machine running carconnectivity and put in the 2FA code.
89+
8190
### Limitations
8291
The connector is not working with US based vehicles. If you are looking for a connector for your Volkswagen in North America, use this connector instead: [CarConnectivity-connector-volkswagen-na](https://github.com/zackcornelius/CarConnectivity-connector-volkswagen-na)

0 commit comments

Comments
 (0)