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

device_support(Heiman): add HS8OS #7423

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

mrskycriper
Copy link
Contributor

@mrskycriper mrskycriper commented Apr 21, 2024

Fix Koenkk/zigbee2mqtt#22029

TODO

  • mock up
  • OccupiedToUnoccupied delay
  • radar settings
  • illuminance Threshold
  • diagnostics
  • illuminance SensorStatus
  • image

@mrskycriper mrskycriper marked this pull request as draft April 21, 2024 21:25
@aelsharawi
Copy link

Thanks a lot for your help...I did not know it will take all that effort

@mrskycriper
Copy link
Contributor Author

Thanks a lot for your help...I did not know it will take all that effort

Well, it mostly comes down to the lack of spare time right now to be honest. End of the semester in the uni at its finest. But there are definitely some things that require more time to implement, mostly because we know all of the features from the specification. I hope I'll finish this PR until the next major release :)

@aelsharawi
Copy link

Thanks again for your hard work.. any new update ?

@sactre
Copy link

sactre commented Nov 21, 2024

I have this sensor and the zigbee model that it shows me is simply TS0601

@aelsharawi
Copy link

I have this sensor and the zigbee model that it shows me is simply TS0601

It is working OOB now with z2m...but were you able to change the settings?

@sactre
Copy link

sactre commented Nov 22, 2024

I have this sensor and the zigbee model that it shows me is simply TS0601

It is working OOB now with z2m...but were you able to change the settings?

Sorry, my device is Tuya versión, model HS80S-TY. I have created a Tuya configuration for this. I am in the process of testing it.
TuyaDatapoints info:
tuyaDatapoints: [
[101, 'illuminance', tuya.valueConverter.raw],
[1, 'presence_state', tuya.valueConverterBasic.lookup({none: 0, ocupancy: 1})],
[102, 'indicator', tuya.valueConverter.onOff],
[103, 'tamper', tuya.valueConverter.trueFalse0],
[104, 'motionless_sensitivity', tuya.valueConverter.raw],
[105, 'presence_time', tuya.valueConverter.raw],
],

@kkossev
Copy link

kkossev commented Nov 23, 2024

@sactre, what is your device manufacturer ID? Is it _TZ6210_duv6fhwt ?
Also, do you know what the motionless_sensitivity range is? Is it between 0 and 100 (100 being the maximum) ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New device support]: Heiman PIR
4 participants