danielwelch / hassio-zigbee2mqtt

Hass.io add-on for zigbee2mqtt
Apache License 2.0
565 stars 190 forks source link

Vimar 14592.0 #408

Closed legolas0802 closed 3 years ago

legolas0802 commented 3 years ago

zigbee2mqtt add-on version (if edge, please report commit hash): Can you add ti device.js? { zigbeeModel: ['2_Way_Switch_v1.0', 'On_Off_Switch_v1.0'], model: '14592.0', vendor: 'Vimar', description: '2-way switch IoT connected mechanism', supports: 'on/off', fromZigbee: [fz.on_off], toZigbee: [tz.on_off], meta: {configureKey: 3}, configure: async (device, coordinatorEndpoint) => { const endpoint = device.getEndpoint(10); await bind(endpoint, coordinatorEndpoint, ['genOnOff']); }, }, Operating environment (HassOS, Virtual Machine, Device/platform running Home Assistant):