Tuya Low Energy

The tuya_low_energy component creates a serial connection to the Tuya MCU for low energy platforms to use. This component inherits from the tuya component and is specifically designed for Tuya devices that use the low energy protocol, which differs from the standard Tuya MCU protocol.

Image

The tuya_low_energy serial component requires a UART bus to be configured. Put the tuya_low_energy component in the config and it will list the possible devices for you in the config log.

# Register the Tuya Low Energy MCU connection
tuya_low_energy:

For configuration variables, datapoint handling, and automation, refer to the tuya component documentation, as tuya_low_energy supports the same options including time_id, status_pin, ignore_mcu_update_on_datapoints, and on_datapoint_update.

See Also