Skip to content

Add support for Emax EM3551H with Gust without UV/Lux to Emax-W6 #2376

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

Merged
merged 6 commits into from
Feb 15, 2023
Merged

Add support for Emax EM3551H with Gust without UV/Lux to Emax-W6 #2376

merged 6 commits into from
Feb 15, 2023

Conversation

ProfBoc75
Copy link
Collaborator

Hi

PR related to #2375 Optex 990051/Emax EM3551H not properly decode : Wind Gust missing and UV / Lux not supported for this model.

Emax EM3390W6 Rain / Wind speed / Wind Direction / Temp / Hum / UV / Lux
Emax Rain / Wind speed / Wind Direction / Temp / Hum / UV / Lux

Weather Rain/Wind station : hummidity not at same byte position as temp/hum sensor.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

humidity


if ( b[29] == 0x17) { // with UV/Lux, without Wind Gust
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove space after (

decoder_output_data(decoder, data);
return 1;
}
if ( b[29] == 0x16) { //without UV/Lux with Wind Gust
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove space after (

@zuckschwerdt zuckschwerdt changed the title add new model Emax EM3551H with Gust without UV/Lux Add support for Emax EM3551H with Gust without UV/Lux to Emax-W6 Feb 15, 2023
@zuckschwerdt zuckschwerdt merged commit fcdf538 into merbanan:master Feb 15, 2023
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