Search found 10 matches
- Friday 05 June 2020 14:41
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Cannot Autoboot Domoticz with SystemV Init
- Replies: 1
- Views: 280
Cannot Autoboot Domoticz with SystemV Init
I have setup these setup instructions that in the past worked fine, but now it does not seem to autoboot Domoticz on SystemV on a Raspberry PI 3+ with Raspbian. Is there something I am missing? apt-get install –y libcurl4-gnutls-dev sqlite3 libsqlite3-dev mkdir /usr/local/src/domoticz cd /usr/local/s ...
- Thursday 23 May 2019 23:43
- Forum: Dashticz
- Topic: Dashticz v2 is loading...
- Replies: 1
- Views: 839
Dashticz v2 is loading...
I have installed dashticzv2 from wget https://github.com/dashticz/dashticz_v2/archive/master.zip when I go to http://192.168.1.xxx/dashticzv2/index.html I get on the browser: Dashticz v2 is loading... But dashticz is not shown. I did install lighttpd with php7.0 and phpinfo is working fine in ...
- Tuesday 19 December 2017 11:20
- Forum: Other questions and discussions
- Topic: Lua code for Alarm Remote
- Replies: 9
- Views: 1419
Re: Lua code for Alarm Remote
This seems to work a lot better. I have added the Panic option as well. The only part that isnt working yet is when both the Afstandsbediening and Inbraakalarm are at status "Arm Away", switching to "disarm" with the Afstandsbediening does not change the Inbraakalarm status to "disarm", it just ...
- Monday 18 December 2017 0:21
- Forum: Other questions and discussions
- Topic: Lua code for Alarm Remote
- Replies: 9
- Views: 1419
Re: Lua code for Alarm Remote
This is what I have now to address that issue, but it is going now through an infinite loop, it keeps throwing out messages on the log every second. -- filename: script_device_alarmremote.lua commandArray = {} if (devicechanged['Afstandsbediening'] == 'Panic') then goto endoffile elseif ...
- Sunday 17 December 2017 22:32
- Forum: Other questions and discussions
- Topic: Lua code for Alarm Remote
- Replies: 9
- Views: 1419
Re: Lua code for Alarm Remote
This is the final version I came up with, but there is a catch. Below is the log when I switch on and off the alarm through the remote and through the secpanel. On the 4th action, when I switch off the alarm through the secpanel, the remote remains in "arm away" state and will not return to "disarm ...
- Sunday 17 December 2017 16:52
- Forum: Other questions and discussions
- Topic: Webcams in Domoticz
- Replies: 0
- Views: 391
Webcams in Domoticz
In order to stream a couple of external ip cameras to Domoticz, I have found on the easyDomoticz site the following code to put in www/templates. It shows two ip cameras. Is there a way to put some 4 cameras next to each other or 2 by 2 on top of each other. Thx Jeroen <!DOCTYPE html> <html xmlns ...
- Sunday 17 December 2017 14:38
- Forum: Other questions and discussions
- Topic: Lua code for Alarm Remote
- Replies: 9
- Views: 1419
Re: Lua code for Alarm Remote
Here are the 4 situations, switching on and off the alarm through both the domo security panel and the remote. Only when the domo secpanel is put on ARM AWAY, the status of the remote changes as well, in all other cases, the remote or secpanel does not change along. On the remote when I push ARM ...
- Sunday 17 December 2017 13:40
- Forum: Other questions and discussions
- Topic: Lua code for Alarm Remote
- Replies: 9
- Views: 1419
Lua code for Alarm Remote
I have a Marmitek SH600 remote to operate the Domoticz Security Panel. In DOmoticz the remote is called 'Afstandsbediening' and the security panel is called 'Inbraak Alarm'. I have the code below to operate the security panel from the remote and the other way around but it does not seem to work ...
- Sunday 17 December 2017 9:35
- Forum: Other questions and discussions
- Topic: printlog
- Replies: 1
- Views: 342
printlog
Is there a way in lua or blockly to write a message to the log
Jeroen
Jeroen
- Saturday 16 December 2017 13:10
- Forum: Other questions and discussions
- Topic: Domoticz Security Panel
- Replies: 0
- Views: 362
Domoticz Security Panel
I have the Domoticz Security Panel in the Dashboard. When I go fromthe dashboard to the security panel and disarm it, I want to go back to the dashboard. Is there a way I can add a button on the security anel to go back to the Dashboard. I have Chrome in full page and can not see the back button ...