Skip to content

Latest commit

 

History

History
executable file
·
65 lines (44 loc) · 1.15 KB

File metadata and controls

executable file
·
65 lines (44 loc) · 1.15 KB

phevctl

CI License: MIT

Command-line tool for controlling a Mitsubishi Outlander PHEV over WiFi.

Dependencies

All fetched automatically via CMake FetchContent:

Build

cmake --preset dev
cmake --build --preset dev

Test

ctest --preset dev

Install

cmake --preset release
cmake --build --preset release
sudo cmake --install build/release

Docker

docker build -t phevctl .
docker run --rm --network host phevctl <command>

Usage

Connect to the car's WiFi access point, then:

# Show battery level
phevctl battery

# Turn headlights on/off
phevctl headlights on
phevctl headlights off

# Start/stop air conditioning
phevctl aircon on
phevctl aircon off

# Get help
phevctl --help

License

MIT