-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathesp8266-proxy-client.yaml
More file actions
55 lines (49 loc) · 1.62 KB
/
esp8266-proxy-client.yaml
File metadata and controls
55 lines (49 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ----------------------------------------------------------------------------------------------------
# ESPHome configuration - This part depends on your hardware target
# ----------------------------------------------------------------------------------------------------
esphome:
name: esp8266-2
friendly_name: ESP8266-2
min_version: 2025.3.2
esp8266:
board: esp01_1m
restore_from_flash: true
# Enable logging
logger:
baud_rate: 115200
level: INFO
logs:
component: ERROR
http_request.arduino: ERROR
# Enable Home Assistant API
api:
encryption:
key: !secret proxy_api_encryption_key
# WiFi connection
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# If you have a WiFi activity plannification, you may have to update the reboot timeout (Default: 15min)
reboot_timeout: 24h
# ----------------------------------------------------------------------------------------------------
# Customisation
# ----------------------------------------------------------------------------------------------------
packages:
solar_router:
url: https://github.com/hacf-fr/Solar-Router-for-ESPHome/
ref: main
refresh: 1d
files:
- path: solar_router/power_meter_proxy_client.yaml
vars:
power_meter_ip_address: "192.168.1.28"
- path: solar_router/engine_1dimmer_1bypass.yaml
vars:
green_led_pin: GPIO1
yellow_led_pin: GPIO2
- path: solar_router/regulator_solid_state_relay.yaml
vars:
regulator_gate_pin: GPIO4
- path: solar_router/regulator_mecanical_relay.yaml
vars:
relay_regulator_gate_pin: GPIO0