Blocked/unblocked status

Posted on
Sat Sep 22, 2018 5:12 am
mat offline
Posts: 769
Joined: Nov 25, 2010
Location: Cambridgeshire - UK

Re: Blocked/unblocked status

Hi Karl,

Plugin version is 7.20.125

Comms to the device are enabled in indigo. the device is physically off, but the same happens with my iPhone.

Switched check blocked off in the plugin config, and restarted

Switched check block onto 60 seconds in plugin config and restarted.

Anything else i can provide?

Sorry

Late 2018 mini 10.14

Posted on
Sat Sep 22, 2018 9:57 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Blocked/unblocked status

could you download this version (same v #) and enable special debug. then post the output of a cycle for lines with "checkForBlockedClients"

https://www.dropbox.com/s/lrbkt6hvh3qbokz/uniFiAP.indigoPlugin.zip?dl=1


Karl
like these:
Code: Select all
10:56:22 checkForBlockedClients   -data[0:200]: [{u'oui': u'Apple', u'is_wired': False, u'name': u'iphone Karl', u'rx_bytes': 135656406533, u'network_id': u'5750f2bae4b04dab3d3d0d54', u'usergroup_id': u'', u'fixed_ip': u'192.168.1.93', u'hostname':
10:56:22 checkForBlockedClients   -client: {u'oui': u'Apple', u'is_wired': False, u'name': u'iphone Karl', u'rx_bytes': 135656406533, u'network_id': u'5750f2bae4b04dab3d3d0d54', u'usergroup_id': u'', u'fixed_ip': u'192.168.1.93', u'hostname': u'iPhone', u'site_id': u'5750f2ade4b04dab3d3d0d4f', u'rx_packets': 207106196, u'tx_bytes': 230892873381, u'last_seen': 1537627044, u'mac': u'1c:36:bb:97:c0:85', u'use_fixedip': True, u'duration': 27996999, u'is_guest': False, u'first_seen': 1515188164, u'_id': u'5a4fefc4e4b0b9db03902d97', u'tx_packets': 223663430, u'noted': True, u'blocked': False}
10:56:22 checkForBlockedClients   -client: {u'oui': u'HewlettP', u'is_wired': True, u'name': u'hp-ink', u'rx_bytes': 2557249, u'network_id': u'5750f2bae4b04dab3d3d0d54', u'fixed_ip': u'192.168.1.43', u'hostname': u'HPBF51A1', u'site_id': u'5750f2ade4b04dab3d3d0d4f', u'rx_packets': 29185, u'tx_bytes': 1061542, u'last_seen': 1537580677, u'mac': u'2c:76:8a:c8:5b:c9', u'use_fixedip': True, u'duration': 877155, u'is_guest': False, u'first_seen': 1465351667, u'_id': u'57577df4e4b0e87e4d51b358', u'tx_packets': 18092, u'noted': True, u'blocked': False}
10:56:22 checkForBlockedClients   -client: {u'oui': u'Raspberr', u'is_wired': False, u'name': u'rpi-zero-36', u'rx_bytes': 7513575965, u'network_id': u'5750f2bae4b04dab3d3d0d54', u'fixed_ip': u'192.168.1.36', u'hostname': u'raspberrypi', u'site_id': u'5750f2ade4b04dab3d3d0d4f', u'rx_packets': 257643494, u'tx_bytes': 364894325, u'last_seen': 1535527945, u'mac': u'b8:27:eb:ed:a5:3e', u'use_fixedip': True, u'duration': 5001898, u'is_guest': False, u'first_seen': 1468819287, u'_id': u'578c6758e4b07e6d2836404c', u'tx_packets': 3479050, u'noted': True, u'blocked': False}
10:56:22 checkForBlockedClients   -client: {u'oui': u'Microchi', u'is_wired': True, u'name': u'mother M3 Karry Lisbeth', u'network_id': u'5750f2bae4b04dab3d3d0d54', u'fixed_ip': u'192.168.1.63', u'hostname': u'MOTHER         ', u'site_id': u'5750f2ade4b04dab3d3d0d4f', u'use_fixedip': True, u'last_seen': 1517326613, u'mac': u'00:1e:c0:e7:4d:38', u'is_guest': False, u'first_seen': 1465355538, u'_id': u'57578d13e4b0e87e4d51b3f2', u'noted': True, u'blocked': False}
10:56:22 checkForBlockedClients   -client: {u'oui': u'Private', u'is_wired': True, u'network_id': u'5750f2bae4b04dab3d3d0d54', u'fixed_ip': u'192.168.1.81', u'site_id': u'5750f2ade4b04dab3d3d0d4f', u'use_fixedip': False, u'last_seen': 1510190679, u'mac': u'10:00:00:28:54:be', u'is_guest': False, u'first_seen': 1467107272, u'_id': u'577247c9e4b0eeb7e3f8f85b', u'noted': False, u'blocked': True}
10:56:22 checkForBlockedClients   -listOfBlockedClients: {u'10:00:00:28:54:be': True, u'00:1e:c0:e7:4d:38': False, u'2c:76:8a:c8:5b:c9': False, u'1c:36:bb:97:c0:85': False, u'b8:27:eb:ed:a5:3e': False}
10:56:22 checkForBlockedClients   -UniFi-hp-printer 2c:76:8a:c8:5b:c9  False  False
10:56:22 checkForBlockedClients   -UniFi-rpi-36-zerow b8:27:eb:ed:a5:3e  False  False
10:56:22 checkForBlockedClients   -UniFi_Karl_iPhone 1c:36:bb:97:c0:85  False  False

Posted on
Sat Sep 22, 2018 10:16 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Blocked/unblocked status

and is this
Screen Shot 2018-09-22 at 11.15.42.png
Screen Shot 2018-09-22 at 11.15.42.png (42.64 KiB) Viewed 1341 times
ON?

Posted on
Sat Sep 22, 2018 1:00 pm
mat offline
Posts: 769
Joined: Nov 25, 2010
Location: Cambridgeshire - UK

Re: Blocked/unblocked status

Will do karl. Thanks for your help. Away for the evening but will try tomorrow evening.

Thanks

Late 2018 mini 10.14

Posted on
Sun Sep 23, 2018 12:01 pm
mat offline
Posts: 769
Joined: Nov 25, 2010
Location: Cambridgeshire - UK

Re: Blocked/unblocked status

Karl,

Really embarrassed and thanks for your help - it was the report settings was "on reports only". sorry had left it on the default.

I owe you one.

And thanks as always for the great support.


Regard


Mat

Late 2018 mini 10.14

Posted on
Sun Sep 23, 2018 12:27 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Blocked/unblocked status

Good to hear

I had set my Postgres dB set to Canada eastcost time. And thought it was indigo.

Must have been some “400 pounds “ Canadian hacker on his sofa




Sent from my iPhone using Tapatalk

Who is online

Users browsing this forum: No registered users and 9 guests