### Link
https://www.ikea.com/nl/nl/p/grillplats-stekker-smart-60604238/
### D…atabase entry
{"id":83,"type":"Router","ieeeAddr":"0x3ccfb44f4a7099e5","nwkAddr":26867,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","modelId":"GRILLPLATS Plug\u0000","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":266,"inClusterList":[0,3,4,5,6,8,4096],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"modelId":"GRILLPLATS Plug\u0000","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":8,"appVersion":1,"stackVersion":2,"hwVersion":2,"dateCode":"20250827","swBuildId":"1.3.11"}},"genOnOff":{"attributes":{"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":1,"stackVersion":2,"hwVersion":2,"dateCode":"20250827","swBuildId":"1.3.11","zclVersion":8,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":"0.0.0"},"lastSeen":1774096164721}
### Zigbee2MQTT version
2.9.1-1
### External definition
```JavaScript
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['GRILLPLATS Plug'],
model: 'GRILLPLATS Plug',
vendor: 'IKEA of Sweden',
description: 'Automatically generated definition',
extend: [m.light()],
};
```
### What does/doesn't work with the external definition?
See https://github.com/Koenkk/zigbee2mqtt/discussions/31464:
Once you unbox the device, it will - for a period of 15 minutes - be in pairing mode using Matter over Thread. To enable Zigbee pairing (in my case to a SonOff transmitter on Home Assistant), perform the following steps:
Press the On-Off button for around 10 seconds, this will reset the plug back to factory settings,
Press the On-Off button quickly 4 times, this will enable Matter connectivity mode,
Finally, press the On-Off button quickly 8 times. This will enable the 'secret' Zigbee connectivity mode and Z2M will start the interview (as long as you enabled 'Permit Join').
The device is detected as model "GRILLPLATS Plug" and "Unsupported", but it does complete the interview and add the device.
It successfully exposes:
State - This allows you to turn the plug on and off, and is working as expected
Brightness - This is obviously wrong, as it is a plug, not a lamp - But seeing how it currently extends m.light, this is understandable
Effect (see previous item)
Power on behavior - This is expected and seems to work as well
Linkquality - This seems to be working correctly.
Now, what is missing are the power measurements, which I assume will be power, voltage, current, energy (as this plug is very, very similar to the IKEA INSPELNING smart plug E2206)
### Notes
I noticed a LOT of people were searching for information on whether the power plug actually supported Zigbee, or only Matter over Thread. So, once I figured out how to get it to connect, I decided to share this information with the community. Your assistance is very welcome. Should I be able to provide more information, feel free to let me know.