am 13. Oktober 2022 21:52
Hello,
here is proposal for extension:
1. Please add to light control unit (in the app) new icon - fan (Ventilation),
2. In automation in application - please extend to follow
IF ("Power consumption" of the zwischenstecker> 10W) AND ("Power consumption" of the zwischenstecker < 30W) THEN "switch on green light1 in the room1"? (example - good condition of water pump)
3. IF "Power consumption" > 98W of the zwischenstecker THEN switch of zwishenstecker (example - water pump blocked or worked without water)
Thank you in advance.
am 13. Oktober 2022 23:04
3. is already possible with a simple automation.
2. is also possible by creating two automations:
IF power > 10W THEN switch on light.
IF power < 10W OR power > 30W for x seconds THEN switch off light.
1. is a good idea, I agree.
Please be aware that automations triggered by power consumption should not be used for time critical tasks. They can have a significant latency.