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

Hmip drdi3 #354

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Hmip drdi3 #354

wants to merge 2 commits into from

Conversation

sreinhold95
Copy link

add hmip-drdi3 form hmipw-drd3

@@ -600,6 +600,10 @@
addOption(addr, 'SingleAccessory');
addVirtualChannels(addr, 2, channelCount -1, 4);
break;
case 'hmip-drdi3':
addOption(addr, 'SingleAccessory');
addVirtualChannels(addr, 2, channelCount -1, 4);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich glaube, der erste Kanal müsste hier 5 und nicht 2 sein.


for (let j = 0; j < 3; j++) {
for (let c = 0; c < 3; c++) {
const i = (j * 4) + (c + 2);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Da der erste verwertbare Kanal der 5. ist, müsste hier eine +5 statt einer +2 verwendet werden?

Copy link
Author

@sreinhold95 sreinhold95 Jan 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Durch die Virtual Channels sieht man auch die verdeckten Kanäle.
Der Dimmer hat auf 1,5,9 die Statuskanäle als Rückgabe. Deswegen ist der erste Kanal 2,6,10 für Ausgang 1,2,3
habe ein Bild meiner CCU3 gemacht dort erkennt man es.
drd3
Habe mich vertan ist der hmipw drd3. diesen habe ich als basis genommen, da ich leider kein drdi3 habe.
wenn Sie einen haben können Sie das verifizieren?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du hast einen DRD3, ich einen DRDI3, sind die vielliecht unterschiedlich?
So sieht es bei mir aus:
grafik

Ohne die Anpassung in der Datei redmatic-homekit-homematic-devices.html lief es bei mir jedenfalls definitiv nicht. Den Code in dieser Datei verstehe ich allerdings nicht zu 100%.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das Kann sein.
Dein DRDI3 hat tastereingänge. hast du die virtuellen Kanäle an?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also ich nutze zumindest bislang keine virtuellen Kanäle. Die Einstellung "Kanal aktiv / inaktiv" bei den Statusmitteilungs-Kanälen steht auf "Aktiv", falls du das meinst.

Copy link
Author

@sreinhold95 sreinhold95 Jan 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meinte das hier,
es gibt bei Homematic immer 3 Kanäle pro Aktor Ausgang. es wäre interessant wie es dann aussieht wenn dort die virtuellen Kanäle (erweiterter Verknüpfungsmodus an ist).
Wenn du nur den Start Kanal anpassen musstest. dann passt das. Die Tastereingänge werden aktuell nicht ausgewertet
erweitert

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Achso, das ist wie bei dir nicht angehakt.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also bei mir läuft jetzt alles wie es soll, an beiden Stellen muss für den DRDI3 aus der 2 eine 5 gemacht werden. Vielen Dank für die Vorarbeit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants