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

TFA pluviometer 30.3233.01 not parsed #156

Open
modussiam opened this issue Jun 20, 2022 · 6 comments
Open

TFA pluviometer 30.3233.01 not parsed #156

modussiam opened this issue Jun 20, 2022 · 6 comments

Comments

@modussiam
Copy link

modussiam commented Jun 20, 2022

Hello,
I'd like to use a TFA pluviometer sensor ( ref : 30.3233.01 ) with weewx-sdr .
It is recognized by sdr_433 :

time : 2022-06-18 13:51:04
model : TFA-Drop id : a9f99
Battery : 1 Rain in MM: 32.512 Integrity : CHECKSUM

But the output in the weewx-sdr driver is not parsed .
out: ['{"time" : "2022-06-18 07:04:34", "model" : "TFA-Drop", "id" : 696217, "battery_ok" : 1, "rain_mm" : 29.210, "mic" : "CHECKSUM"}\n']

i'm not a coder and don't know how to write the parser .
All help will be appreciated .
Thank you and have a nice wwek !

andylittle added a commit to andylittle/weewx-sdr-1 that referenced this issue Jun 20, 2022
@modussiam
Copy link
Author

hello Andy,
It works !
parsed: {'dateTime': 1655731747, 'usUnits': 16, 'rain_total.0000.TFADropPacket': 1.016, 'battery.0000.TFADropPacket': 1}
A big THANK YOU !
Sheers from france !
Bye !

@andylittle
Copy link
Contributor

Check to make sure the rain amount is correct in weewx.

@modussiam
Copy link
Author

Hey,
rtl_433 gives 10 millimeter and weewx gives 10 centimeters
the amount in weewx is 10 X the amount in rtl_433

andylittle added a commit to andylittle/weewx-sdr-1 that referenced this issue Jun 20, 2022
@modussiam
Copy link
Author

I've modified weewx.conf to have rain amount in millimeters but it's allways exactly 10 X higher compared with rtl_433 .

@andylittle
Copy link
Contributor

andylittle commented Jun 20, 2022

change line 3117 to pkt['usUnits'] = weewx.METRICWX or grab this.

Guess I should read this first.

@modussiam
Copy link
Author

Hey ,
Now it's fine after changinf line 3117 .
With your help all my sensors are integrated , so i'm going to read the customization guide now ;)

Thank you very much !

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

No branches or pull requests

2 participants