Posts: 20
Threads: 4
Joined: Feb 2025
Reputation:
0
Is there an output which provides AP status? I would like to have a light, and perhaps a beeper, to indicate the status of the AP. I have had couple of occasions that AP has turned off, for whatever reason. And seeing a green/red LED would make this more obvious.
Posts: 2,692
Threads: 24
Joined: Jun 2016
Reputation:
90
it is not really programmed to turn off.
so I am first curious about what exactly happened. Did it change mode? Is it possible it rebooted?
as for the green/red LED.. do you mean one wired into the pi somewhere? It is possible to monitor status using pypilot_client or even to write simple python scripts which watch changes like ap.enabled and such a script could easily turn on/off the led.