SmartHome XS1|工具線上App不用買

シェア記事:

【免費工具App】SmartHome XS1-APP點子

Android App zur Steuerung der Smarthome XS1 Einheit.

FUNKTIONIERT NUR MIT DER FIRMWARE ÜBER 3.xx!!

Verwaltung aller Aktuatoren

Objekte hinzufügen oder entfernen

Unterstützung für Timer, Sensoren und Skripte

Abo Dienst kann im Hintergrund gestartet werden

Unterstützung für eigene Makros

Eigene Apps können über Intents angebunden werden

Automatisches Anlernen neuer Aktuatoren

【免費工具App】SmartHome XS1-APP點子

Automatische Aktionen in Abhängigkeit von der eigenen Position

Zeitgesteuerte Makros und Alarme

Spracherkennung über Widget

und vieles mehr..

#how to use speech recognition

Introduction

wih this widget it is possible to execute macros.. switch actuators and get sensor values directly by talking to the app. To get best effort it is neccessary to to use a specific pattern shown below

Details

for makros

['Makro'] + Makroname

for actuators

【免費工具App】SmartHome XS1-APP點子

Aktuatorname + ['an'|'anschalten'|'aus'|'ausschalten'|Wert] + ['Prozent'|'Grad' -> Optional]

for sensors

Sensorname + ['abfragen']

How to use your own App and Intents to send commands to your XS1

Intents can be used in android to send commands through the smarthome app from your own app and receive status information

#How to use Intents from smarthome-xs1

Intents from the app can be used to send command to and get info from the app.

send a command

sending commands is done by sending an intent-object of type com.android.xs.controller.SEND_XS to the app with to lists of extras.

One is of type ArrayList and includes all names of the actuators to be changed or sensors to be read.

the other is of type ArrayList and includes all values of the actuators to be set and 0 values for sensors. The two list have to be of same length!

get the status

after sending a command the app will answer with an Intent with extra "Status" and a string with information if the action succeeded. Furthermore the answer will contain a StringArrayListExtra? named "Values". In there the names and values of the requested sensors will be stored in the pattern "[name];[value]".

get a list of all actuators & sensors

if the sent list of names is empty the app will return a list of all actuators and sensors in the Values Extra in the format

-from here actuators-

【免費工具App】SmartHome XS1-APP點子

name1?

name2?

...

-from here sensors-

name4?

name5?

...

execute a makro

【免費工具App】SmartHome XS1-APP點子

for executing a makro just leave the the lists names and vals null and add a list named makros with the makro names to be executed.

restrictions

both lists have to be of same length and the names of the actuators or sensors to be changed/read must be the same as defined in the xs-1, otherwise status intent will contain an error-message

【免費工具App】SmartHome XS1-APP點子

免費玩SmartHome XS1 APP玩免費

免費玩SmartHome XS1 App

SmartHome XS1 APP LOGO

SmartHome XS1 LOGO-APP點子

SmartHome XS1 APP QRCode

SmartHome XS1 QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
2.05.001
App下載
免費
1970-01-012015-04-20
シェア記事: