-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New device support]: IKUU Mercator Dimmer Mech SSWM-DIMZ #17036
Comments
I tried this #13174 and am now getting on, off and brightness working. The power on behaviour is giving an error saying 'no converter available'. So is Light Type and Countdown...? Have extracted the following from logs if this helps... Thanks so much :) debug 2023-03-14 16:42:11: Received Zigbee message from '0xcc86ecfffe9a1278', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I have 2 of these switches installed and successfully made an external converter to handle on/off toggles and brightness. Below is the converter I mashed up for a different TS0601_dimmer which works. You would need to add an external adapter line to the Z2M configuration file so that Z2M knows which external adapter files to refer to. TS0601_dimmer.js `const fz = {...require('zigbee-herdsman-converters/converters/fromZigbee'), legacy: require('zigbee-herdsman-converters/lib/legacy').fromZigbee}; const tzLocal = { const definition = { module.exports = definition;` configuration.yaml file
|
Link
https://www.ikuu.com.au/product/switch-mechanism-3/
Database entry
{"id":7,"type":"Router","ieeeAddr":"0xcc86ecfffe9a1278","nwkAddr":61522,"manufId":4098,"manufName":"_TZE200_9cxuhakf","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0601","manufacturerName":"_TZE200_9cxuhakf","powerSource":1,"zclVersion":3,"appVersion":64,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":64,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1678770305098,"defaultSendRequestWhen":"immediate"}
Comments
I created external converter and can't understand what I should do next.
This is a Mercator Ikuü Dimmer (in wall mechanism) SSWM-DIMZ
External converter
Supported color modes
No response
Color temperature range
No response
The text was updated successfully, but these errors were encountered: