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

Modbus data decimals #137

Closed
T1bbY opened this issue May 3, 2021 · 2 comments
Closed

Modbus data decimals #137

T1bbY opened this issue May 3, 2021 · 2 comments

Comments

@T1bbY
Copy link

T1bbY commented May 3, 2021

Hi,

I work on an interface for my heatpump and i get the data through modbus tcp.
That works fine :)

But the values are send as integer like here the temperature: 509

image

But the temperature is 50,9.
Under "Interativity"->"Property" ->"Format digits", FUXA only adds ".0" to my value.

How can i tell FUXA to do this?

Thanks for you help :)

@unocelli
Copy link
Member

unocelli commented May 4, 2021

Hi,
You are right in modbus is missing, I added the feature, You can now set a divisor in tag property of device, so we have the converted value for all controls. Modbus Tags with divisor
image

@T1bbY
Copy link
Author

T1bbY commented May 4, 2021

Wow, that was fast :)

Problem solved :)
image

@T1bbY T1bbY closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants