vodafone-station-cli icon indicating copy to clipboard operation
vodafone-station-cli copied to clipboard

diagnose: If not all channels are locked, warnings are not shown

Open PsikoBlock opened this issue 2 years ago • 2 comments

When running the diagnose command, I currently have some channels displaying as NotLocked. The power level in the corresponding row is displayed as NaN. Consequently, an error message is shown:

Error: PowerLevel is not within supported range. PowerLevel: NaN

Instead, I would like to see the warning messages (if any) about the remaining channels, e.g.,

Legend: pl = power level | snr = signal to noise ration
Colors:  Fix within one Month | Fix immediately
DOWN: ch193pl, ch29snr, ch193snr
UP:

My setup:

  • Arris TG3442DE
  • vodafone-station-cli/1.2.8 linux-x64 node-v19.9.0
  • Arch Linux

I've attached the full output: vodafone-station-cli-diagnose.txt

PsikoBlock avatar Apr 23 '23 08:04 PsikoBlock

Thanks for the issue report! Do you happen to know what the original value coming from the modem is in that field? Maybe by executing it with env DEBUG=\* ./bin/dev diagnose? The current expectation is, that the value is formatted like so "PowerLevel":"-2.8\/57.2".

totev avatar Apr 23 '23 10:04 totev

@PsikoBlock If you can, could you please check the fix here: #143 ?

totev avatar Apr 23 '23 11:04 totev

Potentially fixed with #143

totev avatar Oct 05 '24 09:10 totev