Python plugin: Presence detection from wireless router

Python and python framework

Moderator: leecollings

User avatar
Varazir
Posts: 432
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Varazir »

mikeoo wrote: Sunday 03 March 2019 11:12
Varazir wrote: Sunday 03 March 2019 10:44 I guess this has been asked before but please let us change the port to use.
Edit file plugin.py there you can change the portnumber if needed. Just search for port.
I it's in 2 places, a global variable in the top of the script would been nice or a field in the settings
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
EscApe
Posts: 535
Joined: Thursday 02 April 2015 8:46
Target OS: Linux
Domoticz version: 2020+
Location: The Netherlands
Contact:

Re: Python plugin: Presence detection from wireless router

Post by EscApe »

@Varzir
I guess this has been asked before but please let us change the port to use.
It should already work if you specify the host as host:port

A complex server configuration could for example be Which would mean: connect to my router with IP address 192.168.0.1 on port 2022 with username 'admin' and force 'brctl' detection method.
Ran it manually and I got a list of MAC addresses.
First thing to check if things work fine on the command line but not in the plugin is if they are using the same key-based authentication. You might have configured authentication from the pi (normal) userprofile, while Domoticz is running as root be default
User avatar
Varazir
Posts: 432
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Varazir »

EscApe wrote: Sunday 03 March 2019 13:48 @Varzir
I guess this has been asked before but please let us change the port to use.
It should already work if you specify the host as host:port

A complex server configuration could for example be Which would mean: connect to my router with IP address 192.168.0.1 on port 2022 with username 'admin' and force 'brctl' detection method.
Ran it manually and I got a list of MAC addresses.
First thing to check if things work fine on the command line but not in the plugin is if they are using the same key-based authentication. You might have configured authentication from the pi (normal) userprofile, while Domoticz is running as root be default
It was what I did, I connected with ssh key from my raspberry pi(domoticz) to my router software using the RPi root account and ran the command I found in the plugin but I'm not that good at coding/scripting I couldn't find any more command or understand how it tries to use list of MAC addresses.


Edit: I got it to add to the address filed username@<ip>:<port>=arp
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
EscApe
Posts: 535
Joined: Thursday 02 April 2015 8:46
Target OS: Linux
Domoticz version: 2020+
Location: The Netherlands
Contact:

Re: Python plugin: Presence detection from wireless router

Post by EscApe »

Should I add this to the WiFi router Ip address field?
Yes

Before getting into the code that runs on the router let’s first get the connection working. From the piece of logging you sent before it seems like it is not even connecting (yet). If you get it working with the correct port please run it in debug mode and share the complete log of the plugin. Make sure you use the unaltered plugin (before your own changes) by copying a fresh version.

Edit: you don’t need to use all the parameters in my example. If you only want to specify ip and port you can just enter something like 192.168.0.1:2022
Number8
Posts: 374
Joined: Friday 23 May 2014 7:55
Target OS: Linux
Domoticz version: 2022.1
Location: Saint Pierre de Jards
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Number8 »

mikeoo wrote: Sunday 03 March 2019 9:52
Number8 wrote: Sunday 03 March 2019 7:06 @EscApe I have 3 Unifi AP's and likely more to come, so I ended up up with 3 Anyone buttons. Would be great I guess to have one master Anyone button. Is this something that could considered?
I also use 3 Unify AP and have only one Anyhome button.
In Hardware page of Domoticz i use al 3 ip-adresses for Wifi Router Ip-adres like: 192.168.0.201,192.168.0.202,192.168.0.203

Now it scans al 3 AP without any problems.

Setup: https://www.domoticz.com/forum/viewtopi ... 20#p197905
Indeed I had the idea to try this after posting!
Debian buster on NUC and three RPi with buster.
User avatar
Varazir
Posts: 432
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Varazir »

EscApe wrote: Sunday 03 March 2019 14:15
Should I add this to the WiFi router Ip address field?
Yes

