Modificaciones de OpenMQTTGateway
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
binary_sensor:
|
|
||||||
- platform: mqtt
|
|
||||||
name: "OpenMQTTGateway"
|
|
||||||
state_topic: "home/OpenMQTTGateway/LWT"
|
|
||||||
payload_on: "online"
|
|
||||||
payload_off: "offline"
|
|
||||||
device_class: "connectivity"
|
|
||||||
11
packages/sensor/openmqttgatewaydiegoband.yaml
Normal file
11
packages/sensor/openmqttgatewaydiegoband.yaml
Normal 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"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "OpenGateway LORA"
|
name: "OpenGateway LORA"
|
||||||
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
|
state_topic: "home/OpenMQTTGateway/LORAtoMQTT"
|
||||||
unit_of_measurement: 'dB'
|
unit_of_measurement: 'dB'
|
||||||
value_template: "{{ value_json.rssi}}"
|
value_template: "{{ value_json.rssi}}"
|
||||||
availability_topic: "home/OpenMQTTGateway/LWT"
|
availability_topic: "home/OpenMQTTGateway/LWT"
|
||||||
|
|||||||
11
packages/sensor/openmqttgatewaysilviaband.yaml
Normal file
11
packages/sensor/openmqttgatewaysilviaband.yaml
Normal 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"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Wifi OpenGateway ESP32"
|
name: "OpenGateway WIFI"
|
||||||
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
|
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
|
||||||
unit_of_measurement: 'dB'
|
unit_of_measurement: 'dB'
|
||||||
value_template: "{{ value_json.rssi}}"
|
value_template: "{{ value_json.rssi}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user