Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.16k stars 1.68k forks source link

[New device support]: Heiman PIR #22029

Open aelsharawi opened 7 months ago

aelsharawi commented 7 months ago

Link

https://www.alibaba.com/product-detail/Heiman-Ceiling-embedded-installation-tuya-zigbee_1600736227827.html

Database entry

HS8OS-EF1-3.0

Comments

HS8OS-EF1-3.0

I was able to make it work (basic functions) need help get the full potentials

here is the data sheet from the manfucutrer

HS8OS-EF-.pdf

External definition

const {illuminance, occupancy, identify} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['HS8OS-EF1-3.0'],
    model: 'HS8OS-EF1-3.0',
    vendor: 'HEIMAN',
    description: 'Automatically generated definition',
    extend: [illuminance({"0x0400":["1"]}), occupancy({"0x0406":["1"]}), identify({"0x0003":["1"]})],
    meta: {},
};

module.exports = definition;
aelsharawi commented 7 months ago

any advise>?

aelsharawi commented 7 months ago

Where can I get this help?

mrskycriper commented 7 months ago

I'll look into this. Data-sheet is a gold mine of information.

mrskycriper commented 7 months ago

Also, can you please provide database.db entry for a good measure?

aelsharawi commented 7 months ago

{"id":14,"type":"Router","ieeeAddr":"0x84b4dbfffe2de1fd","nwkAddr":62125,"manufId":4619,"manufName":"HEIMAN","powerSource":"Mains (single phase)","modelId":"HS8OS-EF1-3.0","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":263,"inClusterList":[0,3,10,1024,1030,2821,64651],"outClusterList":[0,3,6,25],"clusters":{"genBasic":{"attributes":{"modelId":"HS8OS-EF1-3.0","manufacturerName":"HEIMAN","powerSource":1,"zclVersion":8,"appVersion":22,"stackVersion":3,"hwVersion":18,"dateCode":"20220516"}},"msIlluminanceMeasurement":{"attributes":{"61441":0,"measuredValue":43}},"msOccupancySensing":{"attributes":{"occupancy":3}}},"binds":[{"cluster":1024,"type":"endpoint","deviceIeeeAddress":"0xf082c0fffe5a9b28","endpointID":1},{"cluster":1030,"type":"endpoint","deviceIeeeAddress":"0xf082c0fffe5a9b28","endpointID":1}],"configuredReportings":[{"cluster":1024,"attrId":0,"minRepIntval":10,"maxRepIntval":3600,"repChange":5,"manufacturerCode":null},{"cluster":1030,"attrId":0,"minRepIntval":10,"maxRepIntval":60,"repChange":0,"manufacturerCode":null}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":22,"stackVersion":3,"hwVersion":18,"dateCode":"20220516","zclVersion":8,"interviewCompleted":true,"meta":{"configured":1324213189},"lastSeen":1712870652509}

aelsharawi commented 7 months ago

thanks a lot for help ...is this enough?

mrskycriper commented 7 months ago

thanks a lot for help ...is this enough?

It should be, thanks

aelsharawi commented 7 months ago

thanks a lot for help ...is this enough?

It should be, thanks

any progress with that? thanks again for help

mrskycriper commented 7 months ago

Sorry, I'm a bit overloaded lately and kinda just forgot

aelsharawi commented 7 months ago

Ok. No worries

aelsharawi commented 6 months ago

Hi again...just a gentle reminder

mrskycriper commented 6 months ago

Hi again...just a gentle reminder

Hi, thanks for the reminder again. Is there any official model name and device name on the box? Heiman is not particularity good at documenting their devices. Also, can you confirm that it looks like this random picture I've found on aliexpress listing?

HS8OS-EF1-3 0

aelsharawi commented 6 months ago

https://www.alibaba.com/product-detail/Heiman-Ceiling-embedded-installation-tuya-zigbee_1600736227827.html

yes it the correct picture above is the link where I bough it

thanks for the help

github-actions[bot] commented 4 weeks ago

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