MTry / homebridge-smart-irrigation

Turn any electrical irrigation valve into a smart-valve.. or run your pumps on a smart schedule based on your climate! This homebridge plugin exposes a multi-zone irrigation sprinkler dummy control system to Apple's HomeKit. Although a dummy, it brings smarts of an evapotranspiration based climate and plant adaptive irrigation controller with the use of OpenWeatherMap API. The plugin can optionally email you, and/or send you push notifications through Pushover or Pushcut, with the watering schedule it has calculated, or when a watering run is completed, along with the next 7-day weather forecast. Added option to expose system controls to Homekit allowing a user to enable/disable irrigation, rechecks, push and email notifications from within the Home App. Associated WaterLevel Characteristic shows the % of watering cycle remaining.
MIT License
78 stars 3 forks source link

[BUG] Pushover stops sending push notification since the latest update. #17

Closed Aekung closed 3 years ago

Aekung commented 3 years ago

Describe the bug Since the latest update that happened few days ago, pushover stops sending smart irrigation system notification. I have rechecked and all the setting is still there in the plugin config.

To Reproduce Update to the latest version and use Pushover as the way of sending notification.

Expected behavior Pushover should send notification every morning for the watering schedule as it used to.

Screenshots or logs N/A

Platform (please complete the following information):

Additional context N/A

MTry commented 3 years ago

Haven't received any similar report yet.. and my own system continues to behave as expected. The only thing that changed in the most recent update was nodemailer version and the plugin does not use nodemailer for Pushover notifications- could you recheck your configuration and ensure you have licensed Pushover instance on your device?

Aekung commented 3 years ago

Haven't received any similar report yet.. and my own system continues to behave as expected. The only thing that changed in the most recent update was nodemailer version and the plugin does not use nodemailer for Pushover notifications- could you recheck your configuration and ensure you have licensed Pushover instance on your device?

Really sorry, my bad again. I did change the device-name in pushover backend that day as well and I forgot to update it in the plugin.

Sorry for opening kinda useless support ticket and thanks again for your fast reply.