github Dielee/volvo2mqtt v1.8.0

latest releases: v1.10.0, v1.9.7, v1.9.6...
13 months ago

🚀 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.

Don't miss a new volvo2mqtt release

NewReleases is sending notifications on new releases.