All, i will focus on the lua script and try to use an mended vesion. I have tried rhe version as posted (ofcourse with amended server details) but still to no avail. I have issues assinging the correct drive path. I will not recognise the c:PROGRAM FILES etc...
Thanks for your replies will keep you ...
Search found 4 matches
- Thursday 03 March 2016 20:16
- Forum: Others
- Topic: Woonveilig Alarmpanel
- Replies: 10
- Views: 7386
- Wednesday 02 March 2016 23:13
- Forum: Others
- Topic: Woonveilig Alarmpanel
- Replies: 10
- Views: 7386
Re: Woonveilig Alarmpanel
Dear Jos,
THanks for your reply!
This would mean that I cannot run this piece of code on Domoticz running on a windows machine?
It needs to be translated?
Sorry for the NOOB questions here!
Richard
THanks for your reply!
This would mean that I cannot run this piece of code on Domoticz running on a windows machine?
It needs to be translated?
Sorry for the NOOB questions here!
Richard
- Wednesday 02 March 2016 22:08
- Forum: Others
- Topic: Woonveilig Alarmpanel
- Replies: 10
- Views: 7386
Re: Woonveilig Alarmpanel
Refer to code below:
#!/bin/bash
-- Woonveilig script v0.1 beta
--- LOCAL PARAMETERS
PANEL_IP="192.168.178.17" -- Alarm panel IP (find this in your router DHCP scope)
USERNAME="xxxxxxxxx" -- Alarm panel username (default admin)
PASSWORD="xxxxx" -- Alarm panel password (default admin1234)
PANEL ...
#!/bin/bash
-- Woonveilig script v0.1 beta
--- LOCAL PARAMETERS
PANEL_IP="192.168.178.17" -- Alarm panel IP (find this in your router DHCP scope)
USERNAME="xxxxxxxxx" -- Alarm panel username (default admin)
PASSWORD="xxxxx" -- Alarm panel password (default admin1234)
PANEL ...
- Wednesday 02 March 2016 21:26
- Forum: Others
- Topic: Woonveilig Alarmpanel
- Replies: 10
- Views: 7386
Re: Woonveilig Alarmpanel
Can anybody tell me how i can integrate the http statement in domoticz without using lua script. By using the http statement itself?