Mercurial > code > home > repos > homeauto
view service/mqtt_graph_bridge/h801/config_counter.yaml @ 1462:2b29f14eb6bd
try new graph+view widget
Ignore-this: d5f9c5dc52f04324368716ba2f604fdb
darcs-hash:44e85a5c075ef73c34a58deaa3a3c1e8390dae52
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 24 Nov 2019 00:01:00 -0800 |
parents | 31aed1a0af9c |
children |
line wrap: on
line source
substitutions: pwm_freq: 310 Hz #310 low buzz, nicer than 520 #520 low pitch buzz, ok #600 sound is present but might be ok #800 bad sound #1500 sound is bad but we had it like that #3000 very bad snd #6000 bad snd and flicker #9000 flicker esphomeyaml: name: h801_counter platform: ESP8266 board: esp8285 build_path: build wifi: ssid: !secret wifi_ssid password: !secret wifi_password manual_ip: static_ip: 10.2.0.59 gateway: 10.2.0.1 subnet: 255.255.255.0 mqtt: broker: '10.2.0.1' port: 1883 logger: baud_rate: 115200 ota: output: - id: pwm_b platform: esp8266_pwm pin: 12 frequency: ${pwm_freq} - id: pwm_g platform: esp8266_pwm pin: 13 frequency: ${pwm_freq} - id: pwm_r platform: esp8266_pwm pin: 15 frequency: ${pwm_freq} - id: pwm_w1 platform: esp8266_pwm pin: 14 frequency: ${pwm_freq} - id: pwm_w2 platform: esp8266_pwm pin: 4 frequency: ${pwm_freq} light: - platform: monochromatic name: "Kit_r" output: pwm_r - platform: monochromatic name: "Kit_g" output: pwm_g - platform: monochromatic name: "Kit_b" output: pwm_b - platform: monochromatic name: "Kit_w1" output: pwm_w1 - platform: monochromatic name: "Kit_w2" output: pwm_w2