-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
queston / feature request #1205
Comments
Hi Thorsten, At the moment SteVe provides no option to send a mail only to the user of the ended transaction. There is one more thing. Usually the transaction ends when the connecter is disconnected, not when the current is zero or the EV is back in State B. In that case most charge boxes sending a StatusNotification with SuspendedEV, unfortunately SteVe provides this actually not as Event. Hope this helps. |
|
Hi As I've understood push-messages are not yet available - Is there a chance that we get a push-notification e.g. via ntfy.sh added to Steve? (it´s "just" a shell-command line to be added in parallel to the email configuration). Furthermore I´ve understood SuspendedEV event isn't yet an event - adding SuspendedEV as an event would be great (so emails / push-notifications based on that can be send). If there is a sponsorship required please let me know... Best PS: my test installation is up and running (not configured yet) - but i´ll found the area "Notify when..." :-) |
Hi Thorsten, |
Great - thanks! ( I owe you a beer / coffee ....) If you replace the "mytopic" by [email-address] it should have the job done... As a side note: is there any chance to change the email-template/email-content which is send to the user? Best |
The emails are composed in service/NotificationService.java. You can adapt the methods createContent(...) in the same class if you want to change the mail content. |
Thanks. Best |
"There is an email-config at the settings - there I can provide multiple email address (one per line), correct?" Yes |
Thank you - appreciated! |
Multiple addresses doesn't work - I get an error message "Not a valid e-mail address" - seems there is a validation check not expecting coma separated email-addresses... |
|
Is there another way to add multiple email? Or will you update this? |
If your mail-server supports distribution-lists (a mail-address with multiple recipients), you can use them. |
Thanks - but this doesn't help me and DLs are not an option. |
Can't recommend it! Have a look at the annotations here |
Hi
I've tried to read/understand the configuration - but do not find anything on "notification settings".
Is there a way to send notification emails when the loading is stopped/completed to email and message (e.g. via ntfy.sh) the users?
I´m looking for a solution to notify our colleagues to ensure the EV-charger gets freed up for the next one if the charging is finished... guessing this is a very common need but i doesn't find a (free) solution yet...
Best
Thorsten
The text was updated successfully, but these errors were encountered: