-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
HmIPW-DRI32 zeigt nicht alle Felder in der Gerätekonfiguration an #2736
Comments
Kann ich bestätigen. |
There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. |
Problem besteht auch in Version 3.77.6.20240720 noch. |
Wurde das damals ausführlich getestet? Das Problem ist das diese Änderung (auf aktueller RM 3.79.6.20241122) Auswirkungen auf andere MULTI_MODE_INPUT_TRANSMITTER - Kanäle hat, z.B. beim HmIP-MOD-RC8. RM 3.79.6.20241122 mit 0186-WebUI-Fix-HmIPW-DRI16_DRI32-Channel WebUI patch RM 3.79.6.20241122 ohne 0186-WebUI-Fix-HmIPW-DRI16_DRI32-Channel WebUI patch |
Vielleicht braucht es dann in der |
Möglich. eQ-3 nutzt selbst: Und ich habe noch nirgends gelesen das es da Probleme mit den HmIPW-DRI16 / DRI32 gibt. Mangels IP-Wired bin ich da aber raus. 😉 |
Hmm, hab jetzt mal auf dem Hauptsystem geguckt. Da sind die Eingänge der DRSIx auch
... eher "if HmIP-MOD-RC8, dann wie füher, ansonsten wie jetzt?" |
Ich kann das heute abend mal testen und berichten ob es auch ohne den Patch geht. Aber @Alexander060101 hat das ja hier berichtet und @Maik2208 hat es dann via PR korrigiert. Muss also irgendwie was dran sein. |
Natürlich konnte ich nicht alle Geräte testen, da ich sie schlichtweg nicht besitze. Aber für den DRI16 und DRI32 konnte ich es testen und da war der Fehler vor der Anpassung da und danach definitiv behoben. |
Also hab das jetzt getestet, und es geht OHNE diesen patch hier nicht mit meinem HmIPW-DRI32. D.h. das Problem ist auch prinzipiell noch in der 3.79.6 vorhanden. Die Frage wäre nur wie schränkt man das jetzt ein? Welche Geräte sind noch vom Typ |
Also meine Eingänge der DRSIx sind auch Da eure HmIPW-DRI16/32 und meine HmIP-DRSIx den Patch "brauchen" sollten wir eher auf das HmIP-MOD-RC8 prüfen und aktuell nur dafür "die alte Version" Ich bekomme leider kein if {[string equal $dev_descr(TYPE) "HmIP-MOD-RC8"] == 0} {
append html "console.log('Typ: $dev_descr(TYPE)');"
append html "window.setTimeout(function() {"
append html "var elmOperationMode = jQuery(\"#separate_$CHANNEL\_1\"),"
append html "mode = elmOperationMode.val(),"
append html "chn = elmOperationMode.prop(\"id\").split(\"_\")\[2\];"
append html "showHideKeyParams(mode, chn);"
append html "},100);"
}
if {[string equal $dev_descr(TYPE) "HmIP-MOD-RC8"] == 1} {
append html "console.log('Typ: $dev_descr(TYPE)');"
append html "window.setTimeout(function() {"
append html "var elmOperationMode = jQuery(\"#separate_$CHANNEL\_2\"),"
append html "mode = elmOperationMode.val(),"
append html "chn = elmOperationMode.prop(\"id\").split(\"_\")\[2\];"
append html "showHideKeyParams(mode, chn);"
append html "},100);"
} Nicht schön, aber zum Testen geeignet. |
address a regression with HmIP-MOD-RC8 requiring the original operating mode settings (refs #2736).
So müsste es jetzt gehen – und siehst auch IMHO schöner aus :) |
Sehr schön, kurz und knackig. Hoffen wir mal das das MOD-RC8 der einzige "Sonderfall" ist und bleibt... es gibt ja leider noch viele andere mit dem |
Describe the issue you are experiencing
Wenn man die Einstellungen des Gerätes öffnet, sieht man nur diese beiden Einstellungen pro Kanal (bei Kanalverhalten "Kontakt"):
Man muss die Einstellung Kanalverhalten erst zu etwas anderem und dann wieder zurück zu "Kontakt" ändern, um alle Einstellungen zu sehen:
Describe the behavior you expected
Es sollten sofort alle Einstellungen angezeigt werden
Steps to reproduce the issue
N/A
What is the version this bug report is based on?
3.75.7.20240420
Which base platform are you running?
ova (Open Virtual Infrastructure, AMD64/x86_64)
Which HomeMatic/homematicIP radio module are you using?
HmIP-RFUSB
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: