Zefau / ioBroker.jarvis

jarvis - just another remarkable vis
https://forum.iobroker.net/topic/49776
Other
150 stars 38 forks source link

HM-LC-Dim1T-DR nicht unterstützt (Geräte mit unbekannten Datenpunkten) #2449

Closed cheinelt closed 2 days ago

cheinelt commented 10 months ago

*HM-LC-Dim1T-DR wird noch nicht unterstützt

Beim Importieren von Geräten von HomeMatic / HomeMatic IP via CCU in jarvis wird der HM-LC-Dim1T-DR nicht erkannt, d.h. Jarvis meldet Geräte mit unbekannten Datenpunkten (bitte dem Entwickler melden).

Zefau commented 10 months ago

Ich bräuchte einmal die Datenpunkte, die du vom Importer übernommen haben möchtest (da mir die Struktur für das Gerät nicht bekannt ist).

Beispielsweise:


        "HmIP-BSL": {
            "power": {
                "state": ".4.STATE",
                "action": ".4.STATE"
            },
            "levelTop": {
                "state": ".8.LEVEL",
                "action": ".8.LEVEL"
            },
            "colorTop": {
                "state": ".8.COLOR",
                "action": ".8.COLOR",
                "display": {
                    "0": "BLACK",
                    "1": "BLUE",
                    "2": "GREEN",
                    "3": "TURQUOISE",
                    "4": "RED",
                    "5": "PURPLE",
                    "6": "YELLOW",
                    "7": "WHITE"
                }
            },
            "levelBottom": {
                "state": ".12.LEVEL",
                "action": ".12.LEVEL"
            },
            "colorBottom": {
                "state": ".12.COLOR",
                "action": ".12.COLOR",
                "display": {
                    "0": "BLACK",
                    "1": "BLUE",
                    "2": "GREEN",
                    "3": "TURQUOISE",
                    "4": "RED",
                    "5": "PURPLE",
                    "6": "YELLOW",
                    "7": "WHITE"
                }
            }
        },
Zefau commented 3 weeks ago

Die Version v3.2.0-beta.58 sollte den Fehler beheben - bitte einmal prüfen. Sofern es behoben ist, gerne das Issue schließen.


The version v3.2.0-beta.58 should fix the bug - please verify. If the bug has been solved, you may close the issue.

Zefau commented 2 days ago

@cheinelt