Škoda Order Status

Periodically check the order status of your Škoda

Current Release
0.1.9
Developer
SentiQ
License
MIT

skoda-order-status adapter for ioBroker

Poll the status of a pending Škoda vehicle order via the unofficial MyŠkoda API.

This fills the gap left by vehicle adapters such as vw-connect: order tracking in the MyŠkoda app ("Track & Explore") works before a VIN exists.

Manufacturer site: Škoda Auto

Features

  • Login with MyŠkoda email and password
  • Automatic discovery of all open orders in the account
  • English status labels and checkpoint dates
  • Configurable polling interval (default: 1 hour)
  • Refresh token stored encrypted on the instance

Configuration

  1. Install the adapter and create an instance.
  2. Enter your MyŠkoda email and password.
  3. Optionally change the poll interval (900–86400 seconds, default 3600).
  4. Save. The adapter logs in, discovers open orders and creates one device per commission ID.

Objects

Each open order is a device under skoda-order-status.0.<commissionId>:

StateDescription
orderStatusRaw status (ORDER_CONFIRMED, IN_PRODUCTION, IN_DELIVERY, TO_HANDOVER)
orderStatusLabelEnglish label (Confirmed, In production, In delivery, To handover)
model / trimLevelVehicle model and trim
exteriorColour / interiorColourColours
batteryKwh / maxPerformanceKwBattery and power (if provided)
commissionIdOrder commission ID
dealerId / activationStateDealer and activation
orderConfirmedDate / inProductionDate / inDeliveryDate / toHandoverDateCheckpoint dates
checkpointsReached / checkpointsPendingJSON lists of checkpoints
lastPollLast successful poll (ISO timestamp)

info.connection is true while the MyŠkoda API login works.

Disclaimer

This adapter uses an unofficial, reverse-engineered MyŠkoda API. It is not affiliated with Škoda Auto. Use at your own risk.

Changelog

0.1.9 (2026-09-11)

  • (SentiQ) HTTP timeouts, sequential polling, English state labels

0.1.8 (2026-09-03)

  • (ioBroker-Bot) Adapter requires admin >= 7.8.23 now.

0.1.7 (2026-09-02)

  • (SentiQ) repository PR checker error

0.1.6 (2026-09-02)

  • (SentiQ) fix fr news translation

0.1.5 (2026-09-02)

  • (SentiQ) fix state roles and connection i18n

License

MIT License

Copyright (c) 2026 SentiQ yves@nuesser.digital

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.