-
-
Notifications
You must be signed in to change notification settings - Fork 39
Troubleshooting
This page contains helpful troubleshooting tips for resolving common issues that may arise during the installation and operation of the ESPHome Samsung HVAC integration.
-
Check Your Wiring
Ensure that all connections are securely fastened. Loose wires can cause communication failures. Double-check that you have connected the appropriate pins or cables to the outdoor unit (usually F1/F2), and not to the pins or cables meant for a remote control unit. -
Test with Reversed F1/F2 Connections
If communication is not working, try swapping the F1 and F2 connections to see if it resolves the issue.
-
Adjust the Baud Rate
Some older Samsung HVAC units use a lower baud rate (such as 2400 instead of the default 9600). Change thebaud_rate
setting in your YAML configuration if you suspect a baud rate mismatch.
-
Disable Serial Logging
For some boards, like NodeMCU, serial logging may interfere with RS485 communication. You can disable serial logging by addingbaud_rate: 0
to the logger section of your YAML file.
-
Dump Incoming Data
Add the following YAML configuration to the UART section of your YAML file to log all received RS485 data. This can help you determine if any data is being received and assist in troubleshooting:uart: rx_pin: GPIO3 baud_rate: 9600 debug: uart: direction: BOTH after: delimiter: "\n" sequence: - lambda: UARTDebug::log_hex(direction, bytes, ' ');
-
Monitor for Discovered Devices
Make sure your ESP device is successfully receiving packets. Check for log messages indicating discovered indoor addresses (e.g.,indoor: 20.00.00, 20.00.01
). If you don’t see these messages, there may be a problem with your hardware connections or configuration.
If none of the above steps resolve your issue, please consider the following:
- Recheck Your Hardware Installation: Verify that all connections and components are correctly assembled.
- Refer to the FAQ Page: Review the FAQ for answers to common questions and additional guidance.
If you’re still experiencing issues, feel free to open a discussion in our GitHub Discussions for further assistance.
By following these troubleshooting steps, you should be able to resolve most issues encountered with the ESPHome Samsung HVAC integration.
This project is driven by the open-source community and the dedication of developers and contributors around the world. We sincerely thank all those who have contributed to building and improving this project. 🙌
Special recognition goes to Steve Wagner (lanwin) for initiating and laying the foundation of the ESPHome Samsung HVAC Integration. His vision and contributions continue to inspire our work today. 🚀
Whether you're a developer, tester, or an enthusiast, your support matters! If you’d like to contribute or have suggestions, visit our Contributing Guide.
Together, we make smarter homes! 💡✨
© Ömer Faruk ARAN | omerfarukaran.com.tr (Turkish) | aran.net.tr (Turkish)
For updates, follow me on Instagram @teknoaran