Sonoff Zigbee Brigde/Tasmota - > Bewegungsmelder OH4.3 MQTT
Verfasst: 25. Dez 2024 16:49
Hallo zusammen,
ich brauche mal Eure fachmännische Hilfe, da ich den Wald nicht mehr vor Bäumen sehe und meine Bewegungsmelder über MQTT mir einfach keine Daten in OH liefern wollen:
Bridge:
Thing:
ITEM:
AUSGABE MQTT EXPLORER:
TOPIC:
tele/tasmota_F0E878/2F13/SENSOR
Bin für jede Idee dankbar und wünsche allen noch schönes Festtage.
ich brauche mal Eure fachmännische Hilfe, da ich den Wald nicht mehr vor Bäumen sehe und meine Bewegungsmelder über MQTT mir einfach keine Daten in OH liefern wollen:
Bridge:
Code: Alles auswählen
UID: mqtt:broker:Mosquitto_local
label: Mosquitto_local
thingTypeUID: mqtt:broker
configuration:
lwtQos: 0
publickeypin: true
keepAlive: 60
clientid: 98f11c4f-42f5-4b8d-9769-857c3c1660b4
hostnameValidated: true
secure: false
birthRetain: true
shutdownRetain: true
certificatepin: true
password: XYZ
protocol: TCP
qos: 0
reconnectTime: 60000
mqttVersion: V5
host: 127.0.0.1
lwtRetain: true
username: mqttuser
enableDiscovery: true
Code: Alles auswählen
UID: mqtt:topic:Mosquitto_local:MotionSensorEingang
label: MotionSensorEingang
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:Mosquitto_local
channels:
- id: StatusMotionEingang
channelTypeUID: mqtt:number
label: StatusMotionEingang
description: ""
configuration:
stateTopic: tele/tasmota_F0E878/2F13/SENSOR
transformationPattern:
- JSONPATH:$.MotionSensorEingang.ZoneStatus
Code: Alles auswählen
label: StatusMotionEingang
type: Number
category: ""
groupNames: []
tags:
- Point
TOPIC:
tele/tasmota_F0E878/2F13/SENSOR
Code: Alles auswählen
{
"<MotionSensorEingang>": {
"Device": "0x2F13",
"Name": "<MotionSensorEingang>",
"ZoneStatus": 0,
"Occupancy": 0,
"Endpoint": 1,
"LinkQuality": 174
}
}