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

wind sensor MA10660 #2

Open
rodtrip2 opened this issue Sep 27, 2022 · 3 comments
Open

wind sensor MA10660 #2

rodtrip2 opened this issue Sep 27, 2022 · 3 comments

Comments

@rodtrip2
Copy link

the wind sensor (MA10660) is detected but the information stay at 0 ( Gust 0,0 m/s Time span 352 s Wind direction 0,0 ° Wind speed 0,0 m/s).
https://www.lacrossetechnology.fr/P-25-A1-MA10660.html

@PlusPlus-ua
Copy link
Owner

@rodtrip2 thank you for feedback. Wind sensor is in my shopping list, but I've no appropriate place for it now.

Could you please enable logging for both custom integration and the library. It could be done by adding next lines

logger:
  logs:
    mobilealerts: debug
    custom_components.mobile_alerts: debug

to your configuration.yaml file.

After HA restarting, lines like this must appear in the log:

2022-09-27 13:16:27.068 DEBUG (MainThread) [mobilealerts.gateway] Update package E063...00, checksum 0x00
2022-09-27 13:16:27.069 DEBUG (MainThread) [mobilealerts.sensor] Sensor updated: mobilealerts.sensor.Sensor(Xxxxx), id = 0B000000 .....

Please collect few such lines and post it here. ID of the wind sensor begins with 0B. It's better to hide somehow IDs of your sensors.

@PlusPlus-ua
Copy link
Owner

I've reviewed the code. Have found there at least two errors related to wind sensor. I've fixed errors and updated the project, please check new version.

Update package from the log is still necessary, first of all to add it to tests.

@tntntn-utanet
Copy link

I've had no problem installing and do receive data without a flaw.
Thank you!
I want to contribute with a few lines of DEBUG as requested:
mobilealertswind-filtered.txt

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

3 participants