Hello Everyone,
I just installed a Tuya ME201WZ on my balcony Water tank to know when the water level is too low and has to be refilled.
I created an automation which should send me a notification when this is happening, but it won’t work - when I tested the Automation I get the notification no matter what:
alias: Balcony WaterTank Level Warning
description: ""
triggers:
- type: value
device_id: 52fdac8f80644fd0e0be67c3e42d71b0
entity_id: 63b2b9918ae77a8cc223a37a699674e4
domain: sensor
trigger: device
below: 30
conditions: []
actions:
- action: notify.mobile_app_iphone_di_tda
metadata: {}
data:
message: refill as soon as possible
title: Balcony WaterTank almost empty!
mode: single
In the traces in the step where it should get how much % there is, I get:
This step was not executed and so no further trace information is available.
Does anyone have an idea what I’m doing wrong?