Modificaciones de OpenMQTTGateway

This commit is contained in:
dfcarvajal
2020-12-27 17:23:54 +01:00
parent 5aa53ae7ae
commit b19a9ba9d1
5 changed files with 24 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
sensor:
- platform: mqtt
name: "Presencia Diego MiBand Pasos"
state_topic: "home/OpenMQTTGateway/BTtoMQTT/CBFAF9749D6B"
unit_of_measurement: 'Pasos'
value_template: "{{ value_json.steps}}"
availability_topic: "home/OpenMQTTGateway/LWT"
payload_available: "online"
payload_not_available: "offline"
icon: "mdi:foot-print"
json_attributes_topic: "home/OpenMQTTGateway/BTtoMQTT/CBFAF9749D6B"

View File

@@ -1,7 +1,7 @@
sensor:
- platform: mqtt
name: "OpenGateway LORA"
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
state_topic: "home/OpenMQTTGateway/LORAtoMQTT"
unit_of_measurement: 'dB'
value_template: "{{ value_json.rssi}}"
availability_topic: "home/OpenMQTTGateway/LWT"

View File

@@ -0,0 +1,11 @@
sensor:
- platform: mqtt
name: "Presencia Silvia MiBand Pasos"
state_topic: "home/OpenMQTTGateway/BTtoMQTT/C19F2B0A7E38"
unit_of_measurement: 'Pasos'
value_template: "{{ value_json.steps}}"
availability_topic: "home/OpenMQTTGateway/LWT"
payload_available: "online"
payload_not_available: "offline"
icon: "mdi:foot-print"
json_attributes_topic: "home/OpenMQTTGateway/BTtoMQTT/C19F2B0A7E38"

View File

@@ -1,6 +1,6 @@
sensor:
- platform: mqtt
name: "Wifi OpenGateway ESP32"
name: "OpenGateway WIFI"
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
unit_of_measurement: 'dB'
value_template: "{{ value_json.rssi}}"