Dear All
I have succesfully installed HomeAssistant 0.94.3 on Raspbian Stretch OS 2019 latest version.
In Firefox, I visit http://192.168.55.11:8123/lovelace/default_view
I have the H.A, Home Page working!
I can see in the Homepage all the sensors activated,the Climate interface for AC the relè24 etc. see this image:
The issue is that I want add the history_grap in Homepage and I think I have to add it somewhere in the “lovelace” config.
BUT, I have NO file “ui-lovelace.yaml” in /home/homeassistant/.homeassistant/
or “lovelace” in /home/homeassistant/.homeassistant/.storage
So I’m asking:
1) What I must do to activate lovelace anche add the history_graph for temperarure/humidity??
2) what I have to add to configuration.yaml
3) Have I to create the file/files ui-lovelace.yaml and/or lovelace?
4) what I have to add to these files?
Sorry but the new HA version is not cleary documented and is quite difficult to find anser to my questions!!
My full configuration.yaml is:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
sensor:
- platform: yr
######### Sensore DHT22
- platform: dht
name: DHTSala
sensor: DHT22
pin: 4 # GPIO4 pin 7 (oppure 24,11)
scan_interval: 300
temperature_offset: -0.1
humidity_offset: -3.5
monitored_conditions:
- temperature
- humidity
- platform: filter
name: "SalaTempFilt"
entity_id: sensor.dhtsala_temperature
filters:
- filter: outlier
window_size: 4
radius: 1.5
- platform: filter
name: "SalaUmidFilt"
entity_id: sensor.dhtsala_humidity
filters:
- filter: outlier
window_size: 4
radius: 2.0
switch:
- platform: rpi_gpio
ports:
24: Rele-24Raspi
- platform: broadlink
host: 192.168.55.14
mac: 'xx:xx:xx:xx:xx:xx'
### BroadLinkRMmini3
smartir:
climate:
- platform: smartir
name: ClimaMANSARDA
unique_id: climamansarda
device_code: 1121
controller_data: 192.168.55.14
#group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
Thanks in advance!