Supports protocols PI30 and PI41 devices.
- Inverter status
- grid_voltage (V)
- grid_frequency (Hz)
- AC output voltage (V)
- AC output frequency (Hz)
- AC output apparent power (VA)
- output_load_watt (W)
- output_load_percent (%)
- bus_voltage (V)
- battery_voltage (V)
- battery_charge_current (A)
- battery_capacity (%)
- heatsink_temperature (°C)
- PV input current (A)
- pv_input_voltage (V)
- PV input watt (W)
- Warnings
Change credentials to your MQTT server and USB port in the command below and run it.
docker run -t -i --privileged -v /dev:/dev --restart=always --name voltronic-mqtt --pull=always -e \
MQTT_PASSWORD='your_password' -e \
MQTT_SERVER='your_server' -e \
MQTT_USER='your_username' -e \
SERIAL_PORT='/dev/ttyUSB0' \
lavron/voltronic-mqtt:latestCopy the content of 'ha-sensors.yaml' to your 'configuration.yaml' file. Edit as needed.
Please check this discussion.