-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update calc.py to support srain_piezo #202
base: main
Are you sure you want to change the base?
Conversation
Add support for binary sensor "Rain State Piezo" (srain_piezo)
Works for me, too. Would be great to see the component updated. |
@joostlek and @pvizeli, the PR for the Ecowitt integration (home-assistant/core#127004) and this PR and its companion (#203) for aioecowitt should have ended up in the What the Heck Month... All three of them has been submitted and none of them has been reviewed, but the one for HA has been prematurely closed, as waiting for the two to be merged to aioecowitt. All of these sitting as idle ducks without any interaction, but has about 4 issues related to them. And the author mentions them every month in one of the issues. Maybe the libraries should have a notification set up for review as the components has it for HA. #whattheheckmonth |
Yes I recently brought this up and I'm trying to get these PRs merged. Please stay tuned. |
Cool! Thanks! And please excuse me for the comment above, but I don't understand why positive contributions ends up without any interaction for months. |
Is there anything we could help to add this? I can't code, but I'm happy to buy someone a coffee/beer. |
@iculookn It is not a matter of coffee or beer. It is a matter of poor management. Somebody has submitted a PR 115 days ago, which solves the problem of the error referenced. This is not even a big change, but adding 2 lines to the code to handle the rain sensor, which was implemented in the Ecowitt firmware. And meanwhile nobody has reviewed the code and merged it, and the promise about being reviewed is 1 month old already... Even a PR was submitted to HA to fix the issue on the integration side as well, but that has been closed almost immediately because the upstream PR (this one) has not been merged, which is another 3 lines of code to define the new sensor. As noted before, these things should have been highlighted during the What The Heck Month, where people contribute obvious fixes and not being merged. These mishaps are just forcing people to fork the integration and start to run a custom integration repo, where fixing issues does not take 4 months. |
What can I say... this was my first contribution to Home Assistant because I thought it was only fair to give something back. But the way this is going doesn't really increase my motivation to release future fixes as pull requests. |
@joostlek, @pvizeli - I hope you are reading this. The PR is waiting here for 115 days.
This was posted by @joostlek on the 26th of December, basically a month ago. This PR is only 2 lines to handle the input from the weather station and to suppress the WARNING:
|
I'm still busy, something at least got merged to ease the pain. Also don't forget that December and January are busy moments for a lot of people. |
Add support for binary sensor "Rain State Piezo" (srain_piezo)
pull request (home-assistant/core#127004) to update integration in core already made.
This PR fixes or closes issue: #200 & home-assistant/core#125850