Hallo zusammen
Ich habe die Dingz Schalter per MQTT über Mosquitto in den ioBroker eingebunden, was grundsätzlich sehr gut funktioniert. Nun habe ich aber auf einem Dingz zwei Lamellenstoren angeschlossen womit dieses voll belegt ist. In der Anleitung steht folgendes:
"dingz publishes the state of the motors
If any value of the a motor changes, because of an internal (button, timer,…) or external (REST,
MQTT, Cloud,…) event, the new values are immediately published to the broker. If the motor is in
motion the values are updated (published) every 2s.
dingz/<ID>/<model>/state/motor/<n>/
• Payload JSON
o {"position": 100,“goal”:50,"lamella":30, “motion”:2}
• position = 0…100% [0…100 in 1%]] the current position of the motor
• goal = 0…100% [0…100 in 1%]] the goal position the motor is running to
• lamella = 0…100% [0…100 in 1%]] the current position of the blind lamellas
• motion =
• 0 = stopped: the motor is not in motion
• 1 = opening: the motor is running towards 100%
• 2 = closing: the motor is running towards 0%
• 3 = calibrating: the motor is executing the calibration proces"
Dies funktioniert aber nicht, es wird nur Motor 0 published und dort werden immer die Zustände vom letzten Motor, der sich bewegt hat, angezeigt. Ansteuern kann ich beide Motoren separat, indem ich wie beschrieben entweder
den Motor0 oder Motor1 per MQTT ansteuere.
Ist das ein bug?
Beste Grüsse
Beat