Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMIP-BBL wird nicht auf die korrekte Lamellenposition gefahren, wenn das Positionierungskommando mehrfach aufgerufen wird, solange die Jalousie in Bewegung ist #3024

Open
walburgf opened this issue Feb 10, 2025 · 0 comments
Labels
🐛 bug-report Something isn't working

Comments

@walburgf
Copy link

walburgf commented Feb 10, 2025

Describe the issue you are experiencing

Wenn man mit einem Programm die Position und Lamellenposition mit Hilfe des COMBINED_PARAMETER (z.B. L=50,L2=100) setzt, und während die Jalousie auf Position fährt, das Kommando noochmals aufruft, färt die Jalousie auf die Position L=50,L2=0. D.h. die Lamelle wird nicht auf die Position L2=100 gefahren.
Wenn man dieses 2. Kommando nicht absetzt, ist die Lamellenposition korrekt.

Ich weiss nicht, ob das ein Problem von Raspberrymatic ist, oder ob EQ-3 etwas tun muss...
Evtl. kannst Du das Problem weiterleiten.....

Ich habe den Test mit dem folgenden Script gemacht.
Bei einem Auruf funktioniert es korrekt.
Wenn man es ein 2. Mal aufruft, während die Jalousie in Bewegung ist, wird die Lamellenposition auf 0 gefahren.

! **********************************************************************
string vJalousieName = "EG-Wintergarten-vorne";
string sollJalousiePos = "L=50,L2=100";
var Jalousie;

Jalousie = dom.GetObject(vJalousieName # ":4").DPByHssDP("COMBINED_PARAMETER");
Jalousie.State(sollJalousiePos);

WriteLine("Jalousie SollPos = " # sollJalousiePos);

Describe the behavior you expected

Die Lamellenposition sollte auf den vorgegebenen Wert gefahren werden, auch wenn das Kommando mehrmals aufgerunfen wird.

Steps to reproduce the issue

see issue description

What is the version this bug report is based on?

3.79.6.20250118

Which base platform are you running?

generic-x86_64 (Generic UEFI capable system, AMD64/x86_64)

Which HomeMatic/homematicIP radio module are you using?

RPI-RF-MOD

Anything in the logs that might be useful for us?

There's nothing in the logs correlating to the issue

Additional information

No response

@walburgf walburgf added the 🐛 bug-report Something isn't working label Feb 10, 2025
@walburgf walburgf changed the title HMIP-BBL is not moving to the correct slat position when the positioning is called more than once while the blind is moving (not in a stable position) HMIP-BBL wird nicht auf die korrekte Lamellenposition gefahren, wenn das Positionierungskommando mehrfach aufgerufen wird, solange die Jalousie in Bewegung ist Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug-report Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant