Skip to content

v1.11.0

Compare
Choose a tag to compare
@BigThunderSR BigThunderSR released this 15 Mar 03:49
· 422 commits to main since this release
v1.11.0
1bc6c63

What's Changed

New Options and Features by @BigThunderSR in #141

  • New env options for securing connectivity for MQTTS using TLS:

    • MQTT_REJECT_UNAUTHORIZED (Default: "true", set to "false" only for testing.)
    • MQTT_CA_FILE
    • MQTT_CERT_FILE
    • MQTT_KEY_FILE
  • Automatic creation of pollingStatusTopic

    • No longer need to specify MQTT_ONSTAR_POLLING_STATUS_TOPIC as this is now created automatically
      • Format is "homeassistant/(VIN)/polling_status/"
    • If it is explicitly specified, will use the specified value, so does not break backwards compatibility
  • Ability to dynamically change polling frequency using MQTT

    • Uses the value from "ONSTAR_REFRESH" on initial startup
    • Change the value dynamically by publishing the new refresh value in milliseconds (ms) as an INT to: "homeassistant/(VIN)/refresh_interval"
  • Additional logging enhancements