Skip to content
Discussion options

You must be logged in to vote

So hab etwas rumprobiert und dank KI rausbekommen, wie ich eine Aktion als Yaml hinzufüge, das war mir noch gar nicht klar, nun bekomme ich im MQTT Explorer auch einen wert, kommt aber nicht bei OpenDTUonBatterie an.

Mein Sensor hieß etwas anders

`alias: SoC_to_MQTT
description: ""
triggers:

  • trigger: time_pattern
    minutes: /1
    conditions: []
    actions:
  • action: mqtt.publish
    metadata: {}
    data:
    qos: 0
    payload: "{{ states('sensor.b2500_01_pe') }}"
    topic: hame_energy/B2500_01/SoC
    mode: single
    `

Dann hießen die Sensoren der Zellen bei mir auch anderes, da kam aber noch gar nichts beim MQTT Explorer an:

`alias: Package by Martin0475 B2500_01_Voltage_to_MQTT
description: ""
triggers:

  • trigger: state

Replies: 9 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Harisjems
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by 3joern
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Harisjems
Comment options

Comment options

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

@Github-Nutzer
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants