-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.yaml
113 lines (106 loc) · 2.69 KB
/
example.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
uart:
tx_pin: GPIO1
rx_pin: GPIO3
baud_rate: 19200
debug:
direction: BOTH
dummy_receiver: false
after:
delimiter: "\n"
sequence:
- lambda: UARTDebug::log_hex(direction, bytes, ':');
external_components:
- source:
type: git
url: https://github.com/lipov3cz3k/esphome-bspool-chlorinator
components: [ bs_pool ]
bs_pool:
update_interval: 5s
sensor:
- platform: bs_pool
cell_current:
name: Cell current
cell_intensity:
name: Cell intensity
cell_voltage:
name: Cell voltage
ph:
name: pH
salt_concentration:
name: Salt concentration
radox:
name: ORP
temperature:
name: Temperature
text_sensor:
- platform: bs_pool
time:
name: Device Time
version:
name: Device firmware version
binary_sensor:
- platform: bs_pool
alarm_redox_saturated:
name: ORP probe saturated alarm
alarm_overtemperature:
name: Overtemperature inside the chlorinator
alarm_open_circuit:
name: Open circuit alarm
alarm_water_flow:
name: Lack of water flow alarm
alarm_short_circuit:
name: Short circuit alarm
alarm_unit_stopped:
name: P954 unit stopped alarm
alarm_communication_error:
name: Communication error to P954 alarm
warning_low_salt:
name: Too few salt
warning_high_salt:
name: Too much salt
warning_ph_pump_overrun:
name: pH problem, pump has run for too long
warning_acid:
name: Acid warning
warning_clock_set:
name: Clock has been set
warning_probe_disconnected:
name: ORP or chlorine probe disconnected
status_output_voltage_polarity:
name: Folarity of output voltage
status_filter_pump_running:
name: Filter pump running
status_chlorination_process:
name: Chlorination in process
status_stopped_by_remote:
name: Stopped by remote controller
status_orp_sensor_stable:
name: ORP sensor reading is stable
status_salt_sensor_connected:
name: Salt sensor connected
status_electrode_cleaning:
name: Electrode cleaning in process
status_super_chlorination:
name: Super-chlorination in process
select:
- platform: bs_pool
control_mode:
name: Control mode
switch:
- platform: bs_pool
user_is_outdoor:
name: Pool is outdoor
user_cover_switch_off:
name: Cover switch off
user_flow_switch_installed:
name: Flow switch installed
user_orp_displayed:
name: ORP displayed
user_ph_alarm:
name: pH alarm
user_ph_corrector_alkaline:
name: pH corrector alkaline
user_ph_control:
name: pH control
user_cover_installed:
name: Cover installed