Hi
Did you know how create virtual device in Domoticz to set for Zone 1 and other to Zone 2 SLEEP TIME in DENON AVR-X2100W ?
Yes with http you can, simply add in the URL (or in the message body if you're using POST) &ZoneName=ZONE2
You can also set MAINZONE to this value ( &ZoneName=MAINZONE ) to ...
Search found 2 matches
- Thursday 27 July 2017 23:50
- Forum: Suggestions
- Topic: Denon AV Reciver - plugin
- Replies: 158
- Views: 153614
- Saturday 15 April 2017 23:02
- Forum: PHP and all others
- Topic: Presence detection
- Replies: 8
- Views: 6722
Re: Presence detection
Hello,
I'm new to this but I think I found out where the issue is coming from:
# currentstate = subprocess.call('ping -q -c1 -W 1 '+ device + ' > /dev/null', shell=True)
currentstate = subprocess.call('sudo arping -q -c1 -w 1 '+ device + ' > /dev/null', shell=True)
I guess the script usedto use ...
I'm new to this but I think I found out where the issue is coming from:
# currentstate = subprocess.call('ping -q -c1 -W 1 '+ device + ' > /dev/null', shell=True)
currentstate = subprocess.call('sudo arping -q -c1 -w 1 '+ device + ' > /dev/null', shell=True)
I guess the script usedto use ...