-
Notifications
You must be signed in to change notification settings - Fork 22
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
base: master
Are you sure you want to change the base?
Hmip drdi3 #354
Conversation
@@ -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); |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
add hmip-drdi3 form hmipw-drd3