[APP] Aqara & Xiaomi Smart Home - A different kind of Smart Home solution (Zigbee App)

T1 water sensor works fine but a mouse stole it after less then 12h :joy:

Someone should add the Victor wi-fi mouse trap to Homey :joy:

1 Like

Does anybody know if it is possible to detect bath is ready with the T1 water sensor ? E.g. To start a flow with a sonos message. I am not sure if the sensor can go under water every time.

Hi All,

I have a issue with the Aqara P1 motion sensor.

The motion sensor is paired to a room and a flow is kicked whenever that room becomes active (the motion sensor is the only device that activates the room). After that, I check the value of the brightness coming from the P1 and if below a certain value, turning on the lights. It looks like this:

However, this flow has some unclear behavior. I found out it’s because at the time of this flow the ‘brightness’ variable of the P1 still has the old value of the last time it was sent to Homey. Just moments later, this value is updated to the current/correct value. Adding a delay in the flow fixes the issue:

However, this make the automation much less nice since it doesn’t react quickly enough.

Is there any other way to avoid this issue?

The sensor is IP67 rated, which means (for water) that it can be immersed in water between 15cm and 1m for up to 30 minutes.

It’s probably better to attach two wires to the probe points and use those as the actual water probe: Aqara Water Leak Sensor quick start guide - Blog

1 Like

Thanks, I will order one and just try how it is working with a nice message on Sonos to my wife that the bath is ready. :upside_down_face:


After last update v1.7.6 the power consumption has not been updated.

Try to restart Homey, if that does not solve it, try to “pull the plug” and wait 10 seconds. Power up the Homey againt and se it if solves the issue.

Thanks for your great work so far, looking forward to 1.9.0 =)

Do the PTP as suggested by Marius, OR / in case of HP23, update to 1.8.0.

I waited 10 minutes as suggested elsewhere. No result. (Pro 19)

1 Like

Will support for Cube T1 Pro be added any time soon? Bought two of them without looking at the models.
Also any plans for the Doorbell G4?

2 Likes

Are there any plans to integrate the Aqara H1 Smart Dimmer into the Aqara app?

@TedTolboom

As @Wim_Post described above already, my Aqara plug does not show power consumption either with 1.7.6 on HomeyPro (2019). Restart and PTP did not help.

