Update esphome-esp360remote.yaml

Light sensor is now calibrated
This commit is contained in:
ale1800 2023-03-04 09:56:48 +01:00 committed by GitHub
parent de980080ee
commit 1c604d4116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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