Open TechsDomadoo opened 3 months ago
https://www.domadoo.fr/en/actuators-dimmers/6519-16a-zigbee-onoff-smart-relay-din-rail-format-consumption-measurement-frient-5713594004495.html
Type d'appareil Router Modèle Zigbee SMRZB-342 Constructeur Zigbee frient A/S État de prise en charge Non pris en charge (how_to_add_support) Adresse IEEE 0x0015bc0014030dee Adresse réseau 0x9904
Previous version SMRZB-332 is supported : https://www.zigbee2mqtt.io/devices/SMRZB-332.html But not this new version SMRZB-342
const {deviceEndpoints, onOff, deviceTemperature, identify, electricityMeter} = require('zigbee-herdsman-converters/lib/modernExtend'); const definition = { zigbeeModel: ['SMRZB-342'], model: 'SMRZB-342', vendor: 'frient A/S', description: 'Automatically generated definition', extend: [deviceEndpoints({"endpoints":{"1":1,"2":2}}), onOff({"powerOnBehavior":false,"endpointNames":["1","2"]}), deviceTemperature({"endpointNames":["2"]}), identify(), electricityMeter()], meta: {"multiEndpoint":true}, }; module.exports = definition;
Did you get this to work? I have an unsupported device.
Please add this device to Z2M
Link
https://www.domadoo.fr/en/actuators-dimmers/6519-16a-zigbee-onoff-smart-relay-din-rail-format-consumption-measurement-frient-5713594004495.html
Database entry
Type d'appareil Router Modèle Zigbee SMRZB-342 Constructeur Zigbee frient A/S État de prise en charge Non pris en charge (how_to_add_support) Adresse IEEE 0x0015bc0014030dee Adresse réseau 0x9904
Comments
Previous version SMRZB-332 is supported : https://www.zigbee2mqtt.io/devices/SMRZB-332.html But not this new version SMRZB-342
External definition