DimmerΒΆ

Feature Support
Sending yes
Receiving no
Config yes

Supported Brands

None

Sender Arguments

-t --on                  send an on signal
-f --off                 send an off signal
-i --id=id               control a device with this id
-d --dimlevel=dimlevel   send a specific dimlevel

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{
  "devices": {
    "dimmer": {
      "protocol": [ "generic_dimmer" ],
      "id": [{
        "id": 100
      }],
      "state": "off",
      "dimlevel": 0
    }
  },
  "gui": {
    "dimmer": {
      "name": "Dimmer",
      "group": [ "Living" ],
      "media": [ "all" ]
    }
  }
}
Option Value
id 0 - 99999
state on / off
dimlevel 0 - 99999

Optional Settings

GUI Settings

Setting Default Format Description
readonly 0 1 or 0 Disable controlling this device from the GUIs
confirm 0 1 or 0 Ask for confirmation when switching device

New in version 8.0.6.

Note

The minimum and maximum is dependent on the Device Settings below. The actual dimlevel is not validated against these ranges.

GUI Settings

Setting Default Format Description
dimlevel-minimum 0 number Minimum dimlevel
dimlevel-maximum 15 number Maximum dimlevel

Deprecated since version 8.0.5.

Note

The minimum and maximum is dependent on the Device Settings below.

Device Settings

Setting Default Format Description
dimlevel-minimum 0 number Minimum dimlevel
dimlevel-maximum 15 number Maximum dimlevel