DrozmotiX / ioBroker.switchbot-hub

This adapter allows you to control your all devices connected to you SwitchBot hub by cloud API
MIT License
12 stars 7 forks source link

Curtain via ioBroker IOT Adapter steuern, Fehler beim Anlegen des Geräts #5

Open J3susC opened 3 years ago

J3susC commented 3 years ago

Ich habe versucht, die slidePosition als IOT Gerät hinzuzufügen um den Curtain via Alexa anzusprechen, erhalte jedoch als Fehler:

switchbot-hub.0.XXXXXXXXXXXX.slidePosition" not exists or no native part.

senger1985 commented 3 years ago

Warum nutzt nur nicht den offiziellen Skill, von Amazon, um den Curtain, via Alexa zu steuern? So mache ich das auch und es funktioniert super.

DutchmanNL commented 3 years ago

Warum nutzt nur nicht den offiziellen Skill, von Amazon, um den Curtain, via Alexa zu steuern? So mache ich das auch und es funktioniert super.

wil der nicht ueber iobroker lauft... :)

Ich habe versucht, die slidePosition als IOT Gerät hinzuzufügen um den Curtain via Alexa anzusprechen, erhalte jedoch als Fehler:

switchbot-hub.0.XXXXXXXXXXXX.slidePosition" not exists or no native part.

schaue ich mir an, dan fehlt wohl der native part in den obejcten

J3susC commented 3 years ago

Super, danke!

Ja, derzeit nutze ich noch den Skill, würde aber gerne die Geräte im Broker steuern für Szenen, etc. und das läuft via Skill nur von hinten durch die Brust ins Auge. 😁

DutchmanNL commented 3 years ago

@J3susC kannst du mal bitte das native im object hinzufügen und schauen ob das problem damit gelöst ist (ich vermute ja)

1) den DP editieren (Bleistift) 2) auf object raw gehen 3) da steht dan

common : {
name: xxx
role: xxx
.....
....
...},

bitte dort das native hinzufügen

common : {
name: xxx
role: xxx
.....
....
...},
native: {},
J3susC commented 3 years ago

Funktioniert, danke. :)