Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New device support]: Heiman PIR #22029

Closed
aelsharawi opened this issue Apr 1, 2024 · 14 comments · May be fixed by Koenkk/zigbee-herdsman-converters#7423
Closed

[New device support]: Heiman PIR #22029

aelsharawi opened this issue Apr 1, 2024 · 14 comments · May be fixed by Koenkk/zigbee-herdsman-converters#7423
Labels
new device support New device support request stale Stale issues

Comments

@aelsharawi
Copy link

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 aelsharawi added the new device support New device support request label Apr 1, 2024
@aelsharawi
Copy link
Author

any advise>?

@aelsharawi
Copy link
Author

Where can I get this help?

@mrskycriper
Copy link
Contributor

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

@mrskycriper
Copy link
Contributor

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

@aelsharawi
Copy link
Author

aelsharawi commented Apr 11, 2024

{"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
Copy link
Author

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

@mrskycriper
Copy link
Contributor

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

It should be, thanks

@aelsharawi
Copy link
Author

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

It should be, thanks

any progress with that? thanks again for help

@mrskycriper
Copy link
Contributor

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

@aelsharawi
Copy link
Author

Ok. No worries

@aelsharawi
Copy link
Author

Hi again...just a gentle reminder

@mrskycriper
Copy link
Contributor

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
Copy link
Author

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

Copy link
Contributor

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 github-actions bot added the stale Stale issues label Oct 19, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request stale Stale issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants