-
Notifications
You must be signed in to change notification settings - Fork 17
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
homebridge-ambient-weather-sensors #611
Comments
✅ Pre-checks completed successfully. |
/check |
✅ Pre-checks completed successfully. |
Comment
|
One comment per thought of mine 😄 |
What happens to the cache file and the naming system if a user has more than once instance of your plugin running? |
Here you are awaiting your but this function may throw an error here which would be unhandled since it is ultimately not wrapped around any try/catch. |
good point, I had not considered a user having multiple instances of the plugin running |
could you base the cache file name on the api key? seems like the only unique difference there could be between multiple instances |
The criteria that I am concerned about is the not throwing unhandled errors with regards to this comment: I can't reproduce the case since I don't have valid credentials but I think this could end up throwing errors |
/check |
✅ Pre-checks completed successfully. |
No matter how much error catching you do, if you end up throwing an error in the I picked up two cases here in the catch block where the error is thrown. Instead of throwing the error (string I hope this makes sense |
I see what you mean. those have now been replaced with error logging |
/check |
Everything Looks Good! |
Congratulations! Your plugin has been verified. You can now add one of the Verified by Homebridge badges to your plugin's README:
Your plugin is now also eligible to display a ❤️ Donate button on its tile in the Homebridge UI. See https://github.com/homebridge/homebridge/wiki/Donation-Links for instructions. If for any reason in the future you can no longer maintain your plugin, please consider transferring it to our unmaintained plugins repo. We can take ownership until another willing developer comes along. Don't forget to join the official Homebridge Discord server, where plugin developers can get tips and advice from other developers and the Homebridge project team in the #plugin-development channel! Thank you for your contribution to the Homebridge Community. |
Hi Peledies Thanks again! cytan |
@cytan299 Thanks for your interest in the plugin. if you could open an issue on the repo for the plugin it will help me keep track of the feature requests. https://github.com/peledies/homebridge-ambient-weather-sensors |
Hi Deac, I've opened an issue (as enhancement request) on github.
Thanks!
cytan
On Monday, January 22, 2024 at 08:50:24 AM CST, Deac Karns ***@***.***> wrote:
Hi Peledies Thanks for writing the ambient weather plugin. I've installed your plugin and it's working great reading my temperature and humidity sensors! When do you think you'd have the wind speed, wind direction and relative pressure added to the plugin? I think adding these sensor values will make your plugin even more useful.
Thanks again!
cytan
@cytan299 Thanks for your interest in the plugin. if you could open an issue on the repo for the plugin it will help me keep track of the feature requests. https://github.com/peledies/homebridge-ambient-weather-sensors
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Link To GitHub Repo
https://github.com/peledies/homebridge-ambient-weather-sensors
Link To NPM Package
https://www.npmjs.com/package/homebridge-ambient-weather-sensors
Plugin Icon (Optional)
No response
The text was updated successfully, but these errors were encountered: