Need help with MQTT // Automation with Shelly Plug S MQTT

Hey. Regarding my thread I would like to try my luck with MQTT now. However, I am absolutely inexperienced with MQTT and would therefore appreciate any help!

Would someone conjure up an automation from this for me?

MQTT Topic: shellies/Trockner/relay/0/power

Original automation with a different connector that works:

alias: Nachricht - Waschmaschine fertig
description: ''
trigger:
  - platform: numeric_state
    below: '200'
    for: '00:05:00'
    entity_id: switch.0001dbe9914c9b (Info: This is my washing machine.)
    attribute: power
    above: '1'
condition: []
action:
  - service: notify.mobile_app
    data:
      title: '-- WASCHMASCHINE --'
      message: Die Waschmaschine ist fertig!
mode: single

Short: If the POWER value of the MQTT parameter is between 1 and 200 for five minutes, it should send a message to the devices I defined. The problem starts with the fact that I receive countless messages and don’t know how to change that. I would really appreciate help. Thanks!

→ pushing

Good question,

I just started with HA, invested some time in a nice dashboard, etc. Ordered my first Shelly S and planning to setup similar automations.

I don’t have any ‘automations’ at the moment, sorry can’t help you there.

Anyone else that can help here?

Bump +1

1 Like