-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
esp8266-wifi-dongle-example-web-only.yaml
118 lines (101 loc) · 2.39 KB
/
esp8266-wifi-dongle-example-web-only.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
substitutions:
name: soyosource-wifi-dongle-web-only
device_description: "Monitor and control the WiFi version of the Soyosource GTN using the OEM WiFi dongle with a custom firmware"
external_components_source: github://syssi/esphome-soyosource-gtn-virtual-meter@main
esphome:
name: ${name}
comment: ${device_description}
min_version: 2024.6.0
project:
name: "syssi.esphome-soyosource-gtn-virtual-meter"
version: 2.2.0
esp8266:
board: esp12e
external_components:
- source: ${external_components_source}
refresh: 0s
wifi:
ap:
ssid: "wifi-setup"
password: "soyosource"
captive_portal:
web_server:
local: true
ota:
platform: esphome
logger:
baud_rate: 0
level: INFO
api:
reboot_timeout: 0s
uart:
- id: uart_0
baud_rate: 9600
tx_pin: GPIO1
rx_pin: GPIO3
soyosource_display:
- uart_id: uart_0
protocol_version: SOYOSOURCE_WIFI_VERSION
update_interval: 5s
binary_sensor:
- platform: soyosource_display
fan_running:
name: "Fan running"
limiter_connected:
name: "Limiter connected"
button:
- platform: soyosource_display
restart:
name: "Restart"
number:
- platform: soyosource_display
start_voltage:
name: "Start Voltage"
shutdown_voltage:
name: "Shutdown Voltage"
# Maximum output power in limiter mode / Output power in constant power mode
output_power_limit:
name: "Output Power Limit"
start_delay:
name: "Start Delay"
select:
- platform: soyosource_display
operation_mode:
name: "Operation Mode"
optionsmap:
1: "PV"
17: "PV Limit"
2: "Battery Constant Power"
18: "Battery Limit"
sensor:
- platform: soyosource_display
error_bitmask:
name: "Error Bitmask"
operation_mode_id:
name: "Operation Mode ID"
operation_status_id:
name: "Operation Status ID"
battery_voltage:
name: "Battery Voltage"
battery_current:
name: "Battery Current"
battery_power:
name: "Battery Power"
ac_voltage:
name: "AC Voltage"
ac_frequency:
name: "AC Frequency"
temperature:
name: "Temperature"
total_energy:
name: "Total Energy"
output_power:
name: "Output Power"
text_sensor:
- platform: soyosource_display
errors:
name: "Errors"
operation_mode:
name: "Operation Mode"
operation_status:
name: "Operation Status"