-
Notifications
You must be signed in to change notification settings - Fork 41
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
auto mode not available #52
Comments
I have the same issue. Send command 'auto' doesn't respond. Everyting else works fine. |
which comfo unit do you have? |
Comfoair Q350 |
Can you try to set ventilation speed manually to 0. Wait for a bit till reported fan rpm in your dashboard is visibly lower and then switch to auto? Does it modify the fan speeds? |
Hello, my device is a Comfoair Q450. I tried your suggestion (manual to 0 then to automatic) and it works. I have to say that my original hardware configuration wasn't the best. I used a Velleman kit to reduce the unit's voltage to 3.3 V. After a few weeks it started missing a lot of values and the unit disabled the CAN bus. After a few resets I started debugging my hardware and I discovered that the gnd of the device and the ground of the ESP were not quite the same, I saw a diode between them. Thanks again for this great work!! Maybe an idea for other users: |
I am interested in the moisture trick. Are u using an external sensor or data from internal humidity as input? |
It is just a setting in the unit. You can set the response for humidity to:
|
Very interesting. which unit do u have ? |
Zehnder Comfoair Q450 |
First let me thank you @vekexasia! I use this integration to control my Q450 with great success. Only thing I miss is the option to set iT to auto mode and to set the fans to any percent (0-100%) bases on the actual needs. I think the 0-100% fans are complicated to achieve as that requires emulating the option box, but is there any change we can ‘repair’ the fact that auto mode is not working? I read that it was working in the mqtt version? Any hint about what to send to the unit to get it on automode? |
I use this esphome setup with my Q450. When sending out the "auto" command the log gives this output:
The unit is never set to "auto" even after setting ventilation_level_0 and waiting for some time. When sending "ventilation_level_x"
@vekexasia What is the reason it could work when setting it to zero first? |
@jvanoverveldt so setting vent level to zero and then sending auto works? |
No, i was not able to use the workaround of setting the ventilation level to 0. That's the reason that i'm trying to understand the logic behind the trick. |
Hi, I think I discovered the problem with the AUTO mode: the "comfoair_operating_mode" has 3 possible states:
When you are for example in state "auto" at "speed 1" and you decide to issue command "ventilation_level_2" comfoair swaps speed to level 2 but also swaps mode to "limited_manual". Now the issue/bug: You can try the NON working sequence of commands when you're in auto:
While this sequence works:
Clearly the second working sequence is not intuitive, if I push AUTO it should go to AUTO and not hafo to go to manual before!!! I hope this helps to fix the question... |
Hi I just upgraded to the ESPHOME version.
When I send the command 'auto' the unit doesn't seem to respond.
I am able to set other settings like e.g. : 'ventilation_level_3'.
I have used the old version with mqtt communication and there the auto command was working.
The text was updated successfully, but these errors were encountered: