ChirpyTurnip

Results 32 comments of ChirpyTurnip

Most excellent! I have now hot both inverters with three fans each running. :-) I have the DHT still in place as a backup but the cooling logic is running...

Sure thing! Code below. :-) I do have a small section to define the "effective temperature" which is basically a 'best-of' the inverter internal or DHT temperature....that part needs a...

Yup. Exactly right. That's what I was trying to say with this ramble: The external air temperature lags the internal temperature and is much lower - so I will need...

I have just looked at the data (boring work meeting) and have added "offset: 15" to the DHT configuration....seems to be working nicely and reasonably aligned with he internal temperature....

So the inverter has a temperature sensor and I use MODBUS to read this out and give it to HA. This i can pass back to the esp32 so it...

Not going to lie, a piece of scrap toe kick board from a kitchen cabinetry install with the corners cut at an angle, and a bit of undercoat paint to...

So I did actually try to apply some dead band config to my YAML (based on what was here: https://esphome.io/components/climate/pid.html) but I couldn't get the config to save and deploy...

So I copied the example from the link above: ``` # Example configuration entry climate: - platform: pid name: "PID Climate Controller" sensor: temperature_sensor default_target_temperature: 21°C heat_output: heater control_parameters: kp:...

Interesting! It seems my HASOS ESPHome addon had become 'orphaned' and wasn't updating.....guess that explains why I never saw any changes....when I asked my installed version to show the release...

Hi, It is good that it is on the fix list. Running the script as suggested makes no difference - the script executes, claims to run the postback scripts but...