Before getting into the code that runs on the router let’s first get the connection working. From the piece of logging you sent before it seems like it is not even connecting (yet). If you get it working with the correct port please run it in debug mode and share the complete log of the plugin. Make sure you use the unaltered plugin (before your own changes) by copying a fresh version.

Edit: you don’t need to use all the parameters in my example. If you only want to specify ip and port you can just enter something like 192.168.0.1:2022
You maybe missed my editing, It's working now with using arp.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Number8
Posts: 374
Joined: Friday 23 May 2014 7:55
Target OS: Linux
Domoticz version: 2022.1
Location: Saint Pierre de Jards
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Number8 »

EscApe wrote: Sunday 03 March 2019 8:38 @Number8,

4. If you happen to find a (proprietary Unifi) command on the AP's that returns all connected Mac addresses on all AP's in a network/mesh from one command on one AP then I can add it to the plugin (has to be something quicker and more reliable than ARP).

I would go with option 1 ;-)
I did use option 1. I doubt that one AP can report all connected MAC addresses of all AP's, if it exists it would be most probably the role of the controller.
Debian buster on NUC and three RPi with buster.
shved86
Posts: 1
Joined: Saturday 13 April 2019 18:41
Target OS: -
Domoticz version:
Contact:

Re: Python plugin: Presence detection from wireless router

Post by shved86 »

Good day!
I use this plugin with mikrotik and everything was fine until I connected capsman to expand the coverage area. Plugin stopped working. Can anyone have experience using a plugin with capsman on mikrotik?
schumi2004
Posts: 24
Joined: Tuesday 17 October 2017 19:38
Target OS: NAS (Synology & others)
Domoticz version: 4.10603
Contact:

Re: Python plugin: Presence detection from wireless router

Post by schumi2004 »

Today i updated Domoticz to version: 4.10602
And now the following error appears from iDetect.

2019-04-18 09:41:39.950 Error: (iDetect Wifi presence detection) Plugin initialization did not complete successfully. Check the (debug) log for startup errors.

Startup shows this:
2019-04-18 09:38:15.930 (iDetect Wifi presence detection) Debug logging mask set to: PYTHON
2019-04-18 09:38:15.930 (iDetect Wifi presence detection) Not running on Windows
2019-04-18 09:38:15.937 (iDetect Wifi presence detection) The OS user profile running domoticz is: root
2019-04-18 09:38:15.948 (iDetect Wifi presence detection) trying [ssh -V] raised an error (error: -13):b''
2019-04-18 09:38:15.635 Status: (iDetect Wifi presence detection) Stop directive received.
2019-04-18 09:38:15.640 Status: (iDetect Wifi presence detection) Exiting work loop.
2019-04-18 09:38:15.750 Status: (iDetect Wifi presence detection) Stopping threads.
2019-04-18 09:38:15.750 Status: (iDetect Wifi presence detection) Stopped.
2019-04-18 09:38:15.760 Status: (iDetect Wifi presence detection) Started.
2019-04-18 09:38:15.927 Status: (iDetect Wifi presence detection) Entering work loop.
2019-04-18 09:38:15.927 Status: (iDetect Wifi presence detection) Initialized version 0.7.7, author 'ESCape'
2019-04-18 09:38:15.948 Error: (iDetect Wifi presence detection) Aborting plugin initialization because SSH client could not be found

It complains about SSH client not be found but nothing changed on the system (Synology) and SSH functions as normal.
I'm searching and checking settings but can not find anything wrong, any ideas?
EscApe
Posts: 535
Joined: Thursday 02 April 2015 8:46
Target OS: Linux
Domoticz version: 2020+
Location: The Netherlands
Contact:

Re: Python plugin: Presence detection from wireless router

Post by EscApe »

@schumi2004
Could this be caused by the Synology packaging? Not finding the ssh binary seems like an OS related issue. Maybe the search path has changed(?) I just tried the latest Domoticz beta on my raspberry and the plugin is still working without any issues.
schumi2004
Posts: 24
Joined: Tuesday 17 October 2017 19:38
Target OS: NAS (Synology & others)
Domoticz version: 4.10603
Contact:

Re: Python plugin: Presence detection from wireless router

