totalimmersion / com.somfy.tahoma

Somfy TaHoma app for Homey
GNU General Public License v3.0
10 stars 16 forks source link

Garage Deur #27

Open paulvanderheijden90 opened 5 years ago

paulvanderheijden90 commented 5 years ago

Hello, I would love to open and close my Somfy IO overhead door. I think it must work like any blind.

I hope you heave Some time for that

totalimmersion commented 5 years ago

Hi Paul,

Could you provide me with some more information? I've created a document in order to find the neccessary information for adding the device to the app. If you provide me that information, I will try to support it in the app.

Best,

Lennart Instructions for the TaHoma devices.pdf

paulvanderheijden90 commented 5 years ago

Hallo Lennart.

Dat ga ik doen.

Ik laat je het weten.

Kan ik dit ook doen voor andere Somfy apparaten

Met vriendelijke Groet,

Paul van der Heijden

Op 14 jan. 2019, om 17:01 heeft Lennart notifications@github.com het volgende geschreven:

Hi Paul,

Could you provide me with some more information? I've created a document in order to find the neccessary information for adding the device to the app. If you provide me that information, I will try to support it in the app.

Best,

Lennart Instructions for the TaHoma devices.pdf https://github.com/totalimmersion/com.somfy.tahoma/files/2755935/Instructions.for.the.TaHoma.devices.pdf — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/totalimmersion/com.somfy.tahoma/issues/27#issuecomment-454057633, or mute the thread https://github.com/notifications/unsubscribe-auth/Amu2ssyGdKxpLYRpKvUYbDooc_-_TFu0ks5vDKnwgaJpZM4ZnJ2p.

totalimmersion commented 5 years ago

Hoi Paul,

Je kan dit voor alle Somfy IO apparaten doen, echter ik moet wel per apparaat bekijken of deze ook daadwerkelijk toegevoegd kan worden.

Groet,

Lennart

On 14 Jan 2019, at 17:51, paulvanderheijden90 notifications@github.com wrote:

Hallo Lennart.

Dat ga ik doen.

Ik laat je het weten.

Kan ik dit ook doen voor andere Somfy apparaten

Met vriendelijke Groet,

Paul van der Heijden

Op 14 jan. 2019, om 17:01 heeft Lennart notifications@github.com het volgende geschreven:

Hi Paul,

Could you provide me with some more information? I've created a document in order to find the neccessary information for adding the device to the app. If you provide me that information, I will try to support it in the app.

Best,

Lennart Instructions for the TaHoma devices.pdf https://github.com/totalimmersion/com.somfy.tahoma/files/2755935/Instructions.for.the.TaHoma.devices.pdf — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/totalimmersion/com.somfy.tahoma/issues/27#issuecomment-454057633, or mute the thread https://github.com/notifications/unsubscribe-auth/Amu2ssyGdKxpLYRpKvUYbDooc_-_TFu0ks5vDKnwgaJpZM4ZnJ2p.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/totalimmersion/com.somfy.tahoma/issues/27#issuecomment-454076471, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMH3slRdt72rUJcysQGFrku8hL9DOmYks5vDLWHgaJpZM4ZnJ2p.

paulvanderheijden90 commented 5 years ago

Hallo Lennart, Ik heb de informatie van de garage deur. ( en nog veel meer... Maar beginnen hier maar mee denk ik ) Ik heb hem hier onder geplakt.

