Search found 16 matches
- Saturday 26 June 2021 11:57
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86167
Re: Domoticz-Google-Assistant (dzga)
I checked on my synology and indead there is no /etc/timezone folder on my synology. Does anybody have an idea how to fix this ? /etc/timezone should exist, otherwise your Synology is not set for the right timezone. Control Panel --> Regional Options. My content of that file is "Europe/Amsterdam" I ...
- Saturday 30 June 2018 9:20
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@Escape Thanks for the advice; executed and working! 

- Friday 29 June 2018 20:36
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
Today again time. Was bothering me why it did not work. My router AC828 unfortunately does not support WL etc. commands. only ARP. What I at least format from the debug log is that not the arp but the wl command is invoked. I have manually changed the method to "arp" and it works again. So I think ...
- Friday 29 June 2018 20:29
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34371
Re: Python Plugin: Spotify
Thank you for developing this plugin. I tried to get it started on my Synology DS918 + with Domoticz version 4.9700 today. Until now no device has the following output: Error: (Spotify) Error calling 'http: // localhost: 8080 / json.htm? Param = getuservariables & type = command' Error: (Spotify ...
- Wednesday 13 June 2018 20:09
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@escape If setting up key based access for the user running Domoticz on the Synology (root??) is not an option you can change a small piece of code in the plugin. it's root Look for (will be around line 81 in the version i'm uploading in a few minutes): cmd =[self.sshbin, "-o", "ConnectTimeout ...
- Tuesday 12 June 2018 20:25
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@Escape The only command that gives something back is: wlanconfig ath0 list stand Output: ADDR AID CHAN TXRATE RXRATE RSSI IDLE TXSEQ RXSEQ CAPS ACAPS ERP STATE MAXRATE (DOT11) HTCAPS ASSOCILE IEs MODE PSMODE XX: XX: XX: XX: XX: XX 3 6 52M 43M 47 0 0 65535 EPSs 0 f 0 WPGS 33:54:21 RSN WME IEEE80211 ...
- Tuesday 12 June 2018 20:03
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@Escape Finally I had time for some domoticz test work. Observations today with the latest version 0.3.3 plugin: 2018-06-12 19: 47: 01.524 Error: (iDetect WiFi presence detection) 'onHeartbeat' failed 'AttributeError': '' BasePlugin 'object has no attribute' routercmdline ''. 2018-06-12 19: 47: 01 ...
- Wednesday 23 May 2018 13:53
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@innovator, Seems the AC828 uses a qualcomm chipset. My first guess would be that the wl command is implemented differently. Could you enter the following on the routers command (for eth0 - eth3) line and share the output? wl -i eth0 assoclist;echo $? /t mp/home/root# wl -i eth0 assoclist;echo ...
- Saturday 19 May 2018 15:58
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@Escape yesterday attempted to activate the latest version of the python i-detect script on my new ASUS BRT-AC828. Unfortunately, during testing I found that my phone, despite being active on Wifi, did not jump on. When I look at the debug log, I see that the "arp command" is not activated. When I ...
- Thursday 08 March 2018 14:17
- Forum: Python
- Topic: Python Plugin: Speedtest
- Replies: 55
- Views: 15596
Re: Python Plugin: Speedtest
I also have a Synology, have found this somewhere on the internet. Executed, It works correctly for me now
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
sudo pip install speedtest-cli

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
sudo pip install speedtest-cli

- Saturday 24 February 2018 12:03
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@Escape Apologies, I was a bit over-enthusiastic. No, it does not work. Unfortunately, nothing is detected on eth5 and eth6. Have to decide to put "arp -a | grep br0 | awk '{print $ 4}'" back again. It is working well now. Think back to the drawing board.....
- Saturday 24 February 2018 11:31
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
@EscApe ; Script just adapted, now works even better. Time indication about 15 seconds ... Thank you very much for your advice and have fun with your new AC86U!



- Wednesday 21 February 2018 17:11
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
wl -i wl0.1 assoclist
wl -i wl.1 assoclist
wl -i wl1.1 assoclist
gives wl driver adapter not found
I would not know how I should read the name of the interfaces. But if you give one or more commands as an example, I want to try it
wl -i wl.1 assoclist
wl -i wl1.1 assoclist
gives wl driver adapter not found
I would not know how I should read the name of the interfaces. But if you give one or more commands as an example, I want to try it
- Wednesday 21 February 2018 16:18
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
The command 'wl -i eth1 assoclist;wl -i eth2 assoclist: gives this output: wl: wl driver adapter not found wl: wl driver adapter not found My router fimrware : Asus Merlin version 384.3 Before the AC86U i had a AC68U; with that hardware the "wl commandline works fine" with your python script. So i ...
- Tuesday 20 February 2018 20:02
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1108
- Views: 201909
Re: Python plugin: Presence detection from wireless router
Thank you for this great script. My router is type AC86U. I had a problem with the wl command. Unfortunately the wl command does not work with the wifi interface (s) of this specific router. Resolved by changing the "wl .." command in the phython script to "arp -a | grep br0 | awk '{print $ 4}'". It ...
- Tuesday 20 February 2018 19:49
- Forum: Python
- Topic: Plugin: SabNZBD
- Replies: 3
- Views: 1519
Re: Plugin: SabNZBD
Thanks for this script. It is now running on latest domoticz beta version 8924 / Synology DS412+ Unfortunately I have 2 errors in Domoticz loggging. (SabNZBD) 'onHeartbeat' failed 'KeyError' (SabNZBD) ----> Line 60 in /usr/local/domoticz/var/plugins/SabNZBD/plugin.py, function onHeartbeat I don't ...