Zefau / ioBroker.jarvis

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

HmIP-BS2 (Doppelschalter) nicht erkannt - Gerät mit unbekannten Datenpunkten #2448

Closed cheinelt closed 2 days ago

cheinelt commented 10 months ago

*HmIP-BS2 wird noch nicht unterstützt

Beim Importieren von Geräten von HomeMatic / HomeMatic IP via CCU in jarvis wird der HmIP-BS2 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 1 month ago

Dieser Feature Request wurde mit v3.2.0-beta.57 implementiert. Bitte bestätigen und auf Fehler prüfen. Wenn alles in Ordnung ist, gerne das Issue schließen.


This feature request has been implemented with v3.2.0-beta.57. Please verify and test the feature for any bugs. If everything works as expected, you may close the issue.

Zefau commented 2 days ago

@cheinelt