Koenkk / Koenkk/zigbee2mqtt

[New device support]: EGLO-ZMB-TW from AwoX

Open
#33,072 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new device support
Dominant language
TypeScript
Stars
15.7k
Forks
2k
Avg merge
18h 55m
Merged PRs (30d)
35

Description

Link

https://www.eglo.com/at/leuchtmittel-12583.html

Database entry

{"id":20,"type":"Router","ieeeAddr":"0x744dbdfffe66fecf","nwkAddr":60663,"manufId":4660,"manufName":"AwoX","powerSource":"Mains (single phase)","modelId":"EGLO-ZMB-TW","epList":[1,3,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":268,"inClusterList":[4096,0,3,4,5,6,8,768,10],"outClusterList":[4,5,6,8,768,10],"clusters":{"genBasic":{"attributes":{"modelId":"EGLO-ZMB-TW","manufacturerName":"AwoX","powerSource":1,"zclVersion":8,"appVersion":1,"stackVersion":0,"hwVersion":6,"dateCode":"","swBuildId":""}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":370,"colorTemperature":335}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":254}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x8c65a3fffe54cc11","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x8c65a3fffe54cc11","endpointID":1},{"cluster":768,"type":"endpoint","deviceIeeeAddress":"0x8c65a3fffe54cc11","endpointID":1}],"configuredReportings":[],"meta":{}},"3":{"profId":4751,"epId":3,"devId":268,"inClusterList":[4,65360,65361],"outClusterList":[65360,65361],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":1,"stackVersion":0,"hwVersion":6,"dateCode":"","swBuildId":"","zclVersion":8,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":"0.0.0"},"lastSeen":1788726769547}

Zigbee2MQTT version

2.14.1 (unknown)

External definition
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';

export default {
    zigbeeModel: ['EGLO-ZMB-TW'],
    model: 'EGLO-ZMB-TW',
    vendor: 'AwoX',
    description: 'Automatically generated definition',
    extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3},"multiEndpointSkip":["state","on","off","brightness","level_config","power_on_behavior","color_temp","color_temp_startup","color_mode","","color_options","on","off","toggle","brightness_move_to_level","brightness_move_up","brightness_move_down","brightness_step_up","brightness_step_down","brightness_stop","color_temperature_move_stop","color_temperature_move_up","color_temperature_move_down","color_temperature_step_up","color_temperature_step_down","enhanced_move_to_hue_and_saturation","move_to_hue_and_saturation","color_hue_step_up","color_hue_step_down","color_saturation_step_up","color_saturation_step_down","color_loop_set","color_temperature_move","color_move","hue_move","hue_stop","move_to_saturation","move_to_hue","stop_move_step"]}), m.identify(), m.light({"colorTemp":{"range":[153,370]}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],
};
What does/doesn't work with the external definition?

https://www.eglo.com/at/leuchtmittel-12583.html

Notes

software_build_id: date_code:
endpoints:

{"1":{"bindings":[{"cluster":"genOnOff","target":{"endpoint":1,"ieee_address":"0x8c65a3fffe54cc11","type":"endpoint"}},{"cluster":"genLevelCtrl","target":{"endpoint":1,"ieee_address":"0x8c65a3fffe54cc11","type":"endpoint"}},{"cluster":"lightingColorCtrl","target":{"endpoint":1,"ieee_address":"0x8c65a3fffe54cc11","type":"endpoint"}}],"clusters":{"input":["touchlink","genBasic","genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","lightingColorCtrl","genTime"],"output":["genGroups","genScenes","genOnOff","genLevelCtrl","lightingColorCtrl","genTime"]},"configured_reportings":[],"name":"1","scenes":[]},"3":{"bindings":[],"clusters":{"input":["genGroups","65360","65361"],"output":["65360","65361"]},"configured_reportings":[],"name":"3","scenes":[]},"242":{"bindings":[],"clusters":{"input":[],"output":["greenPower"]},"configured_reportings":[],"scenes":[]}}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the supplied database entry and external definition for EGLO-ZMB-TW, then reproduce the device behavior using the linked product information. The issue does not name a source file or test and does not state what currently fails, so clarify the expected controls and verify that the device is fully supported before considering it done.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
embedded-iot
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.