Quite stable Remains experimental (so use at your own risk) but functions good in my setup
If you are not using an external thermostat/pump/backup_heater choose the correct packages in esp-lg-control.yaml (lines 9-19).
Comment the config that you don't use and uncomment the used file. Always make sure 1 file is commented and one is uncommented per set op files.
Example without external thermostat and without external relays:
#Choose correct version of below two files. Always enable (by uncommenting) only one of the two
#*****
#with_external_thermostat: !include lg-heatpump-control/sensors/lg-with-external-thermostat.yaml
without_external_thermostat: !include lg-heatpump-control/sensors/lg-without-external-thermostat.yaml
#*****
#Again Choose correct version of below two files. Always enable (by uncommenting) only one of the two
#*****
#with_external_relays: !include lg-heatpump-control/sensors/lg-with-external-relays.yaml
without_external_relays: !include lg-heatpump-control/sensors/lg-without-external-relays.yaml
#*****
ESP8266 based controller for LG Therma V Monoblock Unit. Connects the LG to HomeAssistant and tries to optimise output modulation. Tested with 3-phase 14kW U34 version. So propably works at least with 12-14-16kW U34 3-phase models. May also work with 1-phase and U44 models (depending on modbus registers). But not tested.
This is a hobby project. I share this to allow other people to pick up ideas and contribute. All assistance is welcome. I will not provide support, so use at your own risk. And make sure you know what you are doing, by using this script it is possible that your unit stops functioning or breaks and you could electrocute yourself.
~~Experimental (simple) PID controller. It works, but I am not sure if it really addes value compared to the simple algoritm. It fixes some issues (with HP not starting, because target is set too low). But there are other ways to fix that. But it is a lot of fun to experiment with.~~
Works with any ESP chip/board supported by ESPHome.
Recommend to use the board designed by johanneswilkens: Github Link
In this specific config four relays are connected to GPIO Pins. These relays actuate the external thermostat connections on the LG. This config is optional.
A Nest external thermostat is connectend to a GPIO Pin (with pulldown resistor). The Nest Ketel Module connects this pin to a 3.3V supply to create a digital 'high' when the thermostat requests heat. This config is optional. It can be replaced by a template switch. The switch is nesscesary as this start the control algoritm.
Modbus communication is done through a rs485 to TTL converter based on the max485 chip. I use a board with automatic flow control. You can use other boards if you like.
This is an experimental script and in early alpha stage. This is in no way finished software and should only be used by professionals. You are using this on your own riks. Do not use if you don't have any soldering/programming experience. Pull request are welcome!