Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement set ventilation to OFF #216

Open
GhyslainBruno opened this issue Apr 17, 2023 · 2 comments
Open

Implement set ventilation to OFF #216

GhyslainBruno opened this issue Apr 17, 2023 · 2 comments

Comments

@GhyslainBruno
Copy link

Hi all,

I'm currently creating a zoning system from scratch with a PEAD-SM50JA heat pump, controlled by HomeAssistant, some home made physical thermostats, and I'm using this lib (which is really amazing, special thanks to @gysmo38 and to his work, you rock 🙏).

What I'm actually looking for is a way to disable the ventilation of the HP.

I'd like to actually have the HP set to ON, but not blowing out any air.

Does anyone know if this is possible ?

The way I'm doing this right now is by setting the temperature of the HP to the minimum (17°C for mine) when no zone is demanding heating.

It kinda works, but is not very clean as you can image.

Anyway, if someone is interested in this topic, the repo can be found here.

Thanks to anyone spending some time reading this.

GhyslainBruno.

@Sprinterfreak
Copy link
Contributor

I guess what You are searching for is the "Thermal Off Fan Operation" SwiCago/HeatPump#39 (comment) Not quiet sure if this is safe to set by now.

There is currently no infrastructure in the code of mitsubishi2mqtt to set such special bytes besides sending raw packets.

Also HASS's climate plugin can't display such special cases. It could be done via additional select's to the auto-discovered device.

@Drewlrox
Copy link

I also would be interested in this feature. I was reading here that this can only be achieved on my m series unit by using the dip switches on the thermostat interface PAC-US444CN-1. This thermostat adapter/interface connects via the same cn105 connector my ESP8266 is connected to.

I believe this could greatly improve filter life and save some energy. My understanding is that the fan continues to run so the unit can get an accurate temperature reading, but there is an external temperature sensor accessory (2 wire so maybe it could be replaced with a simple thermistor) that could mitigate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants