Barry Ricoh
Active member
Nein damit meint er die Geräte die ihre Werte über MQTT an den Broker senden.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
# mqtt
mqtt:
sensor:
- name: 'Haus Gas - Zählerstand'
unique_id: haus_gaszaehler_zaehlerstand
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.gastotal }}'
unit_of_measurement: 'm3'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Zählung seit Nullung'
unique_id: haus_gaszaehler_zarhlung_seit_nullung
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.value }}'
unit_of_measurement: 'm3'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Volumen heute'
unique_id: haus_gaszaehler_verbrauch_volumen_heute
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.today_m3 }}'
unit_of_measurement: 'm3'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Energie heute'
unique_id: haus_gaszaehler_verbrauch_energie_heute
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.today_kwh }}'
unit_of_measurement: 'kWh'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Volumen gestern'
unique_id: haus_gaszaehler_verbrauch_volumen_gestern
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.yesterday_m3 }}'
unit_of_measurement: 'm3'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Energie gestern'
unique_id: haus_gaszaehler_verbrauch_energie_gestern
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.yesterday_kwh }}'
unit_of_measurement: 'kWh'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Volumen vorgestern'
unique_id: haus_gaszaehler_verbrauch_volumen_vorgestern
state_topic: "tele/haus_gaszaehler/json"
value_template: '{{ value_json.db_yesterday_m3 }}'
unit_of_measurement: 'm3'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
- name: 'Haus Gas - Verbrauch Energie vorgestern'
unique_id: haus_gaszaehler_verbrauch_energie_vorgestern
state_topic: "tele/gaszaehler/json"
value_template: '{{ value_json.db_yesterday_kwh }}'
unit_of_measurement: 'kWh'
payload_available: "Online"
payload_not_available: "Offline"
device_class: gas
state_class: total_increasing
Wieso steht dort core-mosquitto?Den core-mosquitto unter Geräte&Dienste