Skip to content

Tuya Zigbee mmWave Sensor

kkossev edited this page May 6, 2024 · 14 revisions

last edited 2024-05-06

  • Why a new driver?

As announced earlier, the size of the "Tuya Multi-Sensor 4 In 1" driver became too large, and it is impossible to add new devices to it. All the support for the mmWave sensors is now moved to this new drver.

Any improvements and new models will be added to this new driver only. The old 4-in-1 code is in the process of stripping down to support only the basic 'motion active' / 'motion inactive' events without any extra features. I must do this to free up code space for adding new Tuya PIR motion sensor models into the 4-in-1 driver. If someone accidentally updates the old 4-in-1 driver, there will be a warning and link to instructions on transitioning to the new mmWave sensors driver.**

  • Installation as a new driver

Please use the community Hubitat Package Manager (HPM) to install the new driver - search for 'Tuya Zigbee mmWave Sensor'. Once installed using HPM, please update to the latest development branch version manually.

  • MatchUp in HPM

If you have already installed this driver manually, do a 'MatchUp' in HPM. In case of problems, see this link.

  • Driver structure

To easily handle a dozen different Tuya mmWave sensors, all devices are described as static data structures called 'Device Profile.' When a detailed documentation (WIP) is available sometime in the future, it may become possible that the adding of new 'presence' sensors be done by experienced Hubitat users, with little or no knowledge of Groovy... (dreaming)

Supported mmWave sensors

The currently supported mmWave sensors list is available in the second post in the Hubitat Community forum thread.

Configuration

Current States

Commands

State Variables

Troubleshooting

Adding new mmWave sensors models/manufacturers


back to https://github.com/kkossev/Hubitat/wiki

Clone this wiki locally