Hi,
hoffe Ihr könnt mir helfen…
Der Sensor Verbindet sich und bricht sofort wieder ab.
2024-12-25 20:50:39: Client buero disconnected.
2024-12-25 20:50:41: New connection from 192.168.178.93:51538 on port 1883.
2024-12-25 20:50:41: New client connected from 192.168.178.93:51538 as buero (p2, c1, k15, u’Marc’).
2024-12-25 20:51:54: Client buero disconnected.
2024-12-25 20:51:54: New connection from 192.168.178.93:51539 on port 1883.
2024-12-25 20:51:54: New client connected from 192.168.178.93:51539 as buero (p2, c1, k15, u’Marc’).
2024-12-25 20:51:58: New connection from 172.30.32.2:40728 on port 1883.
2024-12-25 20:51:58: Client closed its connection.
2024-12-25 20:52:49: Client buero disconnected.
2024-12-25 20:52:49: New connection from 192.168.178.93:51540 on port 1883.
2024-12-25 20:52:49: New client connected from 192.168.178.93:51540 as buero (p2, c1, k15, u’Marc’)…
Die Yaml habe ich angepasst :
mqtt:
sensor:
- name: "Brightness"
unique_id: "PS_Brightness"
state_topic: "tele/buero/STATE"
value_template: "{{ value_json.light }}"
unit_of_measurement: "%"
icon: mdi:brightness-5
device:
identifiers: "PresenceSensor"
manufacturer: "Senvolon"
name: "Presence Sensor"
model: "V1"
- name: "Presence"
unique_id: "PS_Presence"
state_topic: "stat/buero/PRESENCE"
icon: mdi:human-male
device:
identifiers: "PresenceSensor"
manufacturer: "Senvolon"
name: "Presence Sensor"
model: "V1"
- name: "Distance"
unique_id: "PS_Distance"
state_topic: "stat/buero/DETECTION_DIST"
unit_of_measurement: "cm"
icon: mdi:arrow-expand-horizontal
device:
identifiers: "PresenceSensor"
manufacturer: "Senvolon"
name: "Presence Sensor"
model: "V1"
Habe zwei Sensoren von Senvolon. Der eine hatte das gleiche am Anfang gemacht, aber dann auf einmal keine Abbrüche mehr bekommen…