/Wallbox-Tool

Tool for using API of Wallbox EV charger

Primary LanguageC

Wallbox Tool

Tool for using API of Wallbox EV charger

The project was set up to learn C, so I don't know yet in which direction it will develop.

Build

clang wallbox.c -o wallbox `curl-config --libs` `pkg-config --cflags --libs json-c`

Usage

WALLBOX_USERPWD="email:password" ./wallbox

Links