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

Provide generic add-on functionality for any type of reading #81

Closed
andig opened this issue Apr 29, 2020 · 2 comments
Closed

Provide generic add-on functionality for any type of reading #81

andig opened this issue Apr 29, 2020 · 2 comments
Labels
enhancement New feature or request infrastructure Basic functionality wontfix This will not be worked on

Comments

@andig
Copy link
Member

andig commented Apr 29, 2020

Support should cover:

  • caching (any value, timeout or cache), currently supported for any provider
  • jq-like selection of json content (any value, jq), currently supported for http
  • scaling (only numeric values, scale), currently supported for http, modbus, mqtt

This should be applicable across any transport (MQTT, HTTP, script).

Fixes #62 (using scale).

@andig andig added enhancement New feature or request infrastructure Basic functionality labels Apr 29, 2020
@andig andig changed the title Provide generic support for any type of reading Provide generic add-on functionality for any type of reading Apr 29, 2020
@andig
Copy link
Member Author

andig commented May 2, 2020

Depends on mitchellh/mapstructure#186 and mitchellh/mapstructure#187 for configuration abstraction.

@andig andig added the wontfix This will not be worked on label May 5, 2020
@andig
Copy link
Member Author

andig commented May 5, 2020

Won‘t fix for time being. The current progress seems good enough for the immediate future.

@andig andig closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Basic functionality wontfix This will not be worked on
Projects
No open projects
Development

No branches or pull requests

1 participant