How to fix Optical Power Graph different onu model

@akcoder plz help me on this

Do not tag people to get help. Especially not after only 4 hours.

Kindly Plz look In this

No.

It’s imp
Thanxs for support

I am new in this
I don’t know how to
Setting this plz support on this..

You might try asking a question or giving some indication on WHAT you need help on, instead of just throwing up your hands and begging people to help you when you have provided NO information on what the ACTUAL issue is.

Thanxs For support… Dan
1-How to Make Optical Power Chart For All Diff Onts
Using virtual parameter
Huawei Ont graph chart is available on community
But its work Only One HW Onts

i Tryring some Copy Paste But its not working…

RXPOWER:
label: “‘RXPOWER’”
slices:
1_Normal ok:
color: ‘“#77dd77”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >= -26
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <
-15
label: ‘“Normal ok”’
2_Normal:
color: ‘“#FF7F14”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower < -12
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >=
-15
label: “‘Normal’”
3_Critical:
color: ‘“#F72D0D”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <= -28
OR InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >=
-12
label: “‘Critical’”
4_Warning:
color: ‘“#FF7624”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower > -28
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <
-26
label: “‘Warning’”

its cmd line used in edit charts its only for Gx Onts
all onts show in critical
i think some thing missing from my side

Are you refreshing the InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower parameter on the CPE? If GenieACS doesn’t have that data, it can’t graph anything.

Hello Dan…

shared screenshot of rx power which is show in device page of specific gx onts
i refresh mention cmd
InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower
but chart not update still have same issue

Can you please provide a screenshot of the RXPower parameter and value as shown in the All Parameters section?

Thanxs For Reply Dustin
here


and here code
RXPOWER:
label: “‘RXPOWER’”
slices:
1_Normal ok:
color: ‘“#77dd77”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >= -26
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <
-15
label: ‘“Normal ok”’
2_Normal:
color: ‘“#FF7F14”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower < -12
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >=
-15
label: “‘Normal’”
3_Critical:
color: ‘“#F72D0D”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <= -28
OR InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower >=
-12
label: “‘Critical’”
4_Warning:
color: ‘“#FF7624”’
filter: InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower > -28
AND InternetGatewayDevice.WANDevice.1.X_GponInterfaceConfig.RXPower <
-26
label: “‘Warning’”

this is only for testing on specific brand ont

This is what I am asking for:

Sorry For Inconvenience

Shared
Plz check

Thanks for sending this. I needed to make sure your device didn’t have a typo in the spelling of GponInterfaceConfig.
My device has it spelt as GponInterafce.

I also noticed that you seem to have a mix of “’ x '” and ‘" x "’ in your filter. Can you try making them all the same - “’ x '” ?

Thanxs For Reply Dustin

I will make changes in filter
And Update with you
In Some Time

Lastly, double-check your ranges.
I think they may be wrong.