Search found 5 matches

by tms5d
Monday 18 January 2016 10:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: device safety
Replies: 5
Views: 1272

Re: device safety

thanks for replying, how is working with zwave-devices different from the usual 433 Mhz ones security-wise? Also interested in recommendations on decent ZWave-tranceiver hardware for Domoticz/RasPi combination.
by tms5d
Monday 18 January 2016 9:22
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: device safety
Replies: 5
Views: 1272

device safety

When I have a look at my "devices"-section in de Domtoticz UI, I can see several devices which definitely are not mine. I can even switch them on and off. So I was wondering if one of my neighbours who might have the same Domoticz/rfxtrx433e setup like me, could do the same thing with my devices ...
by tms5d
Saturday 09 January 2016 17:32
Forum: LUA
Topic: CURL to LUA
Replies: 5
Views: 3938

Re: CURL to LUA

thanks, works! just curious, why can I not use "on action" to activate a script?
by tms5d
Saturday 09 January 2016 14:53
Forum: LUA
Topic: CURL to LUA
Replies: 5
Views: 3938

Re: CURL to LUA

Thanks, trying to figure this one out: I created the script: http://i.imgur.com/ilEOaWq.jpg And attached the script to a virtual switch like this: http://i.imgur.com/ZTjr6sS.jpg and lo and behold ... nothing happens :) So I'm doing something wrong I guess? Any kind of help would be greatly ...
by tms5d
Saturday 09 January 2016 12:50
Forum: LUA
Topic: CURL to LUA
Replies: 5
Views: 3938

CURL to LUA

Hi I have several really simple CURL scripts, and have to translate them to LUA to run them from my RasPi. To be honest, I just can't figure out how to do that. For example, I'm using this CURL-script to reboot my IP cam(s): curl -X PUT --user user:password http://192.168.0.18/system/reboot I'd ...