mirror of
https://github.com/ale1800/ESP-360-REMOTE.git
synced 2025-03-10 12:48:45 -03:00
Update esphome-esp360remote.yaml
Light sensor is now calibrated
This commit is contained in:
parent
de980080ee
commit
1c604d4116
@ -36,23 +36,23 @@ wifi:
|
|||||||
ssid: "nossid"
|
ssid: "nossid"
|
||||||
password: "nopassword"
|
password: "nopassword"
|
||||||
|
|
||||||
#HotSpot quando non riesce a collegarsi al WiFi
|
#HotSpot when it can't connect to WiFi
|
||||||
ap:
|
ap:
|
||||||
ssid: "Esp360Remote"
|
ssid: "Esp360Remote"
|
||||||
password: "Esp360Remote"
|
password: "Esp360Remote"
|
||||||
|
|
||||||
captive_portal:
|
captive_portal:
|
||||||
|
|
||||||
#Definizione pin della porta i2c
|
#i2c bus definition
|
||||||
i2c:
|
i2c:
|
||||||
sda: 21
|
sda: 21
|
||||||
scl: 22
|
scl: 22
|
||||||
scan: true
|
scan: true
|
||||||
id: bus_a
|
id: bus_a
|
||||||
|
|
||||||
#Aggiunti degli offset sulle misure effettuate.
|
#Offsets have been added to the measurements taken.
|
||||||
#Sono necessarie per via del calore della pcb, del secondo strato della scheda e del case
|
#These are necessary due to the heat generated by the PCB, the second layer of the board, and the case.
|
||||||
#In questo modo si ottengono dei valori sufficientemente precisi per le automazioni
|
#This way, sufficiently accurate values are obtained for automations
|
||||||
sensor:
|
sensor:
|
||||||
- platform: shtcx
|
- platform: shtcx
|
||||||
temperature:
|
temperature:
|
||||||
@ -67,10 +67,12 @@ sensor:
|
|||||||
update_interval: 120s
|
update_interval: 120s
|
||||||
- platform: bh1750
|
- platform: bh1750
|
||||||
name: "BH1750 Illuminance"
|
name: "BH1750 Illuminance"
|
||||||
|
filters:
|
||||||
|
- multiply: 5
|
||||||
address: 0x23
|
address: 0x23
|
||||||
update_interval: 1s
|
update_interval: 1s
|
||||||
|
|
||||||
#Impostazione dei ricevitori IR e RF
|
#Setting up IR and RF receivers
|
||||||
remote_receiver:
|
remote_receiver:
|
||||||
- id: RF_RX
|
- id: RF_RX
|
||||||
pin:
|
pin:
|
||||||
@ -95,7 +97,7 @@ remote_receiver:
|
|||||||
dump: all
|
dump: all
|
||||||
|
|
||||||
|
|
||||||
#Impostazione dei trasmettitori IR e RF
|
#Setting up IR and RF transmitters
|
||||||
remote_transmitter:
|
remote_transmitter:
|
||||||
- id: RF_TX
|
- id: RF_TX
|
||||||
pin: GPIO18
|
pin: GPIO18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user