[code]
"creationTime":1500997587000, "lastUpdateTime":1500997587000, "label":"Garage Deur", "deviceURL":"io://1206-3497-3306/15948340", "shortcut":false, "controllableName":"io:GarageOpenerIOComponent", "definition":{
"commands":[
{
"commandName":"close", "nparams":0 }, {
"commandName":"delayedStopIdentify", "nparams":1 }, {
"commandName":"down", "nparams":0 }, {
"commandName":"getName", "nparams":0 }, {
"commandName":"identify", "nparams":0 }, {
"commandName":"open", "nparams":0 }, {
"commandName":"setClosure", "nparams":1 }, {
"commandName":"setName", "nparams":1 }, {
"commandName":"startIdentify", "nparams":0 }, {
"commandName":"stop", "nparams":0 }, {
"commandName":"stopIdentify", "nparams":0 }, {
"commandName":"up", "nparams":0 }, {
"commandName":"wink", "nparams":1 } ], "states":[
{
"type":"ContinuousState", "qualifiedName":"core:ClosureState" }, {
"type":"DataState", "qualifiedName":"core:NameState" }, {
"values":[
"closed", "open", "unknown" ], "type":"DiscreteState", "qualifiedName":"core:OpenClosedUnknownState" }, {
"type":"ContinuousState", "qualifiedName":"core:PriorityLockTimerState" }, {
"type":"ContinuousState", "qualifiedName":"core:RSSILevelState" }, {
"values":[
"available", "unavailable" ], "type":"DiscreteState", "qualifiedName":"core:StatusState" }, {
"values":[
"comfortLevel1", "comfortLevel2", "comfortLevel3", "comfortLevel4", "environmentProtection", "humanProtection", "userLevel1", "userLevel2" ], "type":"DiscreteState", "qualifiedName":"io:PriorityLockLevelState" }, {
"values":[
"LSC", "SAAC", "SFC", "UPS", "externalGateway", "localUser", "myself", "rain", "security", "temperature", "timer", "user", "wind" ], "type":"DiscreteState", "qualifiedName":"io:PriorityLockOriginatorState" } ], "dataProperties":[
{
"value":"500", "qualifiedName":"core:identifyInterval" } ], "widgetName":"PositionableGarageDoor", "uiClass":"GarageDoor", "qualifiedName":"io:GarageOpenerIOComponent", "type":"ACTUATOR" }, "states":[
{
"name":"core:NameState", "type":3, "value":"Garage Deur" }, {
"name":"core:PriorityLockTimerState", "type":1, "value":0 }, {
"name":"core:StatusState", "type":3, "value":"available" }, {
"name":"core:RSSILevelState", "type":2, "value":50.0 }, {
"name":"core:ClosureState", "type":1, "value":100 }, {
"name":"core:OpenClosedUnknownState", "type":3, "value":"closed" } ], "attributes":[

     ],
     "available":true,
     "enabled":true,
     "placeOID":"0d2f8c84-b241-408d-a020-ecaa624cf615",
     "widget":"PositionableGarageDoor",
     "type":1,
     "oid":"59a81525-24fc-453a-8f13-cfce5a9c36b0",
     "uiClass":"GarageDoor"
  },

[/code]

paulvanderheijden90 commented 5 years ago

Hallo Lennart,

Ik heb de code toegevoegd aan het request op GitHub.

Ik hoor graag van je.

Met vriendelijke groet,

Paul van der Heijden

Op 14 jan. 2019, om 17:01 heeft Lennart notifications@github.com het volgende geschreven:

Hi Paul,

Could you provide me with some more information? I've created a document in order to find the neccessary information for adding the device to the app. If you provide me that information, I will try to support it in the app.

Best,

Lennart Instructions for the TaHoma devices.pdf https://github.com/totalimmersion/com.somfy.tahoma/files/2755935/Instructions.for.the.TaHoma.devices.pdf — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/totalimmersion/com.somfy.tahoma/issues/27#issuecomment-454057633, or mute the thread https://github.com/notifications/unsubscribe-auth/Amu2ssyGdKxpLYRpKvUYbDooc_-_TFu0ks5vDKnwgaJpZM4ZnJ2p.

Gosephe commented 5 years ago

Is dit een io closing controller???

Zo niet dan mag die ook wel toegevoegd worden

https://www.myhomecenter.nl/webshop/bedieningen/io-home-control/detail/103/somfy-closing-controller-io.html