Post by schumi2004 »

EscApe wrote: Thursday 18 April 2019 20:25 @schumi2004
Could this be caused by the Synology packaging? Not finding the ssh binary seems like an OS related issue. Maybe the search path has changed(?) I just tried the latest Domoticz beta on my raspberry and the plugin is still working without any issues.
I doubt it's a Synology package issue but I will do some debugging later this evening. If I found something I will report back.
schumi2004
Posts: 24
Joined: Tuesday 17 October 2017 19:38
Target OS: NAS (Synology & others)
Domoticz version: 4.10603
Contact:

Re: Python plugin: Presence detection from wireless router

Post by schumi2004 »

@EscApe
It looks like something was wrong in build 4.10602 because after installing version 4.10603 everything is fine again.
Melotron
Posts: 62
Joined: Tuesday 22 November 2016 21:04
Target OS: Linux
Domoticz version: 2020.2
Location: Gothenburg
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Melotron »

Greetings.

I had to change my phone due to damage, but when I was trying to update my new mac address there was a problem with my hardware.
Tried to update with git pull but the same.
SO I removed it, removes the ssh key and redid the key and tried to reinstall the plugin.

But I am still getting the red box with Problem adding hardware.
Image
Nothing shows up in the logs about what kind of problem it is.

Have anyone seen this before ??


About Domoticz
Version: 4.10456
Build Hash: a0a439b3
Compile Date: 2019-02-24 13:20:57
dzVents Version: 2.4.14
Python Version: 3.4.2 (default, Sep 26 2018, 07:50:08) [GCC 4.9.2]
Melotron
Posts: 62
Joined: Tuesday 22 November 2016 21:04
Target OS: Linux
Domoticz version: 2020.2
Location: Gothenburg
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Melotron »

Nm on my error.
Its something wrong with my db file.
Reinstalled Domoticz and added the dB file and I get the same error.
So I'm going to rebuild everything from scratch.
Got my scripts saved and a list of my virtual switches.

//Magnus Svensson
FunFair
Posts: 52
Joined: Wednesday 04 October 2017 11:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Python plugin: Presence detection from wireless router

Post by FunFair »

I have recently got an Asus AC66U router. I put the merlin firmware on it and enabled SSH.
First I used it as a dump AP and the script worked perfect. But now I've change my network setup and use the Asus router as main router. Since then it doesn't work anymore.

