I do not have any plans to do so, as I do not use HPM for anything myself. I also prefer users make a truly informed decision when upgrading software, as breaking changes are sometimes necessary and they may require careful planning before just pressing an automatic upgrade button.
I’m not saying HPM is bad…just that it is not for me and thus not for my code. It only takes a few clicks inside the Hubitat code editor to pull in a new version automatically from GitHub, after reading through the release notes here in the forum.
Thank you for all your work on this driver. I hope you'll reconsider using HPM to distribute it though. There's so much information, news and noise in the forum that things can go unnoticed. HPM can notify when updates are available.
HPM has settings to disable automatic updates, and I'm pretty sure it defaults to off. Someone has to really want automatic updates (and accept the possible results) in order to pull new versions automatically.
If you do reconsider, I'm sure there are many people here who would set it up for you (including myself). The new features in HPM that make it easy to publish beta versions are really nice as well.
For those that operate a combination Hubitat-Home Assistant system, I've discovered that HA can utilize Pushover as well. I prefer it to HA's built in Notifications.
Many other IoT and monitoring services also have Pushover support, including: NodeRED, Uptime Kuma, Genmon, Frigate, Scrypted ….
It’s very convenient to create individual Notifiers for each of them.
I only wish that Pushover would either add support for Apple Carplay, or support for iOS widgets, which would make it possible to see notifications using Carplay.
Version 1.0.20260201 is now available via my GitHub repo (simply update the driver directly within the Hubitat Drivers IDE, using the three dot menu (top right) to IMPORT the latest code.)
This update comes complements of @hubitrep. The only change is the addition of the custom attribute "notificationText" which will show the last sent msg to the Pushover server. This matches the attribute used by the Hubitat Mobile Device driver for the Hubitat Mobile Phone app.
Version 1.0.20260202 is now available via my GitHub repo (simply update the driver directly within the Hubitat Drivers IDE, using the three dot menu (top right) to IMPORT the latest code.)
Minor code cleanup and some improved logic handling. No new features added. Please let me know if you have any issues.
Version 1.0.20260203 is now available via my GitHub repo (simply update the driver directly within the Hubitat Drivers IDE, using the three dot menu (top right) to IMPORT the latest code.)
Minor code cleanup and some improved logic handling. No new features added. Please let me know if you have any issues. Thank you @hubitrep for your contributions to this latest PR.
Version 1.0.20260207 is now available via my GitHub repo (simply update the driver directly within the Hubitat Drivers IDE, using the three dot menu (top right) to IMPORT the latest code.)
Decided to let Claude AI take a look at this driver code to see what bugs and or optimizations it would come up with. This latest version includes mostly code performance optimizations. There are no new features added. Please let me know if you have any issues.
A special "Thank You!" goes to @hubitrep for your contributions in testing this latest version. I really appreciate you catching an error in the caching logic that Claude suggested.