Hi
After setting up influx, added code to configuration.yaml and restarted HA i dont get radings to influx
I have this sensor in configuration.yaml, can the problem be some missing parameters?
mqtt:
sensor:
- name: 'Kube 1 temp ute'
unique_id: kube1TempUte
state_topic: 'bikuber/kube1/tempUte'
unit_of_measurement: '°C'
InfluxDB
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: Modesty
password: hello7
max_retries: 3
default_measurement: state
Thankfull for any help!
M