-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to decode packets for [192] Govee Water Leak Detector H5054 #2189
Comments
Hi , the sensor is already supported see #1518 (comment) time : @0.090488s time : @1.670216s If not please generate a cu8 file and post it, than we can have a look |
Hi @franki29, I did test the Here is the cu8 file from me, for the same above-mentioned device: |
The timing seems a little shorter, but works. Problem is the ID is invalid The Bitbuffer here is
inverted this is
|
Hi @otanim , can you send us a file that include a alarm ? |
Hi @franki29, here it is: |
Hi @otanim , I am to new to understand what is happening with your sensor. |
@franki29, would this info help to decode the data? |
Hi @otanim unfortunately not, there is also a thread regarding wrong detection. |
For the alarm the Bitbuffer here is
inverted this is
As @franki29 correctly analyzed, all bits change and the ID of just FFFF is not plausible. We don't need more .cu8 files, get just the codes (only new unique codes) with
|
@franki29 / @zuckschwerdt, here are some samples:
|
Does N2 an N3 shows correct output ? If you just start rtl_433 -R 192 ? |
So I think that the N1 is just maybe broken or not correctly programmed in the factory. |
@franki29, I'm second-guessing that theory, but I can test the rest of the 4 devices as well, to see if there are any patterns. I'll keep updated here. |
@franki29, you were right, can confirm, the rest 4 devices worked for me without any issues as well... It is quite interesting that I've been using the defective device out of 7 devices for my project. @zuckschwerdt / @franki29, thanks again for the support and for your time, I appreciate it. I'm closing the issue. |
That was unexpected, but really seems the best explanation. Glad to hear we worked out what was wrong. |
Using the old version
20.02
(the latest apt package for Ubuntu 20.04) which doesn't support the deviceGovee Water Leak Detector H5054
yet, detects it asSmoke-GS558
:However, the latest versions (
master
branch) don't seem like being able to detect anything for [ 192 ] device, no output, but here is the verbose message for it (used-vv
argument, only trigger-receive output):Any thoughts on what could've caused this, or do I need to provide any additional data for the debugging?
The text was updated successfully, but these errors were encountered: