Koenkk / Koenkk/zigbee2mqtt

MINI-ZBRBS: Motor stoppt sofort nach Befehl wenn Z2M verbunden ist (EmberZNet)

Open
#32,693 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

problem
Dominant language
TypeScript
Stars
15.7k
Forks
2k
Avg merge
18h 55m
Merged PRs (30d)
35

Description

What happened?

Gerät: SONOFF MINI-ZBRBS
Firmware: 1.1.0 (4352, 20251209)
Z2M Version: 2.12.1
Koordinator: SLZB-06M (EmberZNet 8.0.2 [GA])
external_trigger_mode: pulse

Problem:
Wenn Zigbee2MQTT läuft, fährt der Motor kurz an (~1 Sekunde) und stoppt
dann sofort – sowohl über den physischen Taster als auch über HA/Z2M
Software-Befehle. Es sind 2-6 Versuche nötig bis die Jalousie normal
durchfährt.

Wenn Z2M komplett gestoppt ist, funktionieren die physischen Taster
jedes Mal sofort und einwandfrei.

Debug-Log zeigt:
Die Position springt innerhalb von 1 Sekunde von 100 auf 0 (oder 0 auf 100)
nach einem Befehl, und motor_run_status wechselt sofort auf Stop.

Beispiel:
16:52:34 → CLOSE gesendet
16:52:34 → motor_run_status: Reverse, position: 100
16:52:35 → position: 0, state: CLOSE ← springt sofort
16:52:35 → motor_run_status: Stop ← stoppt nach ~1 Sekunde

Ohne Erfolg versucht:

  • Alle HA Tracking-Automationen deaktiviert
  • cover_position_tilt_disable_report: true
  • closuresWindowCovering Binding entfernt
  • Min. Reporting-Intervall geändert (1 → 10)
  • Manuelle und automatische Kalibrierung
  • Z2M Neustart

Hinweis: Problem begann nach Update von Z2M 2.12.0 auf 2.12.1.
Vor dem Update funktionierte alles korrekt.

What did you expect to happen?

Die Jalousie fährt nach einem OPEN oder CLOSE Befehl durchgehend bis zur
Endposition ohne zwischendurch zu stoppen.

How to reproduce it (minimal and precise)
  1. CLOSE oder OPEN Befehl an MINI-ZBRBS senden
  2. Jalousie fährt kurz an (~1 Sekunde)
  3. Jalousie stoppt ohne die Bewegung abzuschließen
  4. Schritt 1-3 wiederholen bis es nach 2-6 Versuchen klappt
Zigbee2MQTT version

2.12.1

Adapter firmware version

EmberZNet 8.0.2 [GA]

Adapter

SLZB-06M (EmberZNet/EZSP)

Setup

Home Assistant Add-on, HAOS auf Intel N97 x64

Device database.db entry

No response

Debug log

[29.7.2026, 16:52:34] frontend:api: Sending {"topic":"0x04e3e5fffe8c116a/set","payload":{"state":"CLOSE"}}
[29.7.2026, 16:52:34] z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Jalousie Büro Gerrit', payload '{"motor_run_status":"Reverse","position":100,"state":"OPEN"}'
[29.7.2026, 16:52:35] z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Jalousie Büro Gerrit', payload '{"motor_run_status":"Reverse","position":0,"state":"CLOSE"}'
[29.7.2026, 16:52:35] z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Jalousie Büro Gerrit', payload '{"motor_run_status":"Stop","position":0,"state":"CLOSE"}'

Notes

Das Problem trat nach dem Update von Z2M 2.12.0 auf 2.12.1 auf.
Vor dem Update funktionierten alle Jalousien einwandfrei.
Wenn Z2M komplett gestoppt wird, funktionieren die physischen Taster
sofort und zuverlässig – das Problem tritt ausschließlich auf wenn Z2M
läuft und mit dem Koordinator verbunden ist.
Es sind 8 MINI-ZBRBS Geräte betroffen, alle zeigen dasselbe Verhalten.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing Zigbee2MQTT 2.12.0 and 2.12.1 behavior for the SONOFF MINI-ZBRBS, using the supplied CLOSE/OPEN debug sequence and the motor_run_status and position reports. Trace the cover command and reporting path for EmberZNet, then reproduce with a MINI-ZBRBS connected through the SLZB-06M. Done means OPEN and CLOSE commands complete without the motor stopping after the position jumps.

Written by the indexing model from the issue text.

Assessment

Domain
embedded-iot, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.