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

eWeLink SQ510A leak sensor detector as Sonoff motion sensor #24652

Closed
Claudybellic opened this issue Nov 5, 2024 · 5 comments
Closed

eWeLink SQ510A leak sensor detector as Sonoff motion sensor #24652

Claudybellic opened this issue Nov 5, 2024 · 5 comments
Labels
problem Something isn't working stale Stale issues

Comments

@Claudybellic
Copy link

Claudybellic commented Nov 5, 2024

What happened?

Just paired an eWeLink SQ510A leak sensor and Z2MQTT detected it as a sonoff SNZB-03. No values can be read from the device.

What did you expect to happen?

Be detected as the correct sensor

How to reproduce it (minimal and precise)

I've tried to re-pair it a couple of times and it still shows up as sonof motion sensor

Zigbee2MQTT version

1.41.0-dev commit: 1558a5d

Adapter firmware version

7.3.1.0 build 0

Adapter

EZSP ember

Setup

add-on on HAOS on a VM (Truenas)

Debug log

No response

@Claudybellic Claudybellic added the problem Something isn't working label Nov 5, 2024
@Claudybellic
Copy link
Author

device external definition:

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

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

module.exports = definition;

@LuxMcDiver
Copy link

Hi,
I just paired an Aliexpress Motion sensor labelled ZM-35ZH-Q, and Z2MQTT detected it as an Ewelink SQ510A water leak sensor.

I'm using koenkk/zigbee2mqtt:latest docker-compose image.

It looks like we have a generic issue with the Z2MQTT Ewelink SQ510A water leak sensor seeting in the database.

🤔

@Fietspomp86
Copy link

Fietspomp86 commented Nov 7, 2024

Hi, I just paired an Aliexpress Motion sensor labelled ZM-35ZH-Q, and Z2MQTT detected it as an Ewelink SQ510A water leak sensor.

I'm using koenkk/zigbee2mqtt:latest docker-compose image.

It looks like we have a generic issue with the Z2MQTT Ewelink SQ510A water leak sensor seeting in the database.

🤔

I'm having the same issue.
Had one occupancy sensor, since a few days it's suddenly changed into a water leak sensor.

const definition = { zigbeeModel: ['SNZB-03'], model: 'SNZB-03', vendor: 'eWeLink', description: 'Automatically generated definition', extend: [battery(), iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]})], meta: {},

Apparently it's fixed in the dev release: #24588

@vikrilow
Copy link

I've just try to add motion sensor from Aliexpress and I have this problem, Zigbee2mqtt detect it as water leak..
Any solution for that?

Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale issues label Jan 24, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working stale Stale issues
Projects
None yet
Development

No branches or pull requests

4 participants