It is this plug:

  "ids": {
    "modelId": "lumi.plug.maeu01",
    "manufacturerName": "LUMI"
  },
  "endpoints": {
    "endpointDescriptors": [
      {
        "endpointId": 1,
        "applicationProfileId": 260,
        "applicationDeviceId": 81,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          2,
          3,
          4,
          5,
          6,
          9,
          1794,
          2820
        ],
        "outputClusters": [
          10,
          25
        ]
      },
      {
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "endpoints": {
      "1": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0,
                "name": "zclVersion",
                "value": 3
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 1,
                "name": "appVersion",
                "value": 32
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 2,
                "name": "stackVersion",
                "value": 2
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 3,
                "name": "hwVersion",
                "value": 1
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 4,
                "name": "manufacturerName",
                "value": "LUMI"
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 5,
                "name": "modelId",
                "value": "lumi.plug.maeu01"
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 6,
                "name": "dateCode"
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision"
              }
            ],
            "commandsGenerated": [],
            "commandsReceived": [
              "factoryReset"
            ]
          },
          "deviceTemperature": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0,
                "name": "currentTemperature",
                "value": 25
              },
              {
                "acl": [
                  "readable",
                  "writable"
                ],
                "id": 16,
                "name": "deviceTempAlarmMask",
                "value": {
                  "type": "Buffer",
                  "data": [
                    2
                  ]
                }
              },
              {
                "acl": [
                  "readable",
                  "writable"
                ],
                "id": 18,
                "name": "highTempThreshold",
                "value": 65
              },
              {
                "acl": [
                  "readable",
                  "writable"
                ],
                "id": 20,
                "name": "highTempDwellTripPoint",
                "value": 3
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [],
            "commandsReceived": []
          },
          "identify": {
            "attributes": [
              {
                "acl": [
                  "readable",
                  "writable"
                ],
                "id": 0
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [
              0
            ],
            "commandsReceived": [
              0,
              1
            ]
          },
          "groups": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0,
                "name": "nameSupport",
                "value": {
                  "type": "Buffer",
                  "data": [
                    128
                  ]
                }
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [
              "addGroup.response",
              "viewGroup.response",
              "getGroupMembership.response",
              "removeGroup.response"
            ],
            "commandsReceived": [
              "addGroup",
              "viewGroup",
              "getGroupMembership",
              "removeGroup",
              "removeAllGroups",
              "addGroupIfIdentify"
            ]
          },
          "scenes": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 1
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 2
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 3
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 4
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 5
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [
              0,
              1,
              2,
              3,
              4,
              6,
              64,
              65,
              66
            ],
            "commandsReceived": [
              0,
              1,
              2,
              3,
              4,
              5,
              6,
              64,
              65,
              66
            ]
          },
          "onOff": {
            "attributes": [
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 0,
                "name": "onOff",
                "value": true,
                "reportingConfiguration": {
                  "direction": "reported",
                  "attributeDataType": 16,
                  "minInterval": 0,
                  "maxInterval": 43200,
                  "status": "SUCCESS"
                }
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 16384
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [],
            "commandsReceived": [
              "setOff",
              "setOn",
              "toggle"
            ]
          },
          "alarms": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [
              0,
              "resetAllAlarms"
            ],
            "commandsReceived": [
              0,
              "resetAllAlarms",
              "getAlarm",
              "resetAlarmLog"
            ]
          },
          "metering": {
            "attributes": [
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 0,
                "name": "currentSummationDelivered",
                "value": 26153,
                "reportingConfiguration": {
                  "direction": "reported",
                  "attributeDataType": 37,
                  "minInterval": 300,
                  "maxInterval": 3600,
                  "minChange": 10,
                  "status": "SUCCESS"
                }
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 512
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 768
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 769,
                "name": "multiplier",
                "value": 1
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 770,
                "name": "divisor",
                "value": 1000
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 771
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 772
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 774
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [
              0,
              3,
              1
            ],
            "commandsReceived": [
              0,
              3,
              1,
              2
            ]
          },
          "electricalMeasurement": {
            "attributes": [
              {
                "acl": [
                  "readable"
                ],
                "id": 0,
                "name": "measurementType",
                "value": {
                  "type": "Buffer",
                  "data": [
                    8,
                    0,
                    0,
                    0
                  ]
                }
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 1291,
                "name": "activePower",
                "value": 336
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 1540,
                "name": "acPowerMultiplier",
                "value": 1
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 1541,
                "name": "acPowerDivisor",
                "value": 10
              },
              {
                "acl": [
                  "readable",
                  "writable"
                ],
                "id": 2048,
                "name": "acAlarmsMask",
                "value": {
                  "type": "Buffer",
                  "data": [
                    4,
                    0
                  ]
                }
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 2051,
                "name": "acActivePowerOverload",
                "value": 2300
              },
              {
                "acl": [
                  "readable"
                ],
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": [],
            "commandsReceived": []
          }
        },
        "bindings": {
          "time": {},
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

Thanks for sharing; can you send an app diagnostics report as well?

For me it is unclear (not stated) that @Wim_Post is talking about the same device.

bdfeec4b-702e-4b5b-9cb8-73b98054f4b9

I have also a T1 cube but its still in de box for months now because the app do not recognise this one

4 Likes

Diagnostic Report:

c7afffeb-18ac-408c-b72d-a76c514fbcd7

Thanks for taking care of.

Hi,

Just want to share a bug i have got since the update on my floor heating…

Its an aqara singel switch with N.

Heating is pulling all time but aqara reports on and off


@Wim_Post @Jogi_Bear an update (v1.7.7) is ready to resolve your problem and will be released tomorrow morning.

I will need to coordinate this release with Athom to have minimum impact on the users running 1.8.x (who will receive v1.8.2) at the same moment.

1 Like

I don’t think this a bug at all.

These are typical electrical heating cycles which I also see on another switch connected to an electrical heater panel here at home. The electrical heating element is switched on and off to not exceed the maximum (floor or panel) temperature threshold.

I can even see this behavior on my smart meter.