Skip to content
Discussion options

You must be logged in to vote

Ich antworte mir mal selber:

In der configuration.yaml einfügen (falls der Abschnitt mqtt schon existiert, dann die ersten beiden Zeilen weglassen):

mqtt:
  sensor:
    - name: "HeidelBridge Voltage L1"
      state_topic: "HeidelBridge/charging_voltage/phase1"
      unique_id: "heidelbridge_voltage_L1"
      unit_of_measurement: "V"
      state_class: measurement
      device_class: voltage
      
    - name: "HeidelBridge Voltage L2"
      state_topic: "HeidelBridge/charging_voltage/phase2"
      unique_id: "heidelbridge_voltage_L2"
      unit_of_measurement: "V"
      state_class: measurement
      device_class: voltage
      
    - name: "HeidelBridge Voltage L3"
      state_topic: "He…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BorisBrock
Comment options

@kalwados
Comment options

Answer selected by BorisBrock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants