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
Link copied. Please paste this link to share this article on your social media post.
I have many Elsner devices measuring humity. The data type for relative humidity is always 2 byte float value 9.007. I don't get why it is not supported directly. Same problem reported in LM forum around 2016.
Link copied. Please paste this link to share this article on your social media post.
Hi Michal_Frajt!
I will put your request on our feature wishlist. It looks like a small topic.
Link copied. Please paste this link to share this article on your social media post.
Hi Thomas,
I recommend to check MDT, Gira, Elner devices with humidity meassuring to see that all of them are correctly using 9.007 for the relative humidity. Likely all of them are able to calculate the absolute humidity and the dew point. The dew point is always simple temperature data type. Trouble is with the absolute humidity as there is no correspoding data type defined. Additionally they can output absolute humidity in g/kg or g/m3 what makes it even more complicated.
It would be nice to have the absolute humidity and the dew point available for display as well but just making the basic relative humidity working is a good starting point.
Regards,
Michal
Link copied. Please paste this link to share this article on your social media post.
Hello Michal_Frajt!
Many THANKS for the detailed update.
I will add it also to the feature request. Especially the dewpoint could be a very helpful information in combination with climatisation (cooling).
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.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of