add new configs
This commit is contained in:
@@ -60,15 +60,19 @@ sensor:
|
|||||||
gain: 6.144
|
gain: 6.144
|
||||||
name: "ADS1115 Channel A0"
|
name: "ADS1115 Channel A0"
|
||||||
id: ads0
|
id: ads0
|
||||||
update_interval: 5s
|
update_interval: 3s
|
||||||
on_value:
|
on_value:
|
||||||
then:
|
then:
|
||||||
- component.update: waterlevel
|
- component.update: waterlevel
|
||||||
- component.update: waterpercent
|
- component.update: waterpercent
|
||||||
- component.update: watervolume
|
- component.update: watervolume
|
||||||
filters:
|
filters:
|
||||||
|
# - median:
|
||||||
|
# window_size: 20
|
||||||
|
# send_every: 5
|
||||||
|
# send_first_at: 3
|
||||||
- sliding_window_moving_average:
|
- sliding_window_moving_average:
|
||||||
window_size: 30
|
window_size: 60
|
||||||
send_every: 10
|
send_every: 10
|
||||||
# 0.74 volts à vide.
|
# 0.74 volts à vide.
|
||||||
# 2.8 volts plein.
|
# 2.8 volts plein.
|
||||||
|
|||||||
15
secrets.yaml
Normal file
15
secrets.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
wireless_ssid: lauIOT
|
||||||
|
wireless_key: superiot1
|
||||||
|
wireless_domain: .home.cabestan.be
|
||||||
|
|
||||||
|
|
||||||
|
ota_key: feelhome123
|
||||||
|
api_secret: feelhome123
|
||||||
|
|
||||||
|
ap_secret: 4rg5reqg587qg
|
||||||
|
|
||||||
|
api_encryption_key: XUEKr0muD0rg7Aw6L6Itv4FO9W0GQFGmO9uF/zIleZo=
|
||||||
|
|
||||||
|
mqtt_espsalon: 54e5ge65g4
|
||||||
|
|
||||||
Reference in New Issue
Block a user