Z-Uno1 and BME280

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
sega66
Posts: 38
Joined: 30 Jul 2017 19:31

Z-Uno1 and BME280

Post 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?
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: Z-Uno1 and BME280

Post 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
Post Reply