01.06.2026, 06:09
"Write to bus" affects where the telegram is sent to KNX/TP or not. It does not make the widget read-only.
You can either use a gauge widget to display a sensor value or disable circular slider control via CSS:
In widget Appearance tab set Additional CSS classes to readonly
You can either use a gauge widget to display a sensor value or disable circular slider control via CSS:
Code:
.viewing .readonly {
pointer-events: none !important;
}In widget Appearance tab set Additional CSS classes to readonly