TS0601 _TZE200_ga1maeof soil moisture sensor and ZHA

I have same device and i’ve managed to have all the sensor worlking :slight_smile:
what you have to do is to copy the file:

and replace the line:

class TuyaSoilSensor(CustomDevice):
    """Tuya temp and humidity sensor (variation 03)."""

    signature = {
        # "profile_id": 260,
        # "device_type": "0x0051",
        # "in_clusters": ["0x0000","0x0004","0x0005","0xef00"],
        # "out_clusters": ["0x000a","0x0019"]
        MODELS_INFO: [("_TZE200_myd45weu", "TS0601")],   <----- here  add "_TZE200_ga1maeof" instead of "_TZE200_myd45weu"

then save file in HA folder (how to add custom quirks): How to setup local ZHA quirks

1 Like