change mqtt to new version

This commit is contained in:
2022-09-14 01:57:00 +01:00
parent 848c33d3f7
commit 07373045fc
10 changed files with 547 additions and 688 deletions

119
mqtt_light.yaml Executable file
View File

@@ -0,0 +1,119 @@
- state_topic: "stat/Luzwcred/POWER"
name: "Luz WC Vermelha"
command_topic: "cmnd/Luzwcred/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "stat/SonoffluzAquario/POWER"
command_topic: "cmnd/SonoffluzAquario/power"
name: "Luz Aquario"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "stat/tasmota_FD991E/POWER"
name: "Luz Wc Preto"
command_topic: "cmnd/tasmota_FD991E/power"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "stat/tasmota_BC6546/POWER"
command_topic: "cmnd/tasmota_BC6546/POWER"
name: "Luz Hall Quarto Principal"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "stat/LuzEscritorio/POWER"
name: "Luz Escritorio"
command_topic: "cmnd/LuzEscritorio/power"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14031717/light/14031717luzfrentelado/state"
name: "Luz Jardim Frente Lado"
command_topic: "mqttServer/14031717/light/14031717luzfrentelado/set"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14031717/light/14031717luzjardimfrente/state"
name: "Luz Jardim Frente"
command_topic: "mqttServer/14031717/light/14031717luzjardimfrente/set"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
name: "Luz Garagem 1"
command_topic: "mqttServer/14029039/light/14029039luzgaragem1/set"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14029039/light/14029039luzgaragem2/state"
command_topic: "mqttServer/14029039/light/14029039luzgaragem2/set"
name: "Luz Garagem 2"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14049798/light/14049798luzhallforatras1/state"
name: "Luz Hall Tras Fora"
command_topic: "mqttServer/14049798/light/14049798luzhallforatras1/set"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "mqttServer/14049798/light/14049798luzmurostras/state"
name: "Luz Muro Tras"
command_topic: "mqttServer/14049798/light/14049798luzmurostras/set"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- state_topic: "shellies/luzVarandaQP/relay/0"
name: "Luz Varanda Quarto Principal"
command_topic: "shellies/luzVarandaQP/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
- state_topic: "shellies/luzVarandaSala/relay/0"
name: "Luz Varanda Sala"
command_topic: "shellies/luzVarandaSala/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
- state_topic: "shellies/luzWCcast/relay/0"
name: "Luz WC Castanha"
command_topic: "shellies/luzWCcast/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
qos: 1
- state_topic: "shellies/luzHallTras/relay/0"
name: "Luz Hall Tras"
command_topic: "shellies/luzHallTras/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
qos: 1