Skip to main content
Version: 1.0

Shelly WiFi Setup Cluster

The Shelly RPC cluster is a custom Zigbee cluster with ID 0xFC02 that allows Zigbee networks to read, modify, and apply the station configuration of the Shelly WiFi component. Devices supporting this cluster normally expose as it part of the Zigbee endpoint 239. Device specific details are available here.

Attributes

The server supports the attributes listed in the following table:

IdentifierNameData TypeAccess
0Statuscharacter stringread-only
1IPcharacter stringread-only
2Actionunsigned 8-bit integerwrite-only
3DHCPbooleanread-only
4Enablebooleanread/write
5SSIDcharacter stringread/write
6Passwordcharacter stringwrite-only
7StaticIPcharacter stringread/write
8NetMaskcharacter stringread/write
9Gatewaycharacter stringread/write
10NameServercharacter stringread/write

Attribute description

The Status and IP attributes reflect the current network status of the device and are available at any time.

Attributes 3-10 represent the WiFi station configuration while it is being edited via the Zigbee network.

Writing the value of 0 to the Action attribute will reset all attributes to the current device configuration. Writing the value of 1 will set and automatically apply the configuration currently available in the Zigbee attributes. Writing any values other than 0 and 1 is currently ignored but is reserved for future use.