Skip to content

An integration guide/setup for EV charging stations, written in GO, using Raspberry PI as the controller

Notifications You must be signed in to change notification settings

Zarathos94/ocpp-service

Repository files navigation

make build scp ocpp-service pi@192.168.0.105:/home/pi/ocpp-service scp service-config.env pi@192.168.0.105:/home/pi/service-config.env

sudo nano /lib/systemd/system/ocpp.service >

[Unit]
 Description=OCPP Service
 After=multi-user.target

 [Service]
 Type=idle
 ExecStart=/home/pi/ocpp-service

 [Install]
 WantedBy=multi-user.target

sudo chmod 644 /lib/systemd/system/ocpp.service sudo systemctl daemon-reload sudo systemctl enable ocpp.service sudo chmod 755 ocpp-service sudo systemctl start ocpp.service

About

An integration guide/setup for EV charging stations, written in GO, using Raspberry PI as the controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published