zigbee2mqtt
zigbee2mqtt copied to clipboard
[New device support]: Insta Dimmaktor Mini
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;
Does it work with this external converter?
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