this works fine but the receive data must be divided by 10 to reperesent the true value.
where and how can I best do this division? in the configuration.yaml or in another file?
works partly.
indeed it scales down the received value but because the value is an int, I loose the decimal.
changing the type to float does not work.
but adding the parameter precision: 1 does the job