Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Releases: Dielee/volvo2mqtt

v1.9.3

29 May 18:09
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Ignore retained OTP messages #193

v1.9.2

28 May 06:30
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Try to fix OTP Input
  • Fix SyntaxWarning: invalid escape sequence '\d' #196

v1.9.1

27 May 12:18
Compare
Choose a tag to compare

πŸš€ Features:

  • The token file now survives an HA addon update/restart

πŸ› Bug Fixes:

  • Extend OTP retry time to 120 seconds

v1.9.0

27 May 06:24
cb13770
Compare
Choose a tag to compare

⚠️ Breaking change

πŸš€ Features:

  • Add "Battery Capacity" sensor. Thanks to @gurtjun!

  • OTP Auth
    This addon uses the same OTP authentication as the Volvo app, now.
    The following steps are required for authentication in exactly this order:

      1. Setup volvo2Mqtt, either via Docker, or via HA addon (take a look at the "Setup" section)
      2. Fill in your settings and start volvo2Mqtt
      3. Your log will show the following lines
      Waiting for otp code... Please check your mailbox and post your otp code to the following mqtt topic "volvoAAOS2mqtt/otp_code". Retry 0/15
      Waiting for otp code... Please check your mailbox and post your otp code to the following mqtt topic "volvoAAOS2mqtt/otp_code". Retry 1/15
      etc ...
      4. Now, open your mailbox and copy your OTP Code
      5. Open HomeAssistant and search for the entity ID text.volvo_otp
      6. Paste your OTP into the text entity and press Enter
      7. If everything has worked, your addon is now authenticated. In the future, OTP authentication only needs to be done when updating, not when restarting the container.
    

v1.9.0b1

14 Mar 08:18
Compare
Choose a tag to compare
v1.9.0b1 Pre-release
Pre-release

πŸš€ Features:

  • Add OTP Authentication to keep the addon alive

Please read the readme, how to use the OTP authentication!

v1.8.27

26 Jan 07:26
Compare
Choose a tag to compare

πŸš€ Features:

  • Add state caching for "diagnostics" endpoint

v1.8.26

23 Jan 08:26
Compare
Choose a tag to compare

πŸš€ Features:

  • Add option to disable updates #160 (Set the update interval to -1)

v1.8.25

23 Jan 07:45
Compare
Choose a tag to compare

πŸš€ Features:

  • Fix INTERNAL_SERVER_ERROR #165

v1.8.24

22 Jan 08:18
Compare
Choose a tag to compare

πŸš€ Features:

  • Add option for dynamic interval settings #160
  • Add warnings endpoint #151

v1.8.23

02 Jan 14:05
Compare
Choose a tag to compare

πŸš€ Features:

  • Add new charging system states #152