Hallo Leute,
das müsste doch gehen, oder?
licht_sz = use 'LCN.output.0.30.2'
licht_az = use 'LCN.output.0.11.2'
if licht_sz.value == 1 then
licht_az:on()
end
Wieso geht das nicht? Mus man das Skript noch irgendwie aktivieren?
Habe auch schon versucht die Variable licht_sz über events zu steuern, damit das Testskript klappt. Geht auch nicht. :confused:
Habe auch gerade noch mal das probiert:
event = use 'LCN.relais.0.7.2'
if event == 1 then
print ("Hi")
end
Geht auch nicht. Warum??? Was mache ich falsch?
LG Franky, der es in diesem Zusammenhang cool fände, wenn etwas mehr Beispielskripts verfügbar wären, die auch den aktuellen Befehlssatz möglichst umfassend beinhalten würden (Push - Notifications, etc.).
Willkommen auf unserer neuen Forenplattform für das Bus-Profi Forum
Neue Felder für die persönlichen Daten
Man kann jetzt seine öffentlich einsehbare Daten genau bestimmen. Details findet ihr in in diesem Beitrag.
Durch die neue Forensoftware und die Portierung der Daten konnten die Passwörter aus dem alten Forum nicht übernommen werden, bitte lassen Sie sich ein neues Passwort über die Passwort vergessen Funktion zusenden. Sollte es zu Problemen kommen kontaktieren Sie das Bus-Profi Team per E-Mail.
Neue Felder für die persönlichen Daten
Man kann jetzt seine öffentlich einsehbare Daten genau bestimmen. Details findet ihr in in diesem Beitrag.
Durch die neue Forensoftware und die Portierung der Daten konnten die Passwörter aus dem alten Forum nicht übernommen werden, bitte lassen Sie sich ein neues Passwort über die Passwort vergessen Funktion zusenden. Sollte es zu Problemen kommen kontaktieren Sie das Bus-Profi Team per E-Mail.
Skript
#2 RE: Skript
Please have a look at the "LUA with Base" thread, I added specific examples.
As for notifications, try something like this (update LCN IDs etc):
Updated information about available channels is here: [url http://domiq.pl/attachments/015_DOMIQ%20%20Channels.pdf]http://domiq.pl/attachments/015_DOMIQ%20%20Channels.pdf[/url]
As for notifications, try something like this (update LCN IDs etc):
- 1. Create event rule
- 2. In the Channel field, add E.LCN.sensor.0.20.6
- 3. In the Match field, add 1
- 4. In the Commands field, add Channel, name C.REMOTE.notify value Something is moving
Updated information about available channels is here: [url http://domiq.pl/attachments/015_DOMIQ%20%20Channels.pdf]http://domiq.pl/attachments/015_DOMIQ%20%20Channels.pdf[/url]
#3 RE: Skript
Hey Filip,
it does not works. :confused:
I have the attached events.[img]Events.jpg[/img]
The e-commands works correct, but I have no push - message on the iphone and the URL - command was not send.
it does not works. :confused:
I have the attached events.[img]Events.jpg[/img]
The e-commands works correct, but I have no push - message on the iphone and the URL - command was not send.
- Dateianhänge
-
- 344701Events.jpg (31.61 KiB) 3416 mal betrachtet
#4 RE: Skript
Hallo Franky,
ich habe das eben bei mir probiert. In Deinem 2. Beispiel habe ich event in event.value geändert.
Das 1. Beispiel funktioniert auch so. Das Skript wird jedoch immer nur einmal (nach dem Speichern)
ausgeführt.
Filip hat im Thread "LUA with Base" erklärt wie es auch bei "Wertwechsel" funktioniert.
function licht_sz:onchange(new,old)
xxxxxxxx
end
Gruß
Dieter
ich habe das eben bei mir probiert. In Deinem 2. Beispiel habe ich event in event.value geändert.
Das 1. Beispiel funktioniert auch so. Das Skript wird jedoch immer nur einmal (nach dem Speichern)
ausgeführt.
Filip hat im Thread "LUA with Base" erklärt wie es auch bei "Wertwechsel" funktioniert.
function licht_sz:onchange(new,old)
xxxxxxxx
end
Gruß
Dieter
#6 RE: Skript
I will need to look at the translation files
Please add it with "Ausgang hinzufugen", what you did now you were setting variable.
In english last option is called "Add Channel".
It should look like this after adding:
CHANNEL name=C.REMOTE.notify value=Something is moving!
Please add it with "Ausgang hinzufugen", what you did now you were setting variable.
In english last option is called "Add Channel".
It should look like this after adding:
CHANNEL name=C.REMOTE.notify value=Something is moving!
#8 RE: Skript
Hi Filip,
is it possible, to send a HTTP.www - address from the Base in the Internet (after event)?
is it possible, to send a HTTP.www - address from the Base in the Internet (after event)?
#9 RE: Skript
You mean HTTP POST request? C.HTTP.get channel is essentially doing HTTP GET, but you won't see what it got...
Zurück zu „Domiq-Module - DOMIQ Sp. z o.o.“
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 13 Gäste