Skip to content
Oldmann edited this page Aug 19, 2025 · 6 revisions

Caution

Working with high voltage is dangerous. Always follow local laws and regulations regarding high voltage work. If you are unsure about the rules in your country, consult a licensed electrician for more information.

Compatible Solxpow inverters

  • SOLXPOW X3-12K ✅
  • SOLXPOW X3 20kW ✅
  • Solinteg Integ-m-10-20kw (rebrand)
  • Wattsonic (rebrand)
  • HD24 Hybrid-Wechselrichter (rebrand)
  • M-TEC Energy-Butler (rebrand)
  • Feel free to add more known working inverters to the list!

Compiling the software for Solxpow inverters

USER_SETTINGS

Make sure that the settings in the "USER_SETTINGS.h" file are correct. The line:

#define SOLXPOW_CAN //Enable this line to emulate a "Solxpow compatible battery" over CAN bus

Needs to be uncommented for the software to emulate the Pylon protocol properly fo Solxpow

Next step is then to select the battery that you intend to use, make sure the following line is uncommented:

#define you BATTERY_TYPE_<your type of battery>

After setting this up, flash the board

Reverse engineering info

The Solxpow inverters use a slightly modified version of the Pylontech HV protocol

Default HV_1 CANBUS Protocol of High Voltage system V00.01.pdf

Wiring diagram

Feel free to add any wiring diagrams here!

Example pictures

Feel free to add any example pictures of a working setup here!

Clone this wiki locally