ned-kelly / docker-voltronic-homeassistant

Programmatically read data from your Voltronic, Axpert, Mppsolar PIP, Voltacon, Effekta etc Inverter and send it to Home Assistant via MQTT - Works with RS232 & USB!
GNU General Public License v3.0
270 stars 144 forks source link

PIP Operating Logic #33

Open regardts-hub opened 3 years ago

regardts-hub commented 3 years ago

The newer models work with multiple operating modes.

Might help some of you who want to change between ECO/AUTO/ONLINE mode for various reasons...

The commands are: POPLG(XX) 00 = Auto 01 = Online 02 = Eco

To bring this into Home Assistant:

You can add the following to your configuration.yaml under input_select:

solar_operating_logic: name: Inverter Operating Logic options:

And to automations.yaml

alias: Solar Trigger Operating Mode Change trigger:

Hope this helps...