-
-
Notifications
You must be signed in to change notification settings - Fork 84
support
ocpp edited this page Jan 5, 2025
·
3 revisions
=======
If you need help, check out our forum or submit an issue.
The OCPP sends a notification when the charger is rebooted. This can be due to a bad network connection. The notifications can be managed with automations in home assistant. (see https://github.com/lbbrhzn/ocpp/discussions/938)
Example:
trigger:
- platform: persistent_notification
update_type:
- added
notification_id: ""
condition:
- condition: template
value_template: "{{ trigger.notification.title | lower == \"ocpp integration\" }}"
action:
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: persistent_notification.dismiss
data:
notification_id: "{{ trigger.notification.notification_id }}"
mode: parallel
max: 10