Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge πŸŒ‰, get rid of your proprietary Zigbee bridges πŸ”¨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.29k stars 1.69k forks source link

[New device support]: Heiman SMOK_V14 is same like HS1SA #24423

Open Oggymator opened 1 month ago

Oggymator commented 1 month ago

Link

https://www.zigbee2mqtt.io/devices/HS1SA.html

Database entry

EndDevice, IEEE-Addresse 0x005043c9273044ab, Netzwerk-Adresse 0x4208 / 16904, Zigbee-Modell SMOK_V14, Zigbee-Modell SMOK_V14

Zigbee2MQTT version

1.40.2

Comments

Hi,

dient find the data/database.db folder, so I copy some information.

This smoke sensor is same like Heiman HS1SA, that is already support. The battery and Link quality works, but the other is written with N/A and Z2M says is not supported. Maybe someone can add it.

thanks in advanced Iggy

External definition

const {iasZoneAlarm, battery, iasWarning} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['SMOK_V14'],
    model: 'SMOK_V14',
    vendor: 'Heiman',
    description: 'Automatically generated definition',
    extend: [iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]}), battery(), iasWarning()],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

Battery and Link quality, works well, other ones are N/A.

Oggymator commented 1 month ago

push

Oggymator commented 3 weeks ago

push