-
Notifications
You must be signed in to change notification settings - Fork 21
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
Vane control issue #53
Comments
What happens if you change the vane position using ThinQ or the wireless remote? What messages does the wired controller receive then?
In my case that only happens when connected to USB (or maybe any 5V power source) but not when connected to the AC. Which ESP32 board are you using? |
It looks like your unit doesn't support vertical vane control (low bit of byte 4, byte 4 is 0x80 for this unit). We don't check this currently in the code though. The code also assumes that if the two high bits of byte 5 are both zero we have 4 vanes, but maybe that's only the case if the "vane control" bit is set. |
I don't have ThinQ dongle, but checked with wireless remote and the unit even doesn't beep when I push the button and no messages are received. So I think you are correct, no vertical vane control for this unit.
I use eps32 devkitc v4. Checked rrooggiieerr installation pictures, and on last pic it looks like led is lit as well. Weird as the board docs state it should turn on when the USB or an external 5V power supply is connected to the board |
Maybe that's why https://esp32.com/viewtopic.php?t=13504 |
@sergeipr I just made a change that should fix this (it should now detect 0 vanes instead of 4). Let me know if this works. |
Works like a charm! No vane entities exposed to HA. Thank you for your hard work! 🙏🏼 |
Hi,
I just wanted to say thanks for all your hard work on this project. It's been a lifesaver.
I have successfully connected an esp controller on tiny hardware to ARNU09GSBL2 wall unit. This is one of 4 units (3 wall + 1 ducted) connected to MultiV.
All seems to work good, except for vane control. When unit turns on the vane is at topmost position. I can turn the swing mode, but can't set the static angle. None of 4 available settings (although there is only one vane) changes anything.
Here is the C9 message
C9.84.EA.1F.80.32.00.84.03.00.00.00.DA
It seems there are some bytes set that are 'unknown' in protocol.md
And here is a log for vane position change attempts (first to pos5, then to pos1)
Any ideas on how to fix this? Your help would be awesome.
Thanks again for everything!
P.S. the red led on the esp is lit when connected to AC, is this ok?
The text was updated successfully, but these errors were encountered: