CO2 widget - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: CO2 widget (/showthread.php?tid=1659) |
CO2 widget - Matt - 17.10.2018 In Mosaic 2, I have issue to use CO2/Humidity/Temp widget. CO2 seems to list only 2 bytes floating objects while I am saving CO2 to a 2 bytes unsigned integer. What object types are allowed and which one is recommended for CO2 ? RE: CO2 widget - Daniel - 18.10.2018 Hi Yes it is DPT type 9 so you have to convert this data via script or try to make custom widget in widget creator. BR RE: CO2 widget - Matt - 18.10.2018 (18.10.2018, 07:08)Daniel. Wrote: Hi Thanks Daniel, Is it a best practice to use type 9 to store CO2? I can change the type of the object but type 9 seems less accurate than type 7 or 8. I don't think sensors (for example netatmo) will leverage floating point. ppm value seems an integer for me. RE: CO2 widget - edgars - 19.10.2018 in Mosaic 3.0 you will be able to make this widget yourself and use general Number field which can support any data type you want. RE: CO2 widget - Daniel - 19.10.2018 (18.10.2018, 20:42)Matt Wrote:(18.10.2018, 07:08)Daniel. Wrote: Hi KNX DPT 9.008 - Air quality, we have native support for KNX not natamo RE: CO2 widget - Matt - 20.10.2018 Thanks, I updated my objects (and netatmo script) to be type 9, it would be great to add 9.008 in the type list of logicmachine. RE: CO2 widget - Erwin van der Zwart - 21.10.2018 Hi, Why should 9.008 be added? It’s just a 2 byte float with a different unit (ppm) that you can set yourself on the 9 object (suffix). BR, Erwin |