rishabmehta7 955c9621e4
Update tuya.markdown (#18392)
Doesn't support Bluetooth Hub as well
2021-07-28 11:55:24 +02:00

5.4 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_config_flow, ha_domain, ha_codeowners, ha_platforms, ha_dhcp
title description ha_category ha_iot_class ha_release ha_config_flow ha_domain ha_codeowners ha_platforms ha_dhcp
Tuya Instructions on how to setup the Tuya hub within Home Assistant.
Hub
Climate
Cover
Fan
Light
Scene
Switch
Cloud Polling 0.74 true tuya
@ollo69
climate
cover
fan
light
scene
switch
true

The tuya integration is the main integration to integrate Tuya Smart related platforms, except the Zigbee and Bluetooth(BLE) hub. This includes devices linked with the Tuya, Smart Life, and Jinvoo Smart apps. You will need your account information (username, password and account country code) from one of these apps to discover and control devices which related to your account.

Important: Not all Tuya devices are supported by the tuya API used by this integration. For more details refer to TuyaHA Library.

There is currently support for the following device types within Home Assistant:

  • Climate - The platform supports the air conditioner and heater.
  • Cover - The platform supports curtains.
  • Fan - The platform supports most kinds of Tuya fans.
  • Light - The platform supports most kinds of Tuya light.
  • Scene - The device state in frontend panel will not change immediately after you activate a scene.
  • Switch - The platform supports switch and socket.

{% include integrations/config_flow.md %}

During configuration, be careful to select the country code and the platform corresponding to those used by you in the app. Once configuration flow is completed, the devices configured in your app will be automatically discovered. Additionally, if your username or e-mail address isn't accepted, please try using your phone number (minus the country code) as your username.

Integration Options

It is possible to change various behaviors through the integration options, some common for integration and others specific to each light and climate devices. These can be changed at Tuya -> Options on the Integrations page.

Common Options

  • Discovery device polling interval (default=605): define the interval between 2 consecutive calls to the API discovery method, which is used to get the status for all registered devices with a single call. If you set interval value too low, Tuya API will return errors, so it is suggested to use the default value until you know that it is possible to use lower values.

  • Query device polling interval (default=120): this option is available only if you have devices that can use the API query method. It defines the interval between 2 consecutive calls to the API query method, that is used to get the status for a specific device. This method is always used when it is available only one device that can use it. If you set interval value too low, Tuya API will return errors so it is suggested to use the default value until you know that is possible to use lower values.

  • Device that will use the query method: this option is available only if you have devices that can use the API query method. Because it is not possible to make multiple calls to the API query method. If you have more than one device that can use it you can choose which one will use. This will give a better status refresh for this specific device.

  • Device to configure (multi-select list): this option is available only if you have a light or climate device. Selecting a device to configure to options page related to the device will be opened. You can also select more than one devices to configure them simultaneously, but all selected devices must be of the same type.

Light Options

  • Force color support: when checked force color support for devices that do not report this feature.

  • Brightness range: change the brightness range used for the device. Possible options are:

    • range 1-255 (default)
    • range 10-1000
  • Min color temperature: set minimum color temperature expressed in kelvin accepted by the light.

  • Max color temperature: set maximum color temperature expressed in kelvin accepted by the light.

  • Max color temperature reported: set the maximum color temperature value reported by the light.

Climate Options

  • Temperature unit: change the temperature unit used internally by the devices.

  • Temperature values divider: all temperatures reported by device will be divided by this value.

  • Current Temperature value divider: current temperature reported by device will be divided by this value.

  • Use divided Temperature value for set command: when checked the set_temperature command use the temperature value calculated using Temperature Divider option.

  • Target Temperature step: allow to override the default target temperature step from a list of available options.

  • Min target temperature: set the minimum allowed target temperature for the entity.

  • Max target temperature: set the maximum allowed target temperature for the entity.

Service

These services are available for the tuya component:

  • force_update
  • pull_devices

Devices state data and new devices will refresh automatically. If you want to refresh all devices information or get new devices related to your account manually, you can call the force_update or pull_devices service.