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

examples: rtl_433_mqtt_hass: publish humidity_1, humidity_2 #2567

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

noahwilliamsson
Copy link
Contributor

This adds support for publishing humidity_1 and humidity_2, similar to how temperature{,_1,_2} are handled. I've only observed this for a Telldus sensor:

INFO:root:Skipped Telldus-FT0385R: humidity_2
INFO:root:Published Telldus-FT0385R: time, temperature_C, humidity, temperature_2_C, pressure_hPa, [...]

Rationale:

The Acurite 00275RM room monitor sensor outputs humidity_1 in addition to humidity.

Similarly, the Telldus FT0385R sensor outputs humidity_2 (Humidity in) in addition to humidity.

This adds support for publishing `humidity_1` and `humidity_2`, similar to how `temperature{,_1,_2}` are handled.  I've only observed this for a Telldus sensor.

The Acurite 00275RM room monitor sensor outputs `humidity_1` in addition to `humidity`.

- https://github.com/merbanan/rtl_433/blob/master/src/devices/acurite.c#L1782-L1868

Similarly, the Telldus FT0385R sensor outputs `humidity_2` (Humidity in) in addition to `humidity`.

- https://github.com/merbanan/rtl_433/blob/master/src/devices/telldus_ft0385r.c#L158-L186
@zuckschwerdt zuckschwerdt merged commit d20beca into merbanan:master Jul 14, 2023
5 checks passed
@zuckschwerdt
Copy link
Collaborator

Thanks, very well written PR.

andrewjw pushed a commit to andrewjw/rtl_433 that referenced this pull request Sep 29, 2023
This adds support for publishing `humidity_1` and `humidity_2`, similar to how `temperature{,_1,_2}` are handled.  Useful for Acurite 00275RM and Telldus FT0385R.
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

Successfully merging this pull request may close these issues.

2 participants