-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Conversation
src/devices/emax.c
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
humidity
src/devices/emax.c
Outdated
|
||
if ( b[29] == 0x17) { // with UV/Lux, without Wind Gust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove space after (
src/devices/emax.c
Outdated
decoder_output_data(decoder, data); | ||
return 1; | ||
} | ||
if ( b[29] == 0x16) { //without UV/Lux with Wind Gust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove space after (
Hi
PR related to #2375 Optex 990051/Emax EM3551H not properly decode : Wind Gust missing and UV / Lux not supported for this model.