My aim with this thread is to capture a list of ways / projects to collect data from EG4 inverters. For me personally I want to collect data from a 12000XP and shove it into InfluxDB for display with Grafana, but I'm not seeing a turnkey solution for that so I'll cobble together multiple projects with some of my own code to make this happen. Please chime in with projects / solutions and I'll add them to the list.
Projects:
Projects:
- PythonProtocolGateway
- Connect to the inverter's INV485 port, but will not work concurrently with the EG4 wifi module.
- Can dump data into Home Assistant via MQTT and direclty into InfluxDB.
- High touch, but ideal solution for custom integrations.
- Solar Assistant
- Low touch turnkey solution.
- Can dump into Home Assistant via MQTT.
- Connects to the EG4 wifi module over your LAN and works concurrently with monitor.eg4electronics.com
- Commercial software (~$56).
- ESPHome based data logger
- Replaces the EG4 wifi module with an ESP32 (your own ESP32, not EG4's data logger which is also ESP32 based)
- Pushes data into Home Assistant via the ESPHome addon
- Should be easy to add other databases like InfluxDB
- lxp-bridge (I'm successfully using this one)
- Simple solution to push EG4 data into both InfluxDB and HA via MQTT
- Connects to the EG4 wifi module over your LAN and works concurrently with monitor.eg4electronics.com
- Controls don't appear to properly support the 12000XP and maybe others as it was written for LuxPower inverters
- HA Sensors work for building automations around the inverter
- Note that lxp-bridge does not appear to function if you block the dongle from reaching the internet
- eg4-inverter-api (python library)
- Anyone know of a project that scrapes data from monitor.eg4electronics.com?
- EG4 has a REST API, thread here, unknown if they'll give you an API key
- https://github.com/garjarbinks/eg4mon
- What solutions allow you to still use monitor.eg4electronics.com while collecting data?
- So far Solar Assistant and lxp-bridge
- What self-hosted solutions offer a comprehensive replacement for monitor.eg4electronics.com, specifically in regards to changing settings?
- lxp-bridge seems capable, but may need some modification to fully support the newer EG4 units
Last edited: