Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DennisOSRM/hms-mqtt-publisher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dc7kr/hms-mqtt-publisher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 5, 2024

  1. Use serial number suffix instead of prefix for topic

    When trying to use more than one inverter on the same mqtt host
    the previous implementation causes a topic clash as the serial numbers
    share a common prefix. This change uses the last 8 digits instead of the
    first for the topic (and whenever the shortened SN is used)
    dc7kr committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    774d4b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix typo in function call

    dc7kr committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dcc4353 View commit details
    Browse the repository at this point in the history
  2. cargo fmt formatting

    dc7kr committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2b6d4c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. introduce configurable client_id

    running two instances of hms-mqtt-publish with the hardcoded
    client_id causes conflicts and high cpu load.
    
    This makes the client_id optionally configurable
    dc7kr committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a622b28 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge upstream main

    dc7kr committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a32bfd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix test for new client_id

    dc7kr committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fcc82ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a6e4c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    9671fb3 View commit details
    Browse the repository at this point in the history
Loading