Shelly Plug SΒΆ

Feature Support
Sending yes
Receiving yes
Config yes

Supported Brands

Shelly

Sender Arguments

1
2
3
-i --id=id             control a device with this id
-t --on                send an on signal
-f --off               send an off signal

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "devices": {
    "switch": {
      "protocol": [ "shellyplug-s" ],
      "id": [{
        "id": "A01BC2",
      }],
      "state": "off",
      "energy": 1234,
      "power": 1000,
      "overtemperature": 0,
      "temperature": 23.00,
      "connected": 0
    }
  },
  "gui": {
    "switch": {
      "name": "Switch",
      "group": [ "Living" ],
      "media": [ "all" ]
    }
  }
}
Option Value
id as hardcoded
state on / off
energy 0 - 999999999
power 0 - 3500
temperature -99 - 99
overtemperature 0 or 1
connected 0 or 1

Optional Settings

GUI Settings

Setting Default Format Description
readonly 1 1 or 0 Disable controlling this device from the GUIs