Giter VIP home page Giter VIP logo

Comments (5)

scottchiefbaker avatar scottchiefbaker commented on May 18, 2024 1

I just did some real world comparison between the controller UI and this calculation. It appears from my spot checking that Unifi does RSSI - 95 for the controller UI signal level.

The column in the WebUI is "signal" and there is a field in the API call "signal" but they are totally different (close-ish but different). I have added code to my API call

$ret['x_signal'] = $ret['rssi'] - 95;

And things line up exactly now. It may be worth adding to your code as well. I never would have figured this out without that PDF. Thank you!

from unifi-api-client.

malle-pietje avatar malle-pietje commented on May 18, 2024

I’m afraid you’ll have to ask Ubiquiti for clarification on this. The question isn’t actually related to the API client itself.

from unifi-api-client.

malle-pietje avatar malle-pietje commented on May 18, 2024

This link may provide some insights:
http://madwifi-project.org/attachment/wiki/UserDocs/RSSI/Converting_Signal_Strength.pdf?format=raw

from unifi-api-client.

scottchiefbaker avatar scottchiefbaker commented on May 18, 2024

Aha... That is very helpful. I'll use the RSSI - 95 as the basis for my dBm calculations for now because it's simple. If anyone finds the exact formula Unifi uses I'd be curious to see that too.

from unifi-api-client.

malle-pietje avatar malle-pietje commented on May 18, 2024

Thanks for sharing!

from unifi-api-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.