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

ZY-M100 mmWave sensor support #986

Closed
Cheerpipe opened this issue Feb 17, 2023 · 5 comments
Closed

ZY-M100 mmWave sensor support #986

Cheerpipe opened this issue Feb 17, 2023 · 5 comments
Labels
wontfix This will not be worked on

Comments

@Cheerpipe
Copy link

Is there any chance to get ZY-M100 support? It is paired but isn't any converter for this.

I may help with test and debug

DPs: zigpy/zha-device-handlers#1928 (comment)

@Cheerpipe
Copy link
Author

Cheerpipe commented Feb 28, 2023

¿What converter should i use for this?

image

I tried ZConverter, Converter, ZMathConverter and MathConverter but none of those can read/write any value. I am getting this error:

image
image

What is the difference between Converter and ZConverter by the way?

Thanks in advance

@Cheerpipe
Copy link
Author

This is my current converter:

{
    "TS0601": ["Tuya", "mWave sensor", "ZY-M100"],
    "support": 1,
    "spec": [
         BoolConv("occupancy", "binary_sensor"),
         MathConv("Sensitivity", "number", min=0, max=9),
         MathConv("Near Detection", "number", min=0, max=1000),
         MathConv("Far Detection", "number", min=0, max=1000),
    ],
}

@AlexxIT AlexxIT added the wontfix This will not be worked on label Apr 8, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Apr 8, 2023

If you can't write the converters yourself, you can use the ZHA mode on the gateway

@AlexxIT AlexxIT closed this as completed Apr 8, 2023
@000al000
Copy link

000al000 commented Nov 26, 2023

I try solution from Cheerpipe but have error

2023-11-26 14:27:22 [D] 10.100.10.226 [ZIGB] 0xa4c1385a0455c8d3 (0x0ae1) recv {'endpoint': 1, 'seq': 246, 'cluster_id': 61184, 'command_id': 2, 'value': b'\x00\x0fm\x02\x00\x04\x00\x00\x00\x00'}
2023-11-26 14:27:22 [D] 10.100.10.226 [ZIGB] 0xa4c1385a0455c8d3 0x0ae1 send {'endpoint': 1, 'seq': 246, 'cluster_id': 61184, 'command': 'Default_Response', 'value': 2, 'status': 'Status.UNSUPPORTED_CLUSTER'}

Maybe somebody can give link to instruction how create own converter?

@Cheerpipe
Copy link
Author

I try solution from Cheerpipe but have error

2023-11-26 14:27:22 [D] 10.100.10.226 [ZIGB] 0xa4c1385a0455c8d3 (0x0ae1) recv {'endpoint': 1, 'seq': 246, 'cluster_id': 61184, 'command_id': 2, 'value': b'\x00\x0fm\x02\x00\x04\x00\x00\x00\x00'} 2023-11-26 14:27:22 [D] 10.100.10.226 [ZIGB] 0xa4c1385a0455c8d3 0x0ae1 send {'endpoint': 1, 'seq': 246, 'cluster_id': 61184, 'command': 'Default_Response', 'value': 2, 'status': 'Status.UNSUPPORTED_CLUSTER'}

Maybe somebody can give link to instruction how create own converter?

Hi. I ended up using zha with z2m and now changed to zha because z2m don't have automatic reconnect wen connection is interrupted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants