SpaceLogic KNX Forum
Schneider Electric SpaceLogic KNX forum to get support and share knowledge including selection, installation and troubleshooting for spaceLYnk, Wiser for KNX, eConfigure KNX, SpaceLogic KNX Hybrid module and other topics.
Link copied. Please paste this link to share this article on your social media post.
Hello
Working with W4K controller and trying to create visualization with Touch 3. During configuration of the existing "Co2/humidity/temp sensor" widget, I don't have the KNX GA with 2 byte floating point datatype to select for humidity value. Only GAs with 05.001 scale datatype are listed for selection.
How to handle/workaround this? Is it possible to get the source file of the widget and modify the datatype filter (I am assuming) implemented? Thank you.
Link copied. Please paste this link to share this article on your social media post.
Humidity is usually a percentage, to solve it just create a scale virtual object and use a small event script on the incoming value.
value = math.floor(event.getvalue() + 0.5)
grp.checkupdate('32/0/0', value)
Link copied. Please paste this link to share this article on your social media post.
Humidity is usually a percentage, to solve it just create a scale virtual object and use a small event script on the incoming value.
value = math.floor(event.getvalue() + 0.5)
grp.checkupdate('32/0/0', value)
Link copied. Please paste this link to share this article on your social media post.
Hello D-K,
if the sensor that measures the relative humidity is our Air Quality Multisensor, you can set both values, 2byte connected, for example, to the Multitouch and 1byte for the W4K widget
Link copied. Please paste this link to share this article on your social media post.
@Erwin-vd-Zwart Thank you, works 🙂
@Cristiano_Carli_Ballola Thanks for the info
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.