Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/h801/config_skylight.yaml @ 1532:7cc7700302c2
more service renaming; start a lot more serv.n3 job files
Ignore-this: 635aaefc7bd2fa5558eefb8b3fc9ec75
darcs-hash:2c8b587cbefa4db427f9a82676abdb47e651187e
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Feb 2020 16:36:35 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1531:a3dc6a31590f | 1532:7cc7700302c2 |
---|---|
1 substitutions: | |
2 pwm_freq: 310 Hz | |
3 | |
4 esphomeyaml: | |
5 name: h801_skylight | |
6 platform: ESP8266 | |
7 board: esp8285 | |
8 build_path: build | |
9 | |
10 wifi: | |
11 ssid: !secret wifi_ssid | |
12 password: !secret wifi_password | |
13 manual_ip: | |
14 static_ip: 10.2.0.67 | |
15 gateway: 10.2.0.1 | |
16 subnet: 255.255.255.0 | |
17 | |
18 mqtt: | |
19 broker: '10.2.0.1' | |
20 port: 1883 | |
21 | |
22 logger: | |
23 baud_rate: 115200 | |
24 | |
25 ota: | |
26 | |
27 output: | |
28 - id: pwm_b | |
29 platform: esp8266_pwm | |
30 pin: 12 | |
31 frequency: ${pwm_freq} | |
32 - id: pwm_r | |
33 platform: esp8266_pwm | |
34 pin: 13 | |
35 frequency: ${pwm_freq} | |
36 - id: pwm_g | |
37 platform: esp8266_pwm | |
38 pin: 15 | |
39 frequency: ${pwm_freq} | |
40 - id: pwm_w1 | |
41 platform: esp8266_pwm | |
42 pin: 14 | |
43 frequency: ${pwm_freq} | |
44 - id: pwm_w2 | |
45 platform: esp8266_pwm | |
46 pin: 4 | |
47 frequency: ${pwm_freq} | |
48 | |
49 light: | |
50 - platform: monochromatic | |
51 name: "Kit_r" | |
52 output: pwm_r | |
53 - platform: monochromatic | |
54 name: "Kit_g" | |
55 output: pwm_g | |
56 - platform: monochromatic | |
57 name: "Kit_b" | |
58 output: pwm_b | |
59 - platform: monochromatic | |
60 name: "Kit_w1" | |
61 output: pwm_w1 | |
62 - platform: monochromatic | |
63 name: "Kit_w2" | |
64 output: pwm_w2 |