bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Troll Basis DuoFern #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi

das homebridge-log erzeugt bei mir folgende Ausgabe: Unknown product: Troll Basis DuoFern Gibt es eine Chance, diese Aktoren in das plugin einzubinden ?

bombadiltom commented 5 years ago

Hi,

was ist denn das?

Best mobile regards,

Tom Lorenz

Am 05.12.2018 um 13:15 schrieb Alexander Flint notifications@github.com:

Hi

das homebridge-log erzeugt bei mir folgende Ausgabe: Unknown product: Troll Basis DuoFern Gibt es eine Chance, diese Autoren in das plugin einzubinden ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 5 years ago

das sind Autoren, mit denen man Rohrmotoren steuern kann. Die Funktionalität ist genau die selbe wie bei den Rollotron Gurtwicklern.

Am 05.12.2018 um 17:11 schrieb Tom Lorenz notifications@github.com:

Hi,

was ist denn das?

Best mobile regards,

Tom Lorenz

Am 05.12.2018 um 13:15 schrieb Alexander Flint notifications@github.com:

Hi

das homebridge-log erzeugt bei mir folgende Ausgabe: Unknown product: Troll Basis DuoFern Gibt es eine Chance, diese Autoren in das plugin einzubinden ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bombadiltom/homebridge-rademacher-homepilot/issues/7#issuecomment-444542206, or mute the thread https://github.com/notifications/unsubscribe-auth/Afnd-4rF4KIuwyWzEYkWNTmLtAus4x23ks5u1_AUgaJpZM4ZCm-C.

ghost commented 5 years ago

problem gelöst: ich habe die Index.js ein wenig modifiziert.

Original: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube"))

habe ich so geändert: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube") || data.productName.includes("Troll Basis"))

jetzt funktioniert es ;-) Danke für das coole plugin

bombadiltom commented 5 years ago

Ggf. gibt es noch weitere Varianten von „Troll“, habe es mal so eingetragen in der soeben veröffentlichten Version 0.0.6:

// blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll ") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube")) {

MfG,

Tom Lorenz Im Grünen Winkel 21 59423 Unna Tel: 02303 592524 Fax: 02303 592534 mailto:tom@lorenz-unna.de

Am 05.12.2018 um 23:43 schrieb Alexander Flint notifications@github.com:

problem gelöst: ich habe die Index.js ein wenig modifiziert.

Original: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube"))

habe ich so geändert: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube") || data.productName.includes("Troll Basis"))

jetzt funktioniert es ;-) Danke für das coole plugin

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bombadiltom/homebridge-rademacher-homepilot/issues/7#issuecomment-444680188, or mute the thread https://github.com/notifications/unsubscribe-auth/AS6kJMwpApxgqL_vpps0s23RGQIJllbOks5u2EwOgaJpZM4ZCm-C.

ghost commented 5 years ago

Super

Vielen Dank

Am 06.12.2018 um 11:53 schrieb Tom Lorenz notifications@github.com:

Ggf. gibt es noch weitere Varianten von „Troll“, habe es mal so eingetragen in der soeben veröffentlichten Version 0.0.6:

// blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll ") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube")) {

MfG,

Tom Lorenz Im Grünen Winkel 21 59423 Unna Tel: 02303 592524 Fax: 02303 592534 mailto:tom@lorenz-unna.de

Am 05.12.2018 um 23:43 schrieb Alexander Flint notifications@github.com:

problem gelöst: ich habe die Index.js ein wenig modifiziert.

Original: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube"))

habe ich so geändert: // blinds if(data.productName.includes("RolloTron") || data.productName.includes("Troll Comfort") || data.productName.includes("Rohrmotor") || data.productName.includes("Connect-Aktor") || data.productName.includes("RolloTube") || data.productName.includes("Troll Basis"))

jetzt funktioniert es ;-) Danke für das coole plugin

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bombadiltom/homebridge-rademacher-homepilot/issues/7#issuecomment-444680188, or mute the thread https://github.com/notifications/unsubscribe-auth/AS6kJMwpApxgqL_vpps0s23RGQIJllbOks5u2EwOgaJpZM4ZCm-C.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.