Domoticz log: (I've altered the mac adrresses with the :xx:xx: inside).

Code: Select all

  2019-06-13 14:56:10.984 Status: (AsusWRT) Entering work loop.
2019-06-13 14:56:10.985 Status: (AsusWRT) Initialized version 0.7.7, author 'ESCape' 
 2019-06-13 14:56:14.236 (AsusWRT) Debug logging mask set to: PYTHON
2019-06-13 14:56:14.236 (AsusWRT) Not running on Windows
2019-06-13 14:56:14.256 (AsusWRT) The OS user profile running domoticz is: root
2019-06-13 14:56:14.289 (AsusWRT) Checking if [ssh -V] will run: OK
2019-06-13 14:56:14.289 (AsusWRT) Parsing user and optional keyfile from:admin
2019-06-13 14:56:14.310 (AsusWRT) Checking if [sshpass -V] will run: OK
2019-06-13 14:56:14.311 (AsusWRT) Monitoring {'Miriam': {'lastseen': None, 'mac': '6C:xx:xx:xx:xx:9D', 'ignore': False}, 'Laurens': {'lastseen': None, 'mac': '4C:xx:xx:xx:xx:00', 'ignore': False}} for presence.
2019-06-13 14:56:14.311 (AsusWRT) 2 of them will control the Anyone home switch
2019-06-13 14:56:14.311 (AsusWRT) Router configuration:192.168.0.1
2019-06-13 14:56:14.311 (AsusWRT) Using password instead of ssh public key authentication for 192.168.0.1 (less secure!)
2019-06-13 14:56:14.312 (AsusWRT) Fetching data from 192.168.0.1 using: sshpass -p **secret** ssh -o StrictHostKeyChecking=no -o ConnectTimeout=3 -p22 [email protected]
2019-06-13 14:56:14.312 #!/bin/sh
2019-06-13 14:56:14.312 export PATH=/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:$PATH
2019-06-13 14:56:14.312 type wl > /dev/null 2>&1 && printf "~wl"
2019-06-13 14:56:14.312 type iwinfo > /dev/null 2>&1 && printf "~iwinfo"
2019-06-13 14:56:14.312 type wlanconfig > /dev/null 2>&1 && printf "~wlanconfig"
2019-06-13 14:56:14.312 type qcsapi_sockrpc > /dev/null 2>&1 && printf "~qcsapi_sockrpc"
2019-06-13 14:56:14.312 type brctl > /dev/null 2>&1 && printf "~brctl"
2019-06-13 14:56:14.312 type arp > /dev/null 2>&1 && printf "~arp"
2019-06-13 14:56:14.312 [ -f /proc/net/arp ] && printf "~procarp"
2019-06-13 14:56:14.312 exit
2019-06-13 14:56:14.312
2019-06-13 14:56:14.612 (AsusWRT) SSH subprocess for 192.168.0.1 failed with error (255):b''
2019-06-13 14:56:14.612 (AsusWRT) SSH command on 192.168.0.1 took 300 milliseconds.
2019-06-13 14:56:14.612 (AsusWRT) Could not retreive available commands on 192.168.0.1
2019-06-13 14:56:14.613 (AsusWRT) Router initialized as:{'192.168.0.1': {'port': 22, 'errorcount': 1, 'initialized': False, 'prospone': datetime.datetime(2019, 6, 13, 14, 56, 26, 612846), 'cmd': '', 'user': 'admin'}}
2019-06-13 14:56:14.613 (AsusWRT) AsusWRT - Laurens is stil in use
2019-06-13 14:56:14.613 (AsusWRT) AsusWRT - Miriam is stil in use
2019-06-13 14:56:14.613 (AsusWRT) Devicenames and their Domoticz (subdevice) index: {'Miriam': 3, 'Laurens': 2}
2019-06-13 14:56:14.613 (AsusWRT) MAC addresses to monitor: {'Miriam': {'lastseen': None, 'mac': '6C:xx:xx:xx:xx:9D', 'ignore': False}, 'Laurens': {'lastseen': None, 'mac': '4C:xx:xx:xx:xx:00', 'ignore': False}}
2019-06-13 14:56:14.613 (AsusWRT) Plugin initialization done. 
2019-06-13 14:56:25.401 (AsusWRT) Prosponed connection to 192.168.0.1 for 0:00:01.211365
2019-06-13 14:56:25.401 (AsusWRT) Did not retreive WLAN information from any router
2019-06-13 14:56:25.402 (AsusWRT) Entire poll took 0% of the poll interval time (0 milliseconds) 
 2019-06-13 14:56:40.559 (AsusWRT) 192.168.0.1 was not properly initialized. Retrying to get router capabilities (and skipping this poll round).
2019-06-13 14:56:40.562 (AsusWRT) Using password instead of ssh public key authentication for 192.168.0.1 (less secure!)
2019-06-13 14:56:40.562 (AsusWRT) Fetching data from 192.168.0.1 using: sshpass -p **secret** ssh -o StrictHostKeyChecking=no -o ConnectTimeout=3 -p22 [email protected]
2019-06-13 14:56:40.562 #!/bin/sh
2019-06-13 14:56:40.562 export PATH=/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:$PATH
2019-06-13 14:56:40.562 type wl > /dev/null 2>&1 && printf "~wl"
2019-06-13 14:56:40.562 type iwinfo > /dev/null 2>&1 && printf "~iwinfo"
2019-06-13 14:56:40.562 type wlanconfig > /dev/null 2>&1 && printf "~wlanconfig"
2019-06-13 14:56:40.562 type qcsapi_sockrpc > /dev/null 2>&1 && printf "~qcsapi_sockrpc"
2019-06-13 14:56:40.562 type brctl > /dev/null 2>&1 && printf "~brctl"
2019-06-13 14:56:40.562 type arp > /dev/null 2>&1 && printf "~arp"
2019-06-13 14:56:40.562 [ -f /proc/net/arp ] && printf "~procarp"
2019-06-13 14:56:40.562 exit
2019-06-13 14:56:40.562
2019-06-13 14:56:40.882 (AsusWRT) SSH subprocess for 192.168.0.1 failed with error (255):b''
2019-06-13 14:56:40.883 (AsusWRT) SSH command on 192.168.0.1 took 320 milliseconds.
2019-06-13 14:56:40.883 (AsusWRT) Could not retreive available commands on 192.168.0.1
2019-06-13 14:56:40.883 (AsusWRT) Routerinfo:{'port': 22, 'errorcount': 2, 'initialized': False, 'prospone': datetime.datetime(2019, 6, 13, 14, 57, 40, 883379), 'cmd': '', 'user': 'admin'}
2019-06-13 14:56:40.883 (AsusWRT) Did not retreive WLAN information from any router
2019-06-13 14:56:40.883 (AsusWRT) Entire poll took 2% of the poll interval time (325 milliseconds)  
I logged in with SSH on my router with the same login information and executed wl assoclist. This works fine. I get a list of MAC addresses connected. But for some reason the script does not detect the 'capabilities'.
I tried forcing with 192.168.0.1=wl but that respons in an error stating the wl command is not found. Bit strange as it works fine when executed manually.

I think the script is not detecting the right interfaces or something. When I run the command from the script, my router reports :

Code: Select all

admin@RT-AC66U_B1-DB30:/tmp/home/root# ifconfig | cut -d ' ' -f1| tr ':' '\n' | grep -E '^eth|^wlan'
eth0
eth1
eth2
so it finds 3 eth, but no wlan.

Anyone knows what to do?
EscApe
Posts: 535
Joined: Thursday 02 April 2015 8:46
Target OS: Linux
Domoticz version: 2020+
Location: The Netherlands
Contact:

Re: Python plugin: Presence detection from wireless router

Post by EscApe »

Could you try the command including the sshpass wrapper (full syntax is in the log on the 13th line) to make sure sshpass is installed and working? Otherwise my second guess would be a typo in the password(?) Unfortunately I could not get more informative logging from the subprocess routine.
FunFair
Posts: 52
Joined: Wednesday 04 October 2017 11:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Python plugin: Presence detection from wireless router

Post by FunFair »

EscApe wrote: Thursday 13 June 2019 19:17 Could you try the command including the sshpass wrapper (full syntax is in the log on the 13th line) to make sure sshpass is installed and working? Otherwise my second guess would be a typo in the password(?) Unfortunately I could not get more informative logging from the subprocess routine.
I'm running on a raspberry pi and have sshpass installed. I also read out an OpenWRT router with your plugin and that works perfect.
The funny thing is that it worked perfectly when running as a dump AP, but now as full-AP not anymore. I tried inputting my password again, but the same thing happens. Also completely removed the plugin and got a fresh copy.

This is my output.

Code: Select all

pi@PiHome:~ $ sshpass -p mypassword ssh -o StrictHostKeyChecking=no -o ConnectTimeout=3 -p22 [email protected]


ASUSWRT-Merlin RT-AC68U 384.11-2 Sat May 18 03:32:01 UTC 2019
admin@RT-AC66U_B1-DB30:/tmp/home/root# wl assoclist
assoclist 4C:66:41:6E:2E:00
assoclist 18:01:F1:35:D6:6F
assoclist 6C:71:D9:CD:22:63
assoclist 80:7D:3A:47:69:DA
assoclist EC:FA:BC:18:D0:5A
assoclist 40:A5:EF:0B:32:4E
assoclist DC:4F:22:26:7B:55
assoclist B0:D5:9D:22:57:C7
assoclist 00:04:20:EF:72:EA
assoclist F0:FE:6B:72:B3:3C
admin@RT-AC66U_B1-DB30:/tmp/home/root#
Something else I noticed: "SSH subprocess for 192.168.0.1 failed with error (255)"
But I have no idea what that means.

-edit-

I found the problem. I tried setting up SSH with key verification instead of password. But the method of creating keys would not allow me to ssh from the root account of my pi to the account of my router. Apparently the fingerprint was changed, probably due to a firmware switch on my router.
EscApe
Posts: 535
Joined: Thursday 02 April 2015 8:46
Target OS: Linux
Domoticz version: 2020+
Location: The Netherlands
Contact:

Re: Python plugin: Presence detection from wireless router

Post by EscApe »

The 255 error is to generic to really troubleshoot, but the python subproces doesn't provide much more :(

I'm running Merlin on my AC86u (primary router/ap) and have no such issues. Most of the time problems like this are caused by authentication issues or in rarer cases timeouts. Since the process only took 300ms timeouts are unlikely. I'm just guessing here: did you previously configure ssh key based authentication for the user profile that is running Domoticz? Maybe a now invalid user key messes things up or maybe the host key has changed so the connection is no longer trusted(?) Did you try the command under the root user profile (which is running Domotica according to your log)? That might be more informative.
FunFair
Posts: 52
Joined: Wednesday 04 October 2017 11:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Python plugin: Presence detection from wireless router

Post by FunFair »

EscApe wrote: Thursday 13 June 2019 20:26 The 255 error is to generic to really troubleshoot, but the python subproces doesn't provide much more :(

I'm running Merlin on my AC86u (primary router/ap) and have no such issues. Most of the time problems like this are caused by authentication issues or in rarer cases timeouts. Since the process only took 300ms timeouts are unlikely. I'm just guessing here: did you previously configure ssh key based authentication for the user profile that is running Domoticz? Maybe a now invalid user key messes things up or maybe the host key has changed so the connection is no longer trusted(?) Did you try the command under the root user profile (which is running Domotica according to your log)? That might be more informative.
Found the problem. Thanks for thinking along with me :) The SSH fingerprint changed. Probably because I switched back to official firmware as a test and than back to Merlin.

