-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to send/receive data #9
Comments
Hi. The wiring looks pretty good to me. Nothing obviously wrong.
uart:
baud_rate: 115200
debug:
direction: BOTH
after:
delimiter: "\n"
sequence:
- lambda: UARTDebug::log_string(direction, bytes); |
|
Is the WiFi LED on your Winix on? If not, press the WiFi button and it should start blinking then go solid |
Hmm that must be the issue then. |
Anything different in the logs? |
Messages show up but are not controlling the actual state or receiving the current state. |
Looks like your UART connections are OK it's just that the handshake isn't completing properly. Did you press and hold the WiFi button? It should just be a short press since you don't want the Winix MCU to think the WiFi is in AP mode. |
I did press and hold the WiFi button which is how I got the LED to start blinking and the logs to show MCU ready. When LED is off, and I press the WiFi button, nothing happends; LED is still off. |
Gotcha. I'm guessing you never setup the OEM Wi-Fi? There's probably some extra handshake needed for that case. I'll review the captures I took in the past and see what else might be needed |
You are correct. I never setup the OEM WiFi. I removed the RESET wire to setup OEM WiFi. There was a firmware update so I updated the machine. I wonder if it's because I was on an older firmware. |
Ah haha, I was actually just working on support for the AP handshake in #10. Either way, glad it's working for you. |
Ah okay, I have another C545 that I was planning on upgrading later this week so I will try out the new AP handshake. |
New to ESPHome so not sure if I configured everything correctly but I followed the wiring as referenced in the photos.
I see all the controls in Home Assistant but they don't actually change the state of the machine.
Also sensor data like AQI or light intensity show up as Unknown.
Am I missing something?
winix_c545.txt
The text was updated successfully, but these errors were encountered: