hallo bin neu hier.
Habe mir Teil 1+2 der Einrichtung Influxdb und Grafana angeschaut:
HA auf RPI3, Infuxdb zeigt homeassistant.autogen keine Daten "no Measurement selected". Ich hänge mal die config dran.
Vielleicht hat jemand eine Idee und kann mir weiterhelfen.Danke
Habe mir Teil 1+2 der Einrichtung Influxdb und Grafana angeschaut:
HA auf RPI3, Infuxdb zeigt homeassistant.autogen keine Daten "no Measurement selected". Ich hänge mal die config dran.
Vielleicht hat jemand eine Idee und kann mir weiterhelfen.Danke
Code:
# Loads default set of integrations. Do not remove.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
lovelace:
mode: yaml
#Heizung
modbus:
- name: SYSTAComfort2
host: 192.168.178.20
type: tcp
port: 502
sensors:
- name: "AußentemperaturTA"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 0
data_type: int16
- name: "Vorlauftemp HK1 TV"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 1
data_type: int16
- name: "Rücklauftemp HK1 TR"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 2
data_type: int16
- name: "Warmwassertemp Oben TWO"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 3
data_type: int16
- name: "Vorlauftemp Kessel FATV"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 12
data_type: int16
- name: "Rücklauf Kessel FATR"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 13
data_type: int16
- name: "Volumenstrom Solar S"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: l/min
address: 35
data_type: int16
- name: "Kollektortemperatur 1 TSA1"
scan_interval: 100
slave: 1
input_type: input
scale: 0.1
unit_of_measurement: °C
address: 38
data_type: uint16
- name: "Betriebsstunden Kessel"
scan_interval: 100
slave: 1
unit_of_measurement: h
scale: 1
address: 27
data_type: uint32
- name: "Anzahl Starts Kessel"
scan_interval: 100
slave: 1
input_type: holding
unit_of_measurement: 1
scale: 1
address: 29
data_type: uint32
influxdb:
host: 192.168.1.67
port: 8086
database: homeassistant
username: homeassistant
password: xxxx
ssl: true
verify_ssl: true
max_retries: 3
default_measurement: state
include:
domains:
- sensor
Zuletzt bearbeitet von einem Moderator: