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

Releases: Dielee/volvo2mqtt

v1.8.2

18 Aug 07:47
Compare
Choose a tag to compare

πŸš€ Features:

  • Add updateInterval limit to prevent abuse (60 Seconds)
  • Add vccapikey limit to prevent abuse (3 Keys)
  • Optimize vcc api key change behaviour

Note: Don't forget to check the release notes from release v1.8.0!

v1.8.1

17 Aug 10:23
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Fix app crash if debug is not set #86

Note: Don't forget to check the release notes from release v1.8.0!

v1.8.0

17 Aug 08:43
075102c
Compare
Choose a tag to compare

πŸš€ Features:

  • Breaking change: The vccapikey setting is now a list. It is possible to
    add multiple VCCAPIKEYs. This will be helpful if you are extending your 10.000 call limit some times.
    Change your vccapikey config like this:

    Old:

      "vccapikey": "vccapikey1" 
    

    New:

      vccapikey:
        - vccapikey1
        - vccapikey2
        - vccapikey3
        - etc.
    

    More information about this feature here.

v1.7.10

06 Aug 07:35
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Fix application startup if using en_US or en_GB as locale

v1.7.9

05 Aug 19:02
dc7b711
Compare
Choose a tag to compare

πŸš€ Features:

  • Added vehicle diagnostics sensors #75. Thanks to @aerrow5!

v1.7.8

05 Aug 10:23
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Fix "Estimated Charging Finish Time" Sensor

v.1.7.7

31 Jul 07:20
Compare
Choose a tag to compare

πŸš€ Features:

  • Added long term statistics for some sensors #68. Thanks to @bogdanbujdea!
  • Automatic redact sensitive data from debug log
  • Perpare for scheduler option (not yet ready)

v1.7.6

09 Jul 14:06
Compare
Choose a tag to compare

πŸš€ Features:

  • Added support for interior and exterior images via the new MQTT Image entity. #62

NOTE: This feature is only available using homeassistant version 2023.7.1 or greater.

v1.7.5

06 Jul 11:27
Compare
Choose a tag to compare

πŸš€ Features:

  • Added support for LOCKING and UNLOCKING state (Lock entity)

v1.7.4

06 Jul 09:13
Compare
Choose a tag to compare

πŸ› Bug Fixes:

  • Fixed undocumented charging connection state CONNECTION_STATUS_FAULT '#57