spali/go-rscp

Installation Help

christianreiss opened this issue · 1 comments

Hey!

I desperately need a way to cancel the charging of the wallbox. So I need to send a single parameter to the e3dc via rscp. I go the parameter "ABORT_CHARGING_TYP2" and I need a way to send that to it.

Your application seems like the way to go, but what am I supposed to do with it? No Makefile, no INSTALL...
The referenced "e3dc" binary does not exist. So there is a missing part from "cloning git" to "configuring"

Some help please :)

spali commented

Check the releases for pre compiled binaries.
That's the way to get started without messing with code or building it.

The other approach is to use this as a library in go, but then I expect you know how to build or run go code.