Skip to content

dshcherb/DY-RQ400A-gas-alarm-esphome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains a configuration file that can be used to flash a Tuya DY-RQ400A Combustible Gas Alarm with ESPHome using Libretiny as it has a WB2S (BK7231T) chip built-in.

More details about the device are documented at the ESPHome devices page.

Flashing

Flashing can be done via UART1 using an UART. The chip requires 3.3V to be powered on:

python3 -m venv esphome-venv
. esphome-venv/bin/activate
pip3 install esphome
esphome run --device /dev/<your-serial-device-name> <path-to>/gas-alarm-DY-RQ400A.yaml

OTA

Make sure the device has a stable Wi-Fi connection, otherwise attaching to UART again will be needed again if OTA is interrupted.

python3 -m venv esphome-venv
. esphome-venv/bin/activate
pip3 install esphome
esphome run --device <device-ip> <path-to>/gas-alarm-DY-RQ400A.yaml

About

An ESPHome config for the DY-RQ400A Tuya Combustible Gas Alarm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published