Canopy GUI Enhancer - Browser Extension

Tried both ways - even removed and removed and reinstalled the extension.

Chrome log attached.

Don't forget that Firefox isn't working either. 

You're just manipulating the screen data, right?  No specific setting in the equipment to enable, correct?

Thanks again


@Luis Mondragon wrote:
 

You're just manipulating the screen data, right?  No specific setting in the equipment to enable, correct?

Thanks again


Yep, right.

Can you give me the string of the radio's webpage title "<h2>" (screen below)?

The dash-space-dash bit is gone, now it's a newline before the MAC.

The <h2> tag in v.15 now reads:

<h2>2.4GHz MIMO OFDM - Subscriber Module<br />00-00-00-00-00-00</h2>

I've got it working on all of our devices with changes  to CanopyEnhancer.js:

Line 259

var resDevType = titleString.match(/.*(?:GHz|MHz)(?:\sAdjustable\sPower)?\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

Line 263

resDevType = titleString.match(/.*(?:GHz|MHz)\sSISO\sOFDM\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

Line 267

resDevType = titleString.match(/.*(?:GHz|MHz)\sMIMO\sOFDM\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

This works with current 15.0.0.1 devices, and PMP100 devices on our network that use the old formatting. 

It does not capture the MAC address into the array any longer, but it looks like you don't use it for anything currently.

I checked with PMP450 AP and SM running 15.0.0.1 as well as PMP100 AP and SM running 13.4.1, which retain the old style titling. All functions appear to be working.

2 Likes

TOTAL Greek to me!

Thanks for the input Nick.  Thought I was the only one having the problem.

Hopefully you'll get them fixed Cyb3r.

Thanks again.


@Nick Coleman wrote:

The dash-space-dash bit is gone, now it's a newline before the MAC.

The <h2> tag in v.15 now reads:

<h2>2.4GHz MIMO OFDM - Subscriber Module<br />00-00-00-00-00-00</h2>

I've got it working on all of our devices with changes  to CanopyEnhancer.js:

Line 259

var resDevType = titleString.match(/.*(?:GHz|MHz)(?:\sAdjustable\sPower)?\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

Line 263

resDevType = titleString.match(/.*(?:GHz|MHz)\sSISO\sOFDM\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

Line 267

resDevType = titleString.match(/.*(?:GHz|MHz)\sMIMO\sOFDM\s\-\s([a-zA-Z]+\s[a-zA-z]+)/);

This works with current 15.0.0.1 devices, and PMP100 devices on our network that use the old formatting. 

It does not capture the MAC address into the array any longer, but it looks like you don't use it for anything currently.

I checked with PMP450 AP and SM running 15.0.0.1 as well as PMP100 AP and SM running 13.4.1, which retain the old style titling. All functions appear to be working.


Thanks!

I've tested only on radios without security profile (ooops, my bad).

Anyway I've just uploaded a fix, let me know in the next hours (Chrome users).

1 Like

Works as advertised!

Many thanks guys - Cyb3r

i still wonder how cambium hasn't implemented some of these features into the actual UI especially the graphs and mbit/s from the ap side lol

Forgive me but how do you use this extension after you download it. Just type in the IP of radio in the browser as that does not work for me in either browser.?

Are you using Chrome or Firefox?

The extension is enabled? (check options, screenshot below)

Yes they were enabled in both browsers and now I see all these excellent statistics except the real time graph.


@Dave Bradich wrote:

Yes they were enabled in both browsers and now I see all these excellent statistics except the real time graph.


Have you selected "Graph" for "How to display real time traffic" in the options?

1 Like

Thanks. Got it.

1 Like

Hi, with last version 1.8.4, if event log dosn't start with "******System Startup****** ", it's  blank. Under an event log problematic with your fantastic plugin:

System Event Log

10/31/2016 : 16:33:21 CEST : :user=unknown; *System Log Cleared*;
10/31/2016 : 16:33:21 CEST : :Remote clrsyslog.
11/05/2016 : 06:26:30 CEST : :Time Set
11/05/2016 : 07:14:00 CEST : :Time Set
11/06/2016 : 05:56:31 CEST : :Time Set
11/06/2016 : 06:34:00 CEST : :Time Set
11/07/2016 : 06:36:33 CEST : :Time Set
1 Like

@Tuvix wrote:

Hi, with last version 1.8.4, if event log dosn't start with "******System Startup****** ", it's  blank. Under an event log problematic with your fantastic plugin:

System Event Log

10/31/2016 : 16:33:21 CEST : :user=unknown; *System Log Cleared*;
10/31/2016 : 16:33:21 CEST : :Remote clrsyslog.
11/05/2016 : 06:26:30 CEST : :Time Set
11/05/2016 : 07:14:00 CEST : :Time Set
11/06/2016 : 05:56:31 CEST : :Time Set
11/06/2016 : 06:34:00 CEST : :Time Set
11/07/2016 : 06:36:33 CEST : :Time Set

Thanks. Fixed in 1.8.6.* with other issues.

Cyb3r,

Great extension, but....

Still not picking up the whole event log.

Enhancer on:

Enhancer off:

PMP450, well, you can see above.

1 Like

@Luis Mondragon wrote:

Cyb3r,

Great extension, but....

Still not picking up the whole event log.


Thank you Luis, fixed in version 1.8.8

Thanks for the quick action - Great Job.

Just a heads up of a new AP and SM Data VC page with 15.1

Enhancer off:

Enhancer on:


@Luis Mondragon wrote:

Thanks for the quick action - Great Job.

Just a heads up of a new AP and SM Data VC page with 15.1


Just released a new version with the fix for this issue, thanks

2 Likes

Great job, as always.

Thanks

The extension has 1,000 active users on Chrome :D

3 Likes