zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

[New device support]: Insta Dimmaktor Mini

Open koenidet opened this issue 1 year ago • 2 comments

Link

https://www.nexentro.de/produkte/

Database entry

don't know how to get there

Comments

I'm not experienced enough to follow the instructions for the creation of an external definition and therefore hope, you can include the device into your list of supported devices. I have added the open source information for the device from the vendor. 57006000_picsnexentrozigbeedimmingactuatormini.zip

External definition

const {deviceEndpoints, identify, onOff, commandsOnOff, commandsLevelCtrl, commandsColorCtrl} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['NEXENTRO Dimming Actuator'],
    model: 'NEXENTRO Dimming Actuator',
    vendor: 'Insta GmbH',
    description: 'Automatically generated definition',
    extend: [deviceEndpoints({"endpoints":{"2":2,"4":4}}), identify(), onOff({"powerOnBehavior":false}), commandsOnOff({"endpointNames":["4"]}), commandsLevelCtrl({"endpointNames":["4"]}), commandsColorCtrl({"endpointNames":["4"]})],
    meta: {"multiEndpoint":true},
};

module.exports = definition;

koenidet avatar Apr 04 '24 08:04 koenidet

Does it work with this external converter?

Koenkk avatar Apr 04 '24 18:04 Koenkk

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days

github-actions[bot] avatar Oct 02 '24 00:10 github-actions[bot]