Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: sensoret-rh06
- platform: ESP8266
- board: esp12e
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- ota:
- password: "a81794725e241230cd8b6a9aa288cb4b"
- wifi:
- ssid: "FRITZ!Box 7530 YX 2.4G"
- password: "25162964755408347082"
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "sensoret-rh06"
- password: "0cYb4UnvWlub"
- captive_portal:
- # IP FISSO
- # manual_ip:
- # Set this to the IP of the ESP8266
- # static_ip: 192.168.188.20 #default in Archer C6 Vedere in Advanced->Security->Access control parte da x.x.x.100/ Fritzbox WiFI -> rete Wifi parte da x.x.x.20
- # Set this to the IP address of the router. Often ends with .1
- # gateway: 192.168.188.1 #default in Archer C6 192.168.1.1 / FritzBoc Rete Locale --> Rete 192.168.188.1
- # The subnet of the network. 255.255.255.0 works for most home networks.
- # subnet: 255.255.255.0 #default in Archer C6
- # Example configuration entry for ESP32
- i2c:
- sda: 04
- scl: 05
- scan: True
- id: bus_a
- sensor:
- - platform: shtcx
- temperature:
- name: "Sensor06 Temperature"
- accuracy_decimals: 2
- force_update: True
- filters:
- - offset: 0.0
- - multiply: 1.0
- - calibrate_linear:
- - 0.0 -> 0.0
- - 10.0 -> 10.0
- - 30.0 -> 30.0
- humidity:
- name: "Sensor06 Humidity"
- accuracy_decimals: 2
- force_update: True
- filters:
- - offset: 0.0
- - multiply: 1.0
- - calibrate_linear:
- - 30.0 -> 30.0
- - 60.0 -> 60.0
- - 80.0 -> 80.0
- address: 0x70
- update_interval: 15s
Advertisement
Add Comment
Please, Sign In to add comment