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

Data transformation #57

Open
dakhnod opened this issue Sep 11, 2024 · 1 comment
Open

Data transformation #57

dakhnod opened this issue Sep 11, 2024 · 1 comment
Labels
question Further information is requested

Comments

@dakhnod
Copy link
Contributor

dakhnod commented Sep 11, 2024

Thanks for your great work!

I am reading some registers that need a factor and an offset to be applied to the register value. Is there any way to achieve this through modpoll in the configuration?

@gavinying
Copy link
Owner

Hi Daniel, current version only support applying a ratio but not offset.

However, if you use MQTT as interface, I would recommend you to process data by subscribing on raw data topic and publish processed data to new topics. By doing this way, you always keep the first hand raw data and have the flexibility to apply different algorithms or even chain them as a pipeline.

@gavinying gavinying added the question Further information is requested label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants