11.10.2023, 20:00
I'm trying to use the Mosaic widget for air quality, but I'm unable to add my humidity since it is 2 byte floating point, does it only accept 1 byte unsigned integer?
Mosaic Co2/humidity/temp sensor
|
11.10.2023, 20:00
I'm trying to use the Mosaic widget for air quality, but I'm unable to add my humidity since it is 2 byte floating point, does it only accept 1 byte unsigned integer?
12.10.2023, 04:58
Create a virtual object with 5.001 data type (32/0/1 in this example) and attach an event script to the 9.007 humidity object:
Code: value = event.getvalue() |
« Next Oldest | Next Newest »
|