Mercurial > code > home > repos > homeauto
annotate service/mqtt_graph_bridge/h801/config_skylight.yaml @ 1400:31aed1a0af9c
adjust kitchen PWM freqs. add comments and proposed contents of n3 configs
Ignore-this: 8fc4659c1d8830e1ed66b0702b1e69fd
darcs-hash:026328acb60195c0d4410ce1cc583ac120d1c6a3
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 13 Jul 2019 19:58:50 -0700 |
parents | 3a420f34a54f |
children |
rev | line source |
---|---|
1201
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 substitutions: |
1400
31aed1a0af9c
adjust kitchen PWM freqs. add comments and proposed contents of n3 configs
drewp <drewp@bigasterisk.com>
parents:
1201
diff
changeset
|
2 pwm_freq: 310 Hz |
1201
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 esphomeyaml: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 name: h801_skylight |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 platform: ESP8266 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 board: esp8285 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 build_path: build |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 wifi: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 ssid: !secret wifi_ssid |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
12 password: !secret wifi_password |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
13 manual_ip: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
14 static_ip: 10.2.0.67 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
15 gateway: 10.2.0.1 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
16 subnet: 255.255.255.0 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
17 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
18 mqtt: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
19 broker: '10.2.0.1' |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
20 port: 1883 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
21 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
22 logger: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
23 baud_rate: 115200 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
24 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
25 ota: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
26 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
27 output: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
28 - id: pwm_b |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
29 platform: esp8266_pwm |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
30 pin: 12 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
31 frequency: ${pwm_freq} |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
32 - id: pwm_r |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
33 platform: esp8266_pwm |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
34 pin: 13 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
35 frequency: ${pwm_freq} |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
36 - id: pwm_g |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
37 platform: esp8266_pwm |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
38 pin: 15 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
39 frequency: ${pwm_freq} |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
40 - id: pwm_w1 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
41 platform: esp8266_pwm |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
42 pin: 14 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
43 frequency: ${pwm_freq} |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
44 - id: pwm_w2 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
45 platform: esp8266_pwm |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
46 pin: 4 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
47 frequency: ${pwm_freq} |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
48 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
49 light: |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
50 - platform: monochromatic |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
51 name: "Kit_r" |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
52 output: pwm_r |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
53 - platform: monochromatic |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
54 name: "Kit_g" |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
55 output: pwm_g |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
56 - platform: monochromatic |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
57 name: "Kit_b" |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
58 output: pwm_b |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
59 - platform: monochromatic |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
60 name: "Kit_w1" |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
61 output: pwm_w1 |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
62 - platform: monochromatic |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
63 name: "Kit_w2" |
3a420f34a54f
fork h801 configs for counter/skylight
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
64 output: pwm_w2 |