Search found 21 matches

by PeterCelica
Friday 22 November 2019 21:00
Forum: Examples & Solutions
Topic: updateWeatherSensors (yet another buienradar script) [SOLVED]
Replies: 151
Views: 30936

Re: updateWeatherSensors (yet another buienradar script) [SOLVED]

Hi thank you very much for your quick reply. I surely gonna try this and what a pity to here that you stopped to maintain this awesome script. But before I start to put some effort into it is there already something else like this amazing script in Lua script then.. Very nice to hear from you, Best ...
by PeterCelica
Friday 22 November 2019 17:55
Forum: Examples & Solutions
Topic: updateWeatherSensors (yet another buienradar script) [SOLVED]
Replies: 151
Views: 30936

Re: updateWeatherSensors (yet another buienradar script) [SOLVED]

Hi waaren, I'm new here and been reading through all the posts to figure out if this nice script is working within Domoticz stored on a Synology NAS but I didn't see someone is mentioned it. So my question is can I just put the script straight into my Domoticz events in Lua or dzVents ?? Thanks and ...
by PeterCelica
Friday 22 November 2019 11:36
Forum: LUA
Topic: Weather blind\sunscreen script 0.27
Replies: 17
Views: 9438

Re: Weather blind\sunscreen script 0.27

Hi, i found your script here while I was looking for an advanced script with weather thresholds and I found your impressive script here. The only thing is that I'm working with Domoticz on a Synology NAS and I don't know what to do with the line: file = io.open("/home/pi/domoticz/log/zonwering.log ...
by PeterCelica
Friday 08 November 2019 18:46
Forum: Switches and Scenes
Topic: Transmit/play a raw RF Signal with RFXCOM
Replies: 5
Views: 2585

Re: Transmit/play a raw RF Signal with RFXCOM

Up:
0
4
11085
856
742
865
729
859
734
862
732
860
732
863
2325
863
731
862
2325
863
731
863
2324
862
2327
859
735
861
732
863
2325
863
730
863
731
860
733
864
731
862
731
861
733
859
734
861
2325
861
733
863
2324
862
734
4040
by PeterCelica
Friday 08 November 2019 18:46
Forum: Switches and Scenes
Topic: Transmit/play a raw RF Signal with RFXCOM
Replies: 5
Views: 2585

Re: Transmit/play a raw RF Signal with RFXCOM

Stop:
0
4
11080
855
742
859
735
861
733
859
733
862
734
861
2325
863
729
863
2324
862
732
860
2329
858
2326
861
732
859
734
864
2323
862
731
862
733
859
733
862
730
861
733
861
732
863
730
861
2326
863
2322
865
2324
860
733
4038
by PeterCelica
Friday 08 November 2019 18:45
Forum: Switches and Scenes
Topic: Transmit/play a raw RF Signal with RFXCOM
Replies: 5
Views: 2585

Re: Transmit/play a raw RF Signal with RFXCOM

Down:
0
4
11096
862
736
861
731
866
727
866
728
866
729
863
2323
866
728
867
2320
864
729
866
2320
867
2320
864
729
863
729
863
2325
862
729
865
728
866
729
862
730
865
728
864
729
864
730
861
2324
865
2322
865
730
864
729
4040
by PeterCelica
Saturday 02 November 2019 12:49
Forum: Switches and Scenes
Topic: Transmit/play a raw RF Signal with RFXCOM
Replies: 5
Views: 2585

Re: Transmit/play a raw RF Signal with RFXCOM

Hi I've got the same question, my Domoticz is running on a Synology 214play and I've recently purchased a rollerblind motor on 433MHz with a remote Broadlink compatible. I have also collect the raw data through rfxcom in Windows and put the useable data in 3 txt files up stop down. I've asked Rfxcom ...
by PeterCelica
Friday 26 May 2017 15:13
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

This is the final script ;-) #!/bin/bash DOMOTICZ=`curl -s --connect-timeout 2 --max-time 5 "http://127.0.0.1:8080/json.htm?type=openzwavenodes&idx=4"` STATUS=`echo $DOMOTICZ | jq -r '.result[1].Manufacturer_name'` if [ "$STATUS" == "Neo CoolCam" ] ; then exit else sleep 10 DOMOTICZ=`curl -s ...
by PeterCelica
Friday 26 May 2017 15:11
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Engregius Yessssssssssssss It's working now Finally Thx for all the good work and help :-) Topppppppppppppp !!!!!
by PeterCelica
Friday 26 May 2017 10:39
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Engregius thank you ever so much about your explanation,because I don't know anything about Linux programming so I found everything you've explained and changed this, only I have to find the restart bit but that won;t be any problem, I hope Domoticz will keep running now. Have nice beautiful ...
by PeterCelica
Thursday 25 May 2017 23:21
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi where can I see the idx is this the Nodeid and Node 1 is the Aeotec Z-Wave stick and Node 2, 3 en 5 are Neo CoolCam powerplugs
by PeterCelica
Thursday 25 May 2017 14:41
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius, I've tried your script on my Syno DS214Play but the Nodes are still disappearing, while your first scrip to stop crashing Domoticz is running oké. So I don't know whats wrong with it ?? #!/bin/bash DOMOTICZ=`curl -s --connect-timeout 2 --max-time 5 "http://127.0.0.1: ...
by PeterCelica
Wednesday 24 May 2017 18:33
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Oké Thx I gonna try this now ;-)
by PeterCelica
Wednesday 24 May 2017 11:55
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius, I tried the scrip after I first changed all the Qubino to Aeotec Manufacturer name, but it doesn't work the Nodes still disappear after a while. I presume I have to put this scrip also in the task manager from my Synology NAS with a run every minute like the other script or is this one ...
by PeterCelica
Saturday 20 May 2017 18:42
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius, thank you ever so much for your programming that you wanna do this for me I appreciate it and I'm gonna try this tomorrow and let you know if this script is working ;-)

Best regards Peter.
by PeterCelica
Saturday 20 May 2017 13:08
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius, thanks for your reply but I don't have a clue how and were to do this ??

Best regards Peter.
by PeterCelica
Thursday 18 May 2017 12:29
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius, your script works fine :-)) Domoticz doesn't crash anymore, only the Z-Wave Nodes disappear, I have to restart Domoticz manually to get the Nodes appearing again, reading through this forum it's a known problem sinds the last beta version which I'm using @ this moment, or is there ...
by PeterCelica
Wednesday 17 May 2017 15:42
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Oké Thx for your help, Grtz Peter.
by PeterCelica
Wednesday 17 May 2017 15:07
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Thx for your reply again, and do I need to leave the adres on 127.0.0.1 or was the change I did ok.
by PeterCelica
Wednesday 17 May 2017 14:54
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130345

Re: Script to restart Domoticz if it crashes

Hi Egregius thanks for your quick reply, I have never made a script running from my task planner on my syno. So I copied your script to Notepad and changes the adres to my local Syno adres with Domoticz which is 192.168.178.102:8084, I presume I have to do that ? and then I saved it to a local map ...