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

Add sensor ID to dashboard #118

Open
pascaljoly opened this issue Sep 6, 2023 · 4 comments
Open

Add sensor ID to dashboard #118

pascaljoly opened this issue Sep 6, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@pascaljoly
Copy link
Contributor

pascaljoly commented Sep 6, 2023

in locations where multiple sensors are deployed at the same spot (e.g. Zurich/ICOS), it is not possible to pinpoint which sensor is which from the map, unless the sensor ID is reported. This makes it very difficult for troubleshooting an issue.
so the sensor ID should be an additional data field to the dashboard.

@pascaljoly pascaljoly added the enhancement New feature or request label Sep 8, 2023
@keenanjohnson
Copy link
Member

Good suggest @pascaljoly. I will try and add that now to help me with getting the 3 month data from Zurich.

@keenanjohnson
Copy link
Member

The sensors have an ID that displays on their local web UI. See here or the screenshot here: https://ribbit-network.github.io/ribbit-network-frog-hardware/5-testing/5-sensor-testing/#testing-via-wifi

image

That ID is passed around in the web front end as "host" see here:

def get_sensor_data(host: str, duration: str, frequency: str) -> pd.DataFrame:

and should be pretty easy to extract out and display on the UI somewhere.

@keenanjohnson
Copy link
Member

@xxdavexx23 would appreciate the help here if you are interested.

@xxdavexx23
Copy link

Ok sure I'll take a look later but yeah you can assign it to me

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

3 participants