Skip to content
New issue

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

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

Already on GitHub? # to your account

HmIP-WKP: Kanalbeschreibungen fehlerhaft bei Direktverknüpfungen #2375

Open
eikowagenknecht opened this issue Jul 28, 2023 · 2 comments
Open
Labels
⚓ upstream issue This is a bug/issue for/in upstream software (OCCU, etc.) 🐛 bug-report Something isn't working 🏷️ WebUI This refs the WebUI component 🔅 low priority This issue/ticket has low priority (not urgent)

Comments

@eikowagenknecht
Copy link

eikowagenknecht commented Jul 28, 2023

Describe the issue you are experiencing

Da #2187 geschlossen ist und der schließende Kommentar sagt, dass ein neuer Issue aufgemacht werden soll falls das Problem noch besteht, mache ich das mal, da ich nun genau das selbe Problem habe.

Geräteansicht:
image

Direktverknüpfungen:
image

Wie man sieht, wird für ein und den selben Kanal (roter Kasten) mal "Benutzer 1 Entriegeln" und mal "Benutzer 2 Entriegeln" geschrieben.

Neustart hat keine Besserung gebracht, Neuverknüpfen ebenfalls nicht.

Ansonsten funktioniert alles wie erwartet, ist also nur ein Anzeigefehler.

Describe the behavior you expected

Korrekte Beschreibung wird angezeigt.

Steps to reproduce the issue

  1. Mehrere Direktverknüpfungen von "Benutzer 1 Entriegeln" aus anlegen.
  2. Sehen, dass die Namen falsch sind in der Übersicht

What is the version this bug report is based on?

3.69.7.20230626 (oci)

Which base platform are you running?

ha-addon (HomeAssistant Add-on)

Which HomeMatic/homematicIP radio module are you using?

HmIP-RFUSB

Anything in the logs that might be useful for us?

-

Additional information

No response

@eikowagenknecht eikowagenknecht added the 🐛 bug-report Something isn't working label Jul 28, 2023
@jens-maus jens-maus added 🏷️ WebUI This refs the WebUI component ⚓ upstream issue This is a bug/issue for/in upstream software (OCCU, etc.) labels Jul 28, 2023
@jens-maus jens-maus added this to the future release milestone Jul 28, 2023
@jens-maus jens-maus added the 🔅 low priority This issue/ticket has low priority (not urgent) label Jul 28, 2023
@jp112sdl
Copy link
Contributor

In der webui.js wird die WKP-Sicht hier zusammengebaut:

    if (deviceType.toLowerCase() == "hmip-wkp") {
      tmpCounter = (typeof tmpCounter == "undefined") ? 1 : tmpCounter;
      result = translateKey("lblUser") + " " + tmpCounter + " ";


      if (channelIndex % 2 != 0) {
        result += translateKey("chType_ACCESS_TRANSCEIVER_LOCk");
      } else {
        result += translateKey("chType_ACCESS_TRANSCEIVER_UNLOCk");
        tmpCounter++;
      }

https://github.com/eq-3/occu/blob/master/WebUI/www/webui/webui.js#L33529-L33538

In der /www/config/ic_linkpeerlist.cgi, die für die Auflistung der Direktverknüpfungen zuständig ist, gibt es für die WKP-Kanäle keine "Sonderbehandlung".
Meiner Meinung nach müsste dort nachgebessert werden.
Da ich aber kein WKP besitze und die Datei recht komplex ist, ist das mit dem Entwickeln eines Patches meinerseits aussichtslos.

Wie wird eigentlich das Gerät unter "Status und Bedienung"->"Räume" sowie "Gewerke" angezeigt ?

@eikowagenknecht
Copy link
Author

Wie wird eigentlich das Gerät unter "Status und Bedienung"->"Räume" sowie "Gewerke" angezeigt ?

Ich habe eben mal an die beiden Kanäle die Raum / Gewerkzuordnungen rangelegt:

image
image

Das sieht also OK aus.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
⚓ upstream issue This is a bug/issue for/in upstream software (OCCU, etc.) 🐛 bug-report Something isn't working 🏷️ WebUI This refs the WebUI component 🔅 low priority This issue/ticket has low priority (not urgent)
Projects
None yet
Development

No branches or pull requests

3 participants