Name Type, range SUBID Default Description
dm char[3] 98 'RGB' Each char is responsible for the type of a particular channel, RGB takes 3 channels
• 'D' – use like dimmer-lamp
• 'RGB' – Use like RGB lamp
Example: dm='DDD'
def integer 0-250 1-3 100 The default brightness level in case of a power reset (1..250). Example: def=250
min integer 0-100 1-3 0 Minimum dimming level, example: min=10
max integer 0-100 1-3 100 Maximum dimming level, example max=95
runtime integer 0-100 98 5 Runtime is the speed of changing the brightness(measured in seconds). Example: runtime=15
f integer 1-1000 98 500 It is frequency (measured in Hz); Example: f=500

Een voorbeeld van de configuratie in XML:

<item addr="355:1" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="68"/>
<item addr="355:2" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="69"/>
<item addr="355:3" auto-period="600" cfgid="175" name="Dimmer" type="dimer-lamp" uniq_id="70"/>
<item addr="355:98" cfgid="175" hw="dm='DDD' f=1000 runtime=20" name="Temperature" system="yes" type="temperature-sensor" uniq_id="47"/>

Datum laatste update: 16-04-2026