Page 1 of 1

Z-Uno1 and BME280

Posted: 22 Jan 2024 06:08
by sega66
I created a simple sketch with the ZUNO_BMP280 library.h to send readings from the aaa sensor to fibaro hc2. Everything works, but the readings of temperature, humidity and pressure are rounded to whole values. In fibaro, I see the temperature accurate to a degree, without decimal places (24.00 C; 23.00 C, etc.) What is wrong? Everything is the same with pressure and humidity. How do I get the data accurate to the second digit?

Re: Z-Uno1 and BME280

Posted: 28 Jan 2024 05:16
by PoltoS
Please make sure to use size 2 or 4 bytes and the precision 1 or 2 decimals. Check https://z-uno.z-wave.me/Reference/ZUNO_ ... ULTILEVEL/ for more info