Search found 2 matches

by dbgnu76
Sunday 17 March 2019 23:53
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 42509

Re: Yet another presence detection method

Just wanna share with you that it also works fine with AC5300 And merlin ,,with lightly modify in code ,,,
Had to add eth3 also. :D

#!/bin/sh

mac=$1
idx=$2
device_present=Off
domoticz_status=`curl -s "http://XXXX:[email protected]:8080/json.htm?type=devices&rid=$idx" | grep Status | awk '{print ...
by dbgnu76
Wednesday 06 December 2017 22:07
Forum: Z-Wave
Topic: How to reconfigure a Zwave device (Neo Coolcam Siren) with a script?
Replies: 18
Views: 8657

Re: How to reconfigure a Zwave device (Neo Coolcam Siren) with a script?

Hi !

I think i need some help here, i have also Coolcam Siren.

i have tryed this : http://127.0.0.1:8080/json.htm?type=command&param=applyzwavenodeconfig&idx=30&valuelist=7_QWxhcm0gbXVzaWM%3D
http://127.0.0.1:8080/json.htm?type=command&param=applyzwavenodeconfig&idx=30&valuelist=7 ...