Evgeny Zinoviev a9a55d0d2d readme fix
2021-05-16 03:09:40 +03:00
2021-05-07 02:22:13 +03:00
2021-05-07 02:21:08 +03:00
2021-05-07 02:18:07 +03:00
2021-05-16 02:43:24 +03:00
2021-05-07 02:18:07 +03:00
2021-05-07 02:18:07 +03:00
2021-05-16 03:09:40 +03:00

inverter-tools

inverter-tools is a collection of tools for controlling Voltronic hybrid solar inverters. Only P18 protocol is supported at the moment, supporting more hardware is planned.

  • inverterctl is a full-featured command line utility with all P18 commands supported.

  • inverterd is a daemon that starts TCP server that accepts user requests. It replaces inverterctl for multi-user scenarios, where there may be more than one simultaneous request to device, to avoid errors or lockups.

Requirements

  • Linux (tested on x86_64 and armhf), macOS (tested on aarch64)
  • C++17 compiler
  • CMake
  • HIDAPI
  • libserialport

Supported devices

As of time of writing, only InfiniSolar V 5KW was tested.

Supported interfaces

  • USB (HIDAPI)
  • RS232 (libserialport)

Usage

Please use the --help option for now. The help message has full description for all possible options and commands.

License

BSD-3-Clause

Description
No description provided
Readme BSD-3-Clause 2.2 MiB
Languages
C++ 98.3%
CMake 1.7%