-
Notifications
You must be signed in to change notification settings - Fork 4
/
Example-Config
58 lines (49 loc) · 1.31 KB
/
Example-Config
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
change [BEDJET NAME] to your bedjet name, an example one is BEDJET-2E20
select:
- platform: mqtt
command_topic: "bedjet/[BEDJET NAME]/setmode"
name: "Bedjet Mode"
state_topic: "bedjet/[BEDJET NAME]/mode"
options:
- "off"
- "cool"
- "heat"
- "turbo"
- "dry"
- "ext_ht"
- platform: mqtt
command_topic: "bedjet/[BEDJET NAME]/control"
name: "Bedjet Controls"
options:
- "fan_up"
- "fan_down"
- "temp_up"
- "temp_down"
- platform: mqtt
command_topic: "bedjet/[BEDJET NAME]/preset"
name: "Bedjet Presets"
options:
- "m1"
- "m2"
- "m3"
sensor:
- platform: mqtt
state_topic: "bedjet/[BEDJET NAME]/temp_actual"
name: "Bedjet Actual Temprature"
unit_of_measurement: "°F"
- platform: mqtt
state_topic: "bedjet/[BEDJET NAME]/temp_setpoint"
name: "Bedjet Setpoint Temprature"
unit_of_measurement: "°F"
- platform: mqtt
state_topic: "bedjet/[BEDJET NAME]/time"
name: "Bedjet Auto Off"
unit_of_measurement: "Seconds"
- platform: mqtt
state_topic: "bedjet/[BEDJET NAME]/timestring"
name: "Bedjet Auto Off String"
unit_of_measurement: ""
- platform: mqtt
state_topic: "bedjet/[BEDJET NAME]/fan"
name: "Bedjet Fan Percentage"
unit_of_measurement: "%"