Skip to content

Add support to write setpoint values received from MQTT into configurable registersΒ #33

@didier-wenzek

Description

@didier-wenzek

I'm looking for something similar to what is done to read measurement values from Modbus registers:

  • Listen for setpoint values published over MQTT
  • Use a configuration file to associate registers to the setpoint names used over MQTT
  • Write the configured registers with the values received from MQTT.

An open question, to be addressed in sync with thin-edge, is on what topic should the setpoint values be published?

  1. An option is to use a convention aligned with measurements: te/+/+/+/+/sp/ where sp stands for setpoint.
  2. An alternative is to use the same convention as for commands: te/+/+/+/+/cmd/setpoint/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions