Manual & Documentation
Download the Instruction Manual here:
Factory Reset the Device
- Turn on the plug and lamp.
- Press the button 3 times quickly (holding for at least 2 seconds on the 3rd press).
- The light will flash twice.
Pairing
Prepare your smart hub:
Home Assistant - ZHA [Click to Expand ▾]
No preparation is needed — the device will work natively with ZHA.
Zigbee2MQTT [Click to Expand ▾]
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.
- Release notes
- Latest C210 Firmware
Firmware Installation Instructions
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
- Create a folder called "zhaota".
- Download and add in the OTA file linked above.
- Restart Home Assistant.
- 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.
- Release notes
- Latest C210 Firmware
Firmware Installation Instructions
- Remove the C210 from Home Assistant
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,
}),
],
};
- Hard restart Zigbee2MQTT
- Pair device
- Create a folder called "zhaota".
- Download and add in the OTA file linked above.
Add the following code to your index.json file:
[
{
"url": "CandeoDimmerPlugV125.ota",
"force": true
}
]
- Restart Home Assistant.
- 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.
- Latest C210 Firmware
Firmware Installation Instructions
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
- Create a folder called "zhaota".
- Download and add in the OTA file linked above.
- Restart Home Assistant.
- A notification will appear to let you know an update is available.