Boa tarde.
Tenho alguns shelly1 flashados. Tenho 4 shelly 2.5 que ainda não lhes dei uso. Não vejo muita informação para os flashar e a que vejo manda-me com templates para cima que me assusta um bocado por não me sentir ainda muito àvontade com eles. Por isso, procurei fazer a integração no HA mantendo o firmware original. Para isso, activei o mqtt na app em “Enable action execution via MQTT” e criei os seguintes switchs e sensores:
switch:
- platform: mqtt
name: "rega2"
state_topic: "shellies/shellyswitch25-745716/relay/0"
command_topic: "shellies/shellyswitch25-745716/relay/0/command"
payload_on: "On"
payload_off: "Off"
retain: false
- platform: mqtt
name: "rega3"
state_topic: "shellies/shellyswitch25-744444/relay/1"
command_topic: "shellies/shellyswitch25-744444/relay/1/command"
payload_on: "On"
payload_off: "Off"
retain: false
sensor:
- platform: mqtt
name: "rega power"
state_topic: "shellies/shellyswitch25-744444/relay/power"
unit_of_measurement: "Watts"
- platform: mqtt
name: "rega energy"
state_topic: "shellies/shellyswitch25-744444/relay/energy"
unit_of_measurement: "KWh"
Não consigo perceber o que estou a fazer mal para não conseguir activar o shelly 2.5. Com a app funciona perfeitamente.
Cumprimentos
Sebastião