diff --git a/ESPHome Configuration/esphome-esp360remote.yaml b/ESPHome Configuration/esphome-esp360remote.yaml index 32320cd..759caaf 100644 --- a/ESPHome Configuration/esphome-esp360remote.yaml +++ b/ESPHome Configuration/esphome-esp360remote.yaml @@ -36,23 +36,23 @@ wifi: ssid: "nossid" password: "nopassword" - #HotSpot quando non riesce a collegarsi al WiFi + #HotSpot when it can't connect to WiFi ap: ssid: "Esp360Remote" password: "Esp360Remote" captive_portal: -#Definizione pin della porta i2c +#i2c bus definition i2c: sda: 21 scl: 22 scan: true id: bus_a -#Aggiunti degli offset sulle misure effettuate. -#Sono necessarie per via del calore della pcb, del secondo strato della scheda e del case -#In questo modo si ottengono dei valori sufficientemente precisi per le automazioni +#Offsets have been added to the measurements taken. +#These are necessary due to the heat generated by the PCB, the second layer of the board, and the case. +#This way, sufficiently accurate values are obtained for automations sensor: - platform: shtcx temperature: @@ -67,10 +67,12 @@ sensor: update_interval: 120s - platform: bh1750 name: "BH1750 Illuminance" + filters: + - multiply: 5 address: 0x23 update_interval: 1s -#Impostazione dei ricevitori IR e RF +#Setting up IR and RF receivers remote_receiver: - id: RF_RX pin: @@ -95,7 +97,7 @@ remote_receiver: dump: all -#Impostazione dei trasmettitori IR e RF +#Setting up IR and RF transmitters remote_transmitter: - id: RF_TX pin: GPIO18