I took the 'trouble' to setup an ssh-key now. Was much easier then I thought it would be.
Number8
Posts: 374
Joined: Friday 23 May 2014 7:55
Target OS: Linux
Domoticz version: 2022.1
Location: Saint Pierre de Jards
Contact:

Re: Python plugin: Presence detection from wireless router

Post by Number8 »

I just installed a new Unifi AP-Nano HD. I have three others from the same brand but older models. This new unit, as far as network commands are concerned is a bit different. There is no wlanconfig command and it fallsback to brctl. See log file

Code: Select all

2019-07-26 09:49:48.175 (Présence) Fetching data from 192.168.21.30 using: ssh -i -o ConnectTimeout=3 -p22 [email protected] 
#!/bin/sh
export PATH=/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:$PATH
type wl > /dev/null 2>&1 && printf "~wl"
type iwinfo > /dev/null 2>&1 && printf "~iwinfo"
type wlanconfig > /dev/null 2>&1 && printf "~wlanconfig"
type qcsapi_sockrpc > /dev/null 2>&1 && printf "~qcsapi_sockrpc"
type brctl > /dev/null 2>&1 && printf "~brctl"
type arp > /dev/null 2>&1 && printf "~arp"
[ -f /proc/net/arp ] && printf "~procarp"
exit
2019-07-26 09:49:49.446 (Présence) SSH subprocess for 192.168.21.30 failed with error (1):b'' 
2019-07-26 09:49:49.447 (Présence) SSH command on 192.168.21.30 took 643 milliseconds. 
2019-07-26 09:49:49.447 (Présence) Could not retreive interfaces belonging to iwinfo command on 192.168.21.30 
2019-07-26 09:49:49.447 (Présence) Found suitable command (and interfaces) for router 192.168.21.30:{'brctl': []} 
2019-07-26 09:49:49.447 (Présence) Using generic brctl command on router 192.168.21.30. Will respond slower and on some routers a little less reliable to absence 

Any comments?
Debian buster on NUC and three RPi with buster.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest