15.01.2026, 14:59
Hello,
I am using an HTML widget in Visui to build a custom table layout
using pure HTML + CSS.
Example (simplified):
<div class="rc-row rc-head">
<div class="rc-cell">Room</div>
<div class="rc-cell">Ambient Temp</div>
<div class="rc-cell">Current Temp</div>
<div class="rc-cell">HVAC Mode</div>
</div>
Rows are static HTML, used only as a layout grid.
I would like to display and control KNX group objects inside specific
cells of this HTML table.
Is it possible to bind KNX group objects directly inside an HTML widget?
I am using an HTML widget in Visui to build a custom table layout
using pure HTML + CSS.
Example (simplified):
<div class="rc-row rc-head">
<div class="rc-cell">Room</div>
<div class="rc-cell">Ambient Temp</div>
<div class="rc-cell">Current Temp</div>
<div class="rc-cell">HVAC Mode</div>
</div>
Rows are static HTML, used only as a layout grid.
I would like to display and control KNX group objects inside specific
cells of this HTML table.
Is it possible to bind KNX group objects directly inside an HTML widget?
