Second tasmota device not working

I have configured one tasmota device (Garten-PV), which works properly. The other one does not, I am not getting any updates as it seems.

This is the code:

UID: mqtt:topic:affa5efc40
label: MQTT
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:a4e0d49a09
channels:
  - id: LoadAvg
    channelTypeUID: mqtt:string
    label: Tasmota Heizung
    description: ""
    configuration:
      qos: 0
      formatBeforePublish: "%d"
      stateTopic: tele/tasmota_5008F4/SENSOR
  - id: Garten-PV
    channelTypeUID: mqtt:string
    label: Tasmota Garten-PV
    description: ""
    configuration:
      qos: 0
      formatBeforePublish: "%d"
      stateTopic: tele/tasmota_5382AA/SENSOR
  - id: T_Kuehlschrank
    channelTypeUID: mqtt:number
    label: T_Kuehlschrank
    description: ""
    configuration:
      qos: 0
      formatBeforePublish: "%d"
      stateTopic: tele/tasmota_3C15DD/SENSOR


T_Kuehlschrank ist not working:

My things:

Tasmota config:

In MQTT explorer I can verify that the messages are correctly transferred to the broker.

As you are using the jsonpath Profile instead of incomming Value Transformation, you have to define the channel as String, not as Number.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.