Hello ,
I’m working with version 6.43.4
and I wnat to represent the mdoem signal with leds 1-5
this is what I have done:
/system leds
set 0 interface=ppp-out1 leds=led1 modem-signal-treshold=-95 type=modem-signal
add interface=ppp-out1 leds=led2 modem-signal-treshold=-85 type=modem-signal
add interface=ppp-out1 leds=led3 modem-signal-treshold=-75 type=modem-signal
add interface=ppp-out1 leds=led4 modem-signal-treshold=-65 type=modem-signal
add interface=ppp-out1 leds=led5 modem-signal-treshold=-55 type=modem-signal
I can see it’s working because I get the 5 leds ,
and when I start to unplug the antena the leds go down until 1\0
I have 2 problems:
- if the ppp-out is disable - the LEDs are still working , which I can work with this.
- if I remove the SIM - and reboot the router - I get 5 leds on - why?
Thanks ,