-
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
New device Ecowitt water sensor, PN WN34D #2943
Comments
@anthyz flagging you here, as you worked on WN34L/S in #2122 :) |
Hi @Mart124: Yes, there is a gap at the data layout for the Temp. The current decoder could be updated accordingly. Current data layout:
New one:
Here the bitbench |
I want to confirm my assumption, can someone confirm the sub_type approach as we don't have lot of samples to replay. |
Hi @ProfBoc75 First, thank you very much for the debug, and for the PR ! Really glad :)
Do you want some more samples from the WN34D variant ? Or from the WN34L / WN34S ones ? Thank you again 👍 |
Hi @Mart124 : Just try with like this: (from WN34L samples at rtl_433_tests)
or WN34D: (your CU8 files)
|
Here are some codes from WN34D, but without your PR (I was not able to find a compiled version from the CI, not sure it does) :
Hope this is what you are looking for, of course feel free if needed 👍 |
bitbench with your last codes, sounds good, Thx. |
Hello,
Ecowitt does a water temperature sensor, PN WN34D, user manual.
Here are then some samples from it : WN34D.zip
g001_868.34M_250k.cu8 : 20.3°C
g001_868.34M_1000k.cu8 : 25.7°C
g002_868.34M_250k.cu8 : -4.9°C
g002_868.34M_1000k.cu8 : -9.0°C
It is decoded by protocol 221, but with a 40°C offset for positive values, and another one for negative values...
Could we have a look to properly support it please ?
Thank you very much 👍
The text was updated successfully, but these errors were encountered: