Closed florianbrede-ayet closed 1 year ago
Hm this sounds similar to the behavior the reporter in issue #4 was seeing. I actually wish my units would still report the internal temperature... I can land your fix.
Since I already added some functionality (hysteresis to fix the stupid LG behaviour in heating mode, setting installer messages in yaml, configurable setpoint thresholds), I wasn't sure if you're interested in a full PR.
In case it helps: a few days ago I set installer setting 15 (heating temperature thresholds) to 4 (-0,5C/+0,5C). This makes my units work a lot more like how I want them to. In HA I use a filter sensor to average the temperature over 10 minutes to make it not turn on/off too aggressively.
I need to experiment more with the overheating. The artcool gallery is complete design failure, its layout makes it impossible to work well for heating.
It has an airflow loop from the side vents to the intake. It would help to control them individually, but that seems to be unsupported.
When I set it to 4
, it won't heat anymore, because the ambient heat from the copper pipes is enough to heat the thermistor above 20°C at all times even with the fan running.
Do you know if the installer setting (0: default for unit, 1: +4C/+6C, 2: +2C/+4C, 3: -1C/+1C, 4: -0.5C/+0.5C)
should apply to both unit and external controller thermistor?
Because by default, the device overheats by at least 6°C
.
As soon as I set it to external controller however, it stops at >+2°C
without changing the setting above.
With hysteresis, it's able to keep the temperature pretty well for me:
Do you know if the installer setting
(0: default for unit, 1: +4C/+6C, 2: +2C/+4C, 3: -1C/+1C, 4: -0.5C/+0.5C)
should apply to both unit and external controller thermistor?Because by default, the device overheats by at least
6°C
. As soon as I set it to external controller however, it stops at>+2°C
without changing the setting above.
My units behave the same in this regard with internal or external sensor. The default setting for wall units is +1/+3, so when I started using an external sensor I had to set it to 19C to make it turn on at 20C and off at 22C. Changing this installer setting to 3 or 4 fixed that; I can now set it to 20.5 or 21.
My wall units also aren't ideal for heating, especially my unit that's near a corner. Fortunately the external sensor fixes most of that.
I noticed that my LG 4-Way-Cassette is always reporting the internal thermistor value in
C9
. My Artcool Gallery behaves differently and responds with the value set by the controller.This is a display issue though, the Cassette reacts correctly to whatever I set the room temperature in both
Controller
and2TH
mode. I guess it just keeps reporting its internal sensor to display it in PREMBT001 along with the controller sensor:My fix for this is simple: https://github.com/florianbrede-ayet/esphome-lg-controller/commit/b3d24963acff562d88caefb8056cbf7a7d67a934
Since I already added some functionality (hysteresis to fix the stupid LG behaviour in heating mode, setting installer messages in yaml, configurable setpoint thresholds), I wasn't sure if you're interested in a full PR.