From 1c604d41169310e64a41f41619f478181c2b11f3 Mon Sep 17 00:00:00 2001 From: ale1800 <53172176+ale1800@users.noreply.github.com> Date: Sat, 4 Mar 2023 09:56:48 +0100 Subject: [PATCH] Update esphome-esp360remote.yaml Light sensor is now calibrated --- ESPHome Configuration/esphome-esp360remote.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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