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

Enhanced Data Filtering for ESP Components #81

Open
mars1pial opened this issue Mar 1, 2024 · 0 comments
Open

Enhanced Data Filtering for ESP Components #81

mars1pial opened this issue Mar 1, 2024 · 0 comments
Labels

Comments

@mars1pial
Copy link

Problem/Need To Be Solved

Each project often requires unique data interpretation (e.g., converting voltage to temperature, pressure, etc.), making it crucial to have a feature that allows for custom data transformation rules to be applied, ensuring the sensor data is immediately useful and relevant to the project's objectives.

(Optional): Solution Suggestion

-Implement the ability to define data filters and transformation rules directly within the device's configuration file
-Develop a backend interface that allows users to dynamically create, modify, and apply data filters and transformation rules to devices without altering the physical device configuration or undergoing code recompilation.

Additional resources

Project involved using a current sensor to monitor energy consumption. The raw data from the sensor was in voltage, but the project needed the information in milliamperes (mA) for accurate reporting and analysis.

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

No branches or pull requests

1 participant