2019-10-02 01:34:26 +02:00

1.7 KiB

title, description, logo, ha_category, ha_iot_class, ha_config_flow, ha_release
title description logo ha_category ha_iot_class ha_config_flow ha_release
Soma Instructions on how to set up the Soma Connect within Home Assistant. soma.png
Cover
Local Polling true 0.100

The Soma integration will allow users to integrate their Soma Smarthome devices into Home Assistant using the Soma Connect hub.

You can build a Soma Connect yourself if you have a spare Raspberry Pi. You just need to follow the official instructions. After you have the SD card plug in the Pi and use an ethernet cable or set up WiFI. Then find the IP address by checking your routers DHCP table (we will work on this step).

The Connect will automatically find all your Smartshade devices in range and expose them through this integration and through Home Kit. This integration will only enumerate new shades when it is first set up. If you add shades after that you just need to restart Home Assistant or reconfigure this integration. Soma Connect will automatically discover new shades as they appear and expose them.

To actually move the shades you have to first set them up according to the instructions that come with them.

Configuration

# Example configuration.yaml entry
soma:
  host: CONNECT_IP_ADDR
  port: CONNECT_PORT

{% configuration %} host: description: Your Soma Connect IP address. required: true type: string port: description: Your Soma Connect port. required: true default: 3000 type: string {% endconfiguration %}