Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Options and Features #141

Merged
merged 6 commits into from
Mar 15, 2024
Merged

Conversation

BigThunderSR
Copy link
Owner

  • 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

@BigThunderSR BigThunderSR merged commit 25bd50b into main Mar 15, 2024
3 of 5 checks passed
@BigThunderSR BigThunderSR deleted the update-refresh-interval-through-mqtt branch March 15, 2024 03:43
src/index.js Dismissed Show dismissed Hide dismissed
src/index.js Dismissed Show dismissed Hide dismissed
src/index.js Dismissed Show dismissed Hide dismissed
src/index.js Dismissed Show dismissed Hide dismissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant