-
-
Notifications
You must be signed in to change notification settings - Fork 47
Frequently Asked Questions (FAQ)
No, a power cycle is not necessary. However, the devices should be turned on to properly establish communication.
Yes, while this integration was primarily designed for air conditioners, it has been reported to work with Samsung heat pumps as well.
No, if all your indoor units are connected to the same outdoor unit, you only need a single ESP device. However, if there are separate outdoor units, you will require one ESP for each outdoor unit.
It’s not mandatory to turn off the devices, but it is advised. The F1/F2 connectors are near 240V AC lines, which can be dangerous. For safety reasons, it’s best to disconnect the unit from power during installation.
Without the F1/F2 connectors, this integration will not work. You may want to consult your device manual or manufacturer for further assistance.
You can use the Samsung AC Model Checker to automatically check the classification of your Samsung AC model (NASA, Non-NASA, or Other).
- Double-check the wiring connections, as loose connections can cause communication issues.
- Ensure you are connected to the correct pins and cables on your outdoor unit, not those of a remote control unit.
- Try swapping the F1 and F2 cables.
- Adjust the baud rate from 9600 to 2400 if you’re using older hardware that may require a lower baud rate.
- For boards like NodeMCU, disable serial logging as it can interfere with the RS485 communication. Add
baud_rate: 0
to the logger section in your YAML file.
Enable debugging in your YAML file to view all data received via RS485. This helps in identifying the root cause of the problem.
debug:
direction: BOTH
dummy_receiver: false
after:
delimiter: "\n"
sequence:
- lambda: UARTDebug::log_hex(direction, bytes, ' ');
By following the steps above, you can diagnose and resolve common issues effectively.
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