-
Notifications
You must be signed in to change notification settings - Fork 94
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
Allow other notification platforms using plugins #1151
Comments
Thanks for your suggestion. I might add other providers when enough users require it, but for now I'd suggest you'll just make it work by using a dedicated plugin for yourself: https://dsmr-reader.readthedocs.io/en/latest/plugins.html |
In order to easily allow you to do so I'll add a new hook/event in DSMR-reader 4.5 you can use. The plugin would then be a script such as:
|
You will also need to select a (new) Dummy-notification provider in the admin to ensure notifications are triggered without requiring another provider. |
Added to v4.5 release. |
great thanks! tried to make the dsmr_plugins/modules/relay_notification_to_gotify.py with the correct api and webaddress, and then add the DSMRREADER_PLUGINS=dsmr_plugins.modules.relay_notification_to_gotify in docker env. But, DSMR_Reader doesn't start then, it crashes with an error in web-service. |
It will not work until the v4.5 release.
|
Zojuist uitgebracht in v4.5 |
Tested it, and it works! |
Please add Gotify as notification support.
Free, multi-platform and really easy to use notification system.
https://gotify.net/
with a simple HTTP post or curl messages are send.
For Powershell this method is working fine:
edit the url, api, prio from within the Notification page of DSMR.
fill the title and message with the DSRM message
The text was updated successfully, but these errors were encountered: