-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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]: Namron 1402768 dimmer #18440
Comments
Dimmer was off, I turn it on (using Z2M Dashboard). All good. Then I try to turn off again, but button on Dashboard not move and following error messages come in (first part of log is successful turn on as described): |
Im struggling with the same issue. 1402768 causes operation lag due to issue as described. I tried to add color temperature setting to the config file, but that didn't help. |
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 |
Were you able to fix this? I see them same problem today, with the config show in the original post. |
With the following external converter definition, I get the colortemp options (although I don't have the Tunable White bulbs, so I can't utilise it), but the slow response and zigbee timeout remains.
|
I am still stuck with the same situation. The cousin 1402769 works beautifully, but I have several of the 1402768, with the lag. Not knowledgeable enough to find out what’s wrong with the communication to this unit. |
Do both dimmers (-68 and -69) have the same firmware? Mine (-68) has firmware version 1.02. |
No they have different firmware. -69 has firmware 3.09 with build date 20220531 whereas -68 has the 1.02 firmware with build date 210525 |
I’m suspecting this is a FW issue with the -68. My (little) experience so far is that response is quick the first time you send a command, but then, if you send a command within, say, 15-20 seconds, you get the latency/delay/timeout issue. However, if you wait longer, it seems that the first command is again snappy. Is that your experience as well? If so, I suspect the FW. I just replaced a Namron Z-Wave dimmer with this one. The Z-Wave dimmer dropped from the Z-Wave network a couple of days after being energised. Had to de-energise it (flip the circuit breaker) and re-energise it to get it back on the Z-Wave network. It was a well-known issue with those dimmers. Got tired of it and replaced it by this Zigbee dimmer, but it would seem that Namron is not particularly good at making reliable stuff… 😠 |
Action is as you describe for me as well, first command snappy and normal, but then the lag/delay comes on subsequent commands. I sent question to Namron to ask if they plan any firmware updates on this product. I think best and quickest option would be to just change to the 1402769 type if possible. Unfortunately I have quite a few of the -68’s so it would cost me. So I’m holding out a bit more in hope to find a solution. |
I have had the same issue both with Namron 1402768 and the Namron 1402767 dimmer (https://www.namron.com/products/namron-zigbee-led-dimmer-2-pol-250w/). The Namron 1402767 has already an adapter here: https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/namron.ts (which has the same problem). The following adapter works for me now for both models:
|
Thanks Øyvind, |
@oyvindhauge thanks for the fix!
Changes will be included in the 1 November release. |
Great @oyvindhauge! I modified your code as follows:
With this modification |
Great @Koenkk, thanks! I tested, the addition of |
Please add the color temperature range as described on https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_3-adding-converter-s-for-your-device |
Update with color temp range:
|
@uphillbattle thanks, added! |
Hi, I have similar problem with a Namron 4512751 dimmer. Is there a similar fix for this? |
Link
https://www.namron.com/products/namron-zigbee-led-dimmer-tw-250w/
Database entry
{"id":12,"type":"Router","ieeeAddr":"0x84b4dbfffe089b10","nwkAddr":47849,"manufId":4098,"manufName":"Namron AS","powerSource":"Mains (single phase)","modelId":"1402768","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":268,"inClusterList":[0,3,4,5,6,8,768,4096],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"1402768","manufacturerName":"Namron AS","appVersion":0,"stackVersion":0,"hwVersion":0,"swBuildId":"1.02"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":0,"colorTempPhysicalMin":250,"colorTempPhysicalMax":65279}},"genLevelCtrl":{"attributes":{"currentLevel":132}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0029e84858","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00124b0029e84858","endpointID":1}],"configuredReportings":[{"cluster":6,"attrId":0,"minRepIntval":0,"maxRepIntval":3600,"repChange":0}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"210525","swBuildId":"1.02","zclVersion":8,"interviewCompleted":true,"meta":{"configured":1461352984},"lastSeen":1690454753514,"defaultSendRequestWhen":"immediate"}
Comments
I copied a very similar device (1402769) from the Namron.ts file and adapted it to the style in the examples. It "works", dimming is fine, but on/off gives an error message, but lights go on/off, but sometimes with a delay of about 12 sek. Error messages appear typically after 10 sec or more (often device turns on at the same time as error message appears).
The difference between my device 1402768 and the one I copied 1402769, is that mine also supports color temperature. I assumed it could work without addressing that issue at first.
See my attempted external converter below (I called it 1402768.js). At first, I had compile errors and Z2M wouldn't start, but after reading the log file I found and fixed errors and it started to "work" (listed as OK in devices etc). Hence, I'm confident my setup is correct. The problem is the error messages and the delays.
Please excuse my lack of knowledge, I'm a newbie at this.
External converter
Supported color modes
No response
Color temperature range
No response
The text was updated successfully, but these errors were encountered: