Skip to content

Installation Guide

Ömer Faruk ARAN edited this page Oct 28, 2024 · 2 revisions

Welcome to the ESPHome Samsung HVAC Integration installation guide! This guide will help you set up and configure your system smoothly.

Step 1: Prerequisites and Compatibility

Before you start, make sure that your Samsung HVAC unit is compatible with this integration. To verify compatibility, you can refer to the Compatibility page which lists the supported models and additional details.

Step 2: Hardware Installation

To establish communication between your ESPHome device and Samsung HVAC unit, follow the hardware setup guidelines provided in the Hardware Installation page. Here, you will find detailed instructions on using the recommended M5STACK ATOM Lite + M5STACK RS-485 kit and wiring diagrams for a successful setup.

Step 3: Software Installation

Create a New ESPHome Device

  1. Create a new ESPHome device:
    Use the Home Assistant ESPHome interface or command line tool to create a new device.
    Make sure to use the example YAML configuration as your starting point.
    Copy essential sections like api and ota into your new configuration file.

Deploy and Boot

  1. Deploy the configured firmware to your ESP device:
    Once the firmware is deployed, power on your ESP device and ensure it’s ready to connect.

Check the Log

  1. Monitor the ESPHome logs:
    Keep an eye on the device logs in the ESPHome dashboard or via the command line tool. You should see yellow log entries indicating successful reception of data packets.
    If you only see a message like [samsung_ac] ... update every 30 seconds, there could be a connection issue that needs addressing.

Identify Indoor Device Addresses

  1. Identify the indoor device addresses:
    Look for purple log messages showing discovered devices like " indoor: 20.00.00, 20.00.01" or " indoor: 00, 01".
    These addresses identify your indoor units. If you don’t see them, refer to the Troubleshooting section for assistance.

Update Your YAML File

  1. Copy and update the discovered addresses:
    Once you’ve identified the indoor units, add their addresses to your ESPHome YAML configuration file.
    Create sections for each indoor unit with meaningful names and customize the properties to fit your setup.

Remove Unneeded Properties

  1. Clean up your configuration:
    Review your YAML configuration and remove unnecessary properties.
    This will simplify your setup and ensure only relevant settings are included.

Additional Resources

  • Compatibility: Check supported models and get more details on compatibility.
  • Blueprints: Enhance your Home Assistant setup with additional Blueprints.
  • Troubleshooting: Get help with common issues or configuration challenges.
  • FAQ: Check out common questions and answers.

By following these steps, you will be ready to use the ESPHome Samsung HVAC Integration effectively. 🚀