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

Unsupported devices HM-LC-Dim1T-DR (HomeMatic ) and HmIP-WRC6 (HomeMatic IP) #2443

Closed
cheinelt opened this issue Oct 3, 2023 · 10 comments
Closed
Assignees
Labels
AdapterImport feature 🌟 Feature request or enhancement v3.2 Roadmap for v3.2

Comments

@cheinelt
Copy link

cheinelt commented Oct 3, 2023

Issue

While importing devices that are correctly identified by IOBroker, Jarvis does not know them (asking to report to developer):

Please add support for these devices.

Hardware/Software Configuration

  • Raspberry Pi 4B with 8GB
  • latest version of piVCCU3.
  • IOBroker v6.10.1
  • Jarvis (v3.1.2)

All devices work fine in the CCU3 and are also recognized correctly by IOBroker.

How to Reproduce

In Jarvis Configuration Editor

  • go to Devices tab,
  • press Import Devices,
  • select HomeMatic / HomeMatic IP via CCU,
  • press Read Adapters.
    As a result you get HM-LC-Dim1T-DR and HmIP-WRC6 devices listed under Devices with incorrect configuration (states not found) in case you have such in use on your CCU.
@cheinelt cheinelt added the feature 🌟 Feature request or enhancement label Oct 3, 2023
@Zefau
Copy link
Owner

Zefau commented Nov 8, 2023

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"
				}
			}
		},

@cheinelt
Copy link
Author

cheinelt commented Nov 11, 2023 via email

@Zefau
Copy link
Owner

Zefau commented Jan 7, 2024

@cheinelt sorry für die späte Rückmeldung.

Einfach in den ioBroker Objekten jeweils zu den beiden Geräten navigieren und einen Screenshot machen und mir sagen, welche Datenpunkte du davon im jarvis brauchst.

@Zefau Zefau added the #status: waiting-for-feedback ⌛ Status: Issue waiting for user feedback label Jan 7, 2024
@cheinelt
Copy link
Author

cheinelt commented Jan 7, 2024 via email

@Zefau
Copy link
Owner

Zefau commented Jan 7, 2024

Leider zeigt er keine Screenshots an. Kannst du die Email an iobroker.jarvis@mailbox.org schicken?

@Zefau Zefau added v3.2 Roadmap for v3.2 and removed #status: waiting-for-feedback ⌛ Status: Issue waiting for user feedback labels Jan 7, 2024
@cheinelt
Copy link
Author

cheinelt commented Jan 7, 2024 via email

@Zefau
Copy link
Owner

Zefau commented Aug 11, 2024

Hi,
hier kommen die Screenshots:

HM-LC-Dim1T-DR:
1

• Hier wird eigentlich nur LEVEL benötigt - ist ein Dimmer für die Hutschiene
HmIP-WRC6:
2
3

• Hier wird LOW_BAT, UNREACH aus Channel 0 benötigt und aus Channel 1-6 die gezeigten Taster (hier am Beispiel Channel 1 gezeigt).

Es gibt noch weitere nicht unterstützte Geräte, die ich inzwischen angeschafft habe und manuell zu Jarvis hinzugefügt habe:

HmIP-SMI55-2
4
5

• Hier sind aus Channel 0 LOW_BAT und UNREACH wichtig. Channel 1 und 2 sind die Taster (alles benötigt). Channel 3 wird auch alles benötigt (Motion und Licht Sensor)
HmIP-BS2 (Doppelschalter/-aktor):
6
7
8

• Aus Channel 4 und 8 wird STATE benötigt (Schalterstatus).
HmIP-BSL (Schalter mit LEDs):
• Aus Channel 4 (Schaltaktor) benötige ich STATE. Aus Channel 8 und 12 (hier nur 8 gezeigt) benötige ich COLOR, COLOR_STATUS, DURATION_UNIT, DURATION_VALUE, LEVEL, LEVEL_STATUS, RAMP_TIME_UNIT, RAMP_TIME_VALUE

Viele Grüße,
Carsten.

Am 07.01.2024 um 21:08 schrieb Zefau <notifications@github.com>:

@cheinelt sorry für die späte Rückmeldung.
Einfach in den ioBroker Objekten jeweils zu den beiden Geräten navigieren und einen Screenshot machen und mir sagen, welche Datenpunkte du davon im jarvis brauchst.

Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you were mentioned.

@Zefau Zefau added the #status: implemented-locally 🛠️ Status: Issue has been implemented locally (but not pushed to repository yet) label Aug 11, 2024
@Zefau
Copy link
Owner

Zefau commented Aug 11, 2024

#2448

@Zefau
Copy link
Owner

Zefau commented Aug 11, 2024

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 Zefau added #status: ready-to-test ✔️ Status: Issue fixed and ready-to-test and removed #status: implemented-locally 🛠️ Status: Issue has been implemented locally (but not pushed to repository yet) labels Aug 11, 2024
@Zefau
Copy link
Owner

Zefau commented Sep 12, 2024

@cheinelt

@Zefau Zefau closed this as completed Sep 12, 2024
@Zefau Zefau removed the #status: ready-to-test ✔️ Status: Issue fixed and ready-to-test label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AdapterImport feature 🌟 Feature request or enhancement v3.2 Roadmap for v3.2
Projects
Status: DONE
Development

No branches or pull requests

2 participants