Hi
New to HA but loving it, wish I’d starting using years ago but then on the upside at least I’ve come to a more matured product!
Looking around posts nothing quite matches my issues so I thought I’d ask for help
CURRENT SETUP
HA Green (latest version) > Zigbee 3.0 Dongle Plus > Aqara sensors
PREVIOUS CONFIG
HA Green > Aqara M2 > Home Kit > Aqara sensors
As I’m clueless I didn’t realise at first I didn’t need the M2 hub but once the penny dropped I removed it from the equation along with Home Kit and went the straight to sensor route from the Zigbee stick.
WHAT WORKS
The whole reason for HA is to use it to be able to get around Aqara’s limited notification abilities, I need a team to see the notifications not just me using the Aqara app. So far I have set up notifications to use a GMAIL account with limited success.
Motion detection works and sends a notification but temp changes and lumens changes do not
CURRENT TEST TRIGGER/AUTOMATION
alias: Test 6 HA - Numeric state
description: Testing
trigger:
- platform: numeric_state
entity_id:
- sensor.lumi_lumi_weather_1_temperature
for:
hours: 0
minutes: 1
seconds: 0
above: 23
attribute: null
condition: []
action:
- service: notify.[REMOVED FOR SECURITY]
metadata: {}
data:
title: Above 23C Temp alert test
target: [REMOVED FOR SECURITY]
message: Above 23C Temp alert test
mode: single
My key concern is the lack of temperature notifications, they are reporting fine on the dashboard but notifications just aren’t being sent
If this is a known issue with Aqara sensors are there better ones that work with Zigbee that update more frequently? (Word of mouth is worth its weight in gold and all)