-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bugfix: Fix drivesomethinggreater related vehicle templates #31047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
4bd83b6
10a26c4
f6c3329
ed4ffa9
a96e4c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,11 +4,31 @@ products: | |
| - brand: Audi | ||
| description: | ||
| generic: EU Data Act | ||
| requirements: | ||
| description: | ||
| de: | | ||
| Nutzt die im Rahmen des EU Data Act bereitgestellten Fahrzeugdaten über das | ||
| [VW-Konzern-Portal](https://eu-data-act.drivesomethinggreater.com). Die Anmeldung | ||
| erfolgt mit den Zugangsdaten der myAudi-App. | ||
|
|
||
| Voraussetzung (einmalig im Browser): im Portal anmelden, die Einwilligung | ||
| bestätigen, das Fahrzeug verknüpfen und eine fortlaufende Datenanfrage | ||
| (alle 15 Minuten) aktivieren. Ohne diese Aktivierung liefert das Portal | ||
| keine Daten. Die Daten werden ca. alle 15 Minuten im Portal bereitgestellt. | ||
| en: | | ||
| Uses the vehicle data provided under the EU Data Act through the [VW group | ||
| portal](https://eu-data-act.drivesomethinggreater.com). Log in with the credentials | ||
| of the myAudi app. | ||
|
|
||
| Prerequisite (one-time, in a browser): log in to the portal, confirm the | ||
| consent screen, link the vehicle and enable a continuous data request | ||
| (every 15 minutes). Without this activation the portal returns no data. | ||
| Data is provided on the portal roughly every 15 minutes. | ||
| params: | ||
| - preset: vehicle-base | ||
| - name: vin | ||
| example: WAUZZZ... | ||
| - preset: vehicle-features | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this necessary?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As already answered to your first questionmark:
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @naltatis could we suppress rendering params that have a non-zero default value? These can‘t be deselected anyway. Maybe limited to bool obly?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Sounds like something that has potential to create confusion in the future. I'd rather keep it simple/deterministic - this would also affect the rendered docs. Breaking up (inlining) the preset seems like the right move here. I'd rather reorganize the presets in the future, than implementing revert/hide preset params from within the template.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The problem with breaking up the presets is that you'll need to do this everywhere every time a single preset is added.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - preset: vehicle-online | ||
| render: | | ||
| type: drivesomethinggreater | ||
| brand: Audi | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.