[C210 Zigbee Dimming Plug] Getting Started

[C210 Zigbee Dimming Plug] Getting Started


Manual & Documentation

Download the Instruction Manual here:

Factory Reset the Device

  1. Turn on the plug and lamp.
  2. Press the button 3 times quickly (holding for at least 2 seconds on the 3rd press).
  3. The light will flash twice.

Pairing

Prepare your smart hub:

Home Assistant - ZHA [Click to Expand ▾]
Works with Home Assistant ZHA

No preparation is needed — the device will work natively with ZHA.

Zigbee2MQTT [Click to Expand ▾]
Works with Zigbee2MQTT

No preparation is needed — the device will work natively with Zigbee2MQTT.

SmartThings [Click to Expand ▾]


No preparation is needed - the device will work natively with SmartThings

Hubitat [Click to Expand ▾]


No preparation is needed - the device will work natively with SmartThings

Philips Hue [Click to Expand ▾]


The core features for this device work in Philips Hue. For more advanced features, an alternative Zigbee platform is recommended.

Amazon Echo [Click to Expand ▾]


The core features are supported natively in Amazon Echo devices that have Zigbee. For more advanced features an alternative Zigbee platform is recommended.
Other Zigbee 3.0 Platforms [Click to Expand ▾]
Please follow the pairing instructions for your hub.

Put the Device in Pairing Mode

Turn on the plug and the lamp, and press the button 6 times in quick succession. The light will flash 3 times, indicating that the dimmer has entered pairing mode.

Firmware Updates

The latest firmware can be installed using Home Assistant.

Plugs with firmware version 1.23 or 1.24 - ZHA Process [Click to Expand ▾]
WarningThis update is only for plugs with firmware version 1.23 or 1.24.
    1. Release notes
    2. Latest C210 Firmware

Firmware Installation Instructions

  1. Add the code below to your configuration.yaml file:

    zha:

        custom_quirks_path: /config/zha_quirks/

        zigpy_config:

            ota:

                extra_providers:

                    - type: advanced # !!! Please read the message below before enabling OTA updates from raw OTA files !!!

                      warning:

                        I understand I can *destroy* my devices by enabling OTA updates from

                        files. Some OTA updates can be mistakenly applied to the wrong

                        device, breaking it. I am consciously using this at my own risk.

                        path: /config/zhaota


  2. Create a folder called "zhaota".
  3. Download and add in the OTA file linked above.
  4. Restart Home Assistant.
  5. A notification will appear to let you know an update is available.
Plugs with firmware version 1.23 or 1.24 - Zigbee2MQTT Process [Click to Expand ▾]
WarningThis update is only for plugs with firmware version 1.23 or 1.24.
  1. Release notes
  2. Latest C210 Firmware

Firmware Installation Instructions

  1. Remove the C210 from Home Assistant
  2. Add the converter below:

    import {light} from 'zigbee-herdsman-converters/lib/modernExtend';

     

    export default {

        fingerprint: [

            {

                modelID: 'C210',

                priority: 2,

            },

        ],

        zigbeeModel: ['C210'],

        model: 'C210-local',

        vendor: 'Candeo',

        description: 'Zigbee dimming smart plug LOCAL',

        extend: [

            light({

                configureReporting: true,

                powerOnBehavior: true,

                ota: true,

            }),

        ],

    };

  3. Hard restart Zigbee2MQTT
  4. Pair device
  5. Create a folder called "zhaota".
  6. Download and add in the OTA file linked above.
  7. Add the following code to your index.json file:

    [

        {

            "url": "CandeoDimmerPlugV125.ota",

            "force": true

        }

    ]


  8. Restart Home Assistant.
  9. A notification will appear to let you know an update is available.
Plugs with firmware version 1.60 or 1.61 [Click to Expand ▾]
WarningThis update is only for plugs with firmware version 1.60 or 1.61.
  1. Latest C210 Firmware

Firmware Installation Instructions

  1. Add the code below to your configuration.yaml file:

    zha:

        custom_quirks_path: /config/zha_quirks/

        zigpy_config:

            ota:

                extra_providers:

                    - type: advanced # !!! Please read the message below before enabling OTA updates from raw OTA files !!!

                      warning:

                        I understand I can *destroy* my devices by enabling OTA updates from

                        files. Some OTA updates can be mistakenly applied to the wrong

                        device, breaking it. I am consciously using this at my own risk.

                        path: /config/zhaota


  2. Create a folder called "zhaota".
  3. Download and add in the OTA file linked above.
  4. Restart Home Assistant.
  5. A notification will appear to let you know an update is available.
 
Need further assistance? Browse C210 FAQs →