 
 
Code: Alles auswählen
UID: mqtt:topic:broker:Tasmota
label: Tasmota 1
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:broker
channels:
  - id: temperature1
    channelTypeUID: mqtt:number
    label: Temperatur 1
    description: ""
    configuration:
      stateTopic: tele/tasmota_01C94A/SENSOR
      transformationPattern: JSONPATH:$.DS18B20-1.Temperature
  - id: BWM
    channelTypeUID: mqtt:switch
    label: Bewegungsmelder Schalter
    description: ""
    configuration:
      commandTopic: cmd/tasmota_01C94A/POWER
      stateTopic: stat/tasmota_01C94A/POWER
  - id: Schalterstellung
    channelTypeUID: mqtt:string
    label: Bewegungsmelder Zustand
    description: ""
    configuration:
      stateTopic: stat/tasmota_01C94A/RESULT
  - id: temperature2
    channelTypeUID: mqtt:number
    label: Temperatur 2
    description: null
    configuration:
      stateTopic: tele/tasmota_01C94A/SENSOR
      transformationPattern: JSONPATH:$.DS18B20-2.Temperature


