Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions on more sensors #50

Open
jonasrubensson opened this issue May 5, 2021 · 5 comments
Open

Suggestions on more sensors #50

jonasrubensson opened this issue May 5, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@jonasrubensson
Copy link

Some suggestions for more sensors if it is possible to add.

"show dns dynamic status"
"show vpn remote-access"
"show system memory"

@elad-bar
Copy link
Owner

elad-bar commented May 5, 2021

Those are ssh commands which are not used by the integration, if the data is available over the rest / websocket api i can add it

@elad-bar elad-bar added the enhancement New feature or request label May 5, 2021
@jonasrubensson
Copy link
Author

I am not good in using either of those but I managed to test the rest api and my suggestions seems not available.

Thank you anyway!

@argoeng
Copy link

argoeng commented Jul 16, 2022

I don't know if "firmware update available" is present in the API but it can be useful.
Thank you.

@alvinchen1
Copy link

Hi! I have a openvpn VPN tunnel (vtun0) that I want to be able to disable and reenable when it's acting up. How about a switch to turn it on/off?

https://ubntwiki.com/products/software/edgeos/api there appears to be a CLI which you mention above.

The CLI for getting an interface would be

show interfaces

The presence of disabled would indicate the interface is off.
And disabling one would require both the type and the number e.g.

To Turn Off
set interfaces openvpn vtun0 disable

To Turn On
set interfaces openvpn vtun0 enable

Of course, this would likely for for any interface as long as you had both the type and the identifier.

@elad-bar
Copy link
Owner

all interface types (but loopback) will be supported from v2.0.13,
memory is support,
what do you expect to see with dynamic dns and remote access?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants