Navigation Menu

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

[Feature Request] Add WiFi signal to (JSON) API #288

Closed
frenck opened this issue Oct 27, 2019 · 3 comments
Closed

[Feature Request] Add WiFi signal to (JSON) API #288

frenck opened this issue Oct 27, 2019 · 3 comments

Comments

@frenck
Copy link

frenck commented Oct 27, 2019

I would like to propose the addition of a property that passes in information about the connected WiFi in the JSON API.

Most importantly would be the WiFi signal. Having a weak signal can make devices behave weirdly, but currently, there is no way to find out about it.

Some other WiFi/Network information is welcome as well. E.g., the connected WiFi access point (SSID & BSSID). I would like to know which of the access points in my home the thing has been connecting with (multiple AP's sending out the same SSID, but with different BSSID's).

Having a simple WiFi signal indicator, might be beneficial for the web interface as well.

@frenck frenck changed the title [Feature requesst [Feature Request] Add WiFi signal to JSON API Oct 27, 2019
@frenck frenck changed the title [Feature Request] Add WiFi signal to JSON API [Feature Request] Add WiFi signal to (JSON) API Oct 27, 2019
@Aircoookie
Copy link
Owner

I like this suggestion, will implement bssid and signal strength to info section of the JSON api :)

Aircoookie added a commit that referenced this issue Oct 29, 2019
Add tt command to JSON API (#291)
@Aircoookie
Copy link
Owner

Done! JSON info section now includes a Wifi object like this:
"wifi":{"bssid":"CC:CE:1E:B9:3A:AB","signal":96,"channel":1}
Signal is a relative quality level between 0 and 100, this should be easier to parse and intuitively understand than the negative RSSI scale.

@frenck
Copy link
Author

frenck commented Oct 29, 2019

That looks great @Aircoookie! 🎉
Let's close up this issue, since well, it is done and you have enough open already 😉

@frenck frenck closed this as completed Oct 29, 2019
jihao pushed a commit to jihao/WLED that referenced this issue Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants