... not quite sure to understand your issue, but working with #LoRaWAN sensors I never stumbled across floating values ...
Values like 1.532 Volt were always transmitted as 1532 Millivolt so you divided by 1000 after decoding
So not actually floating values but always integer and you had to divide by whatever ..
Would you mind telling me which sensor it is? manufacturer/type? ... thanks heaps!!
Thanks!!!
Ah, that's just the sensor, so I guess #LoRaWAN uplink is self developed, that's why ...
@manankanchu Everything is working now. Float is converted to int on the esp32, int is correctly converted to float on Chirpstack. I guess I must learn a bit more about the js flavor used by Chirpstack. The two working nodes were designed with great care and send data through forests over a few kilometres – something standard off-the-shelf devices fail to do.
CC @m4ver13