Skip to content

after restart of mqtt broker, pv data cannot be set #315

@Rumbelstilzchen

Description

@Rumbelstilzchen

Steps to reproduce:

  1. Start mqtt broker - e.g. mosquitto
  2. Restart Go-E charger
  3. send every 5s data to ids/set e.g.: {"ppv":0,"pakku":4056.735596,"pgrid":-16.98193359}
  4. check received data: http://charger.ip/api/status?filter=ppv,pakku,pgrid
    --> works as expected

Restart mqtt broker:

  • PV data sender reconnects automatically to broker
  • charger reconnects to broker and its topics get updated
  • (according to mqtt explorer everything looks fine)

checking received data via http://charger.ip/api/status?filter=ppv,pakku,pgrid yields only null

Workaround:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions