@camcs1 wrote:
When I try to restart Home assistant I’m getting the following error
2020-02-01 21:23:31 ERROR (MainThread) [homeassistant.components.hassio] Invalid config for [switch.mqtt]: [brightness_command_topic] is an invalid option for [switch.mqtt]. Check: switch.mqtt->brightness_command_topic. (See ?, line ?).
Notice the question marks in see and line which makes it practically impossible to track down where this is actually happening.
To make things worse my configuration.yaml doesn’t have any MQTT switches
My configuration.yaml is as follows
# Configure a default setup of Home Assistant (frontend, api, etc) default_config: # Uncomment this if you are using SSL/TLS, running in Docker container, etc. # http: # base_url: example.duckdns.org:8123 # Text to speech tts: - platform: google_translate group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml # Sensors sensor: - platform: london_underground line: - London Overground - Northern - platform: sonarr api_key: de705ecd51be4b1fa1fabb4595c9db33 host: 192.168.0.15 monitored_conditions: - upcoming days: 2 - platform: waqi token: xxxx locations: - london - platform: sonarr_upcoming_media api_key: xxxx host: 192.168.0.15 port: 8989 days: 7 max: 10 - platform: qbittorrent url: 'http://192.168.0.15:9091' username: camy password: camy - platform: dht sensor: DHT11 pin: 4 monitored_conditions: - temperature - humidity - platform: moon #Weather weather: - platform: darksky api_key: xxxx #Discovery discovery: #Media Players media_player: - platform: kodi host: 192.168.0.15 username: xxxx password: xxxx #Switches switch: - platform: broadlink host: 192.168.0.20 mac: '78:0F:77:00:03:75' switches: tv: friendly_name: "TV" command_on: 'JgCMAE8UKBMUFCgUExQpExMUFBQnFBQUFBMUFBQAA1FPFCkTExQoFBMUKBQUExQUKBMUFBQTFBQUAANSTxQoExQUJxQUFCcUFBQTFCgUFBMVExQTFQADUlATKBQUEygUFBMpExQTFBQoExQUFBQTFBQAA1NPFCgUExQoFBMUKBQUExQUKBMUFBQUExQUAA0FAAAAAAAAAAAAAAAA' command_off: 'JgCMAE8UKBMUFCgUExQpExMUFBQnFBQUFBMUFBQAA1FPFCkTExQoFBMUKBQUExQUKBMUFBQTFBQUAANSTxQoExQUJxQUFCcUFBQTFCgUFBMVExQTFQADUlATKBQUEygUFBMpExQTFBQoExQUFBQTFBQAA1NPFCgUExQoFBMUKBQUExQUKBMUFBQUExQUAA0FAAAAAAAAAAAAAAAA' fan: friendly_name: "Air Cooler" command_on: 'JgBqASsOKg4NKisOLA0OKQ4pDykOKRAoDikr4ioPKg4QKCoPKQ8OKQ8pDikPKQ4pDykq4isOKg8PKCsOKg8OKBAoDikPKQ4pDykr4SwOKg0PKSoOKw4OKQ8oDykQJxAoDygs4S0NKQ4PKSsOKwsQKQ8oDykPKA8pDykr4SwOKg4OKSoPKg8OKA8pDikOKg4pDykq4isMLA0QKSoOKw0PKQ8pDygPKQ4pDioq4iwOKQ8PKCoPKg4OKQ8pDikPKA4qDygs4SsPKgsRKSsOKQ4PKQ8oDykOKQ8pDikr4isOKg8OKCwOKQ8PKA4pDioOKQ8pDiks4SsMLA8OKCsPKg4PKA4pDykPKBAoDikr4ioPKg4PKCsOKw4OKQ4pDykPKA8pDikr4ioPKg4OKSoPKg8OKA8pDikOKg4pDykq4isPKQ8PKCoPKg8NKRAoDikPKQ4pDykr3zAMKQ8OKSsOKg8OKA8oECgPKBEnDygrAA0FAAAAAAAAAAAAAAAAAAA' command_off: 'JgBqASsOKg4NKisOLA0OKQ4pDykOKRAoDikr4ioPKg4QKCoPKQ8OKQ8pDikPKQ4pDykq4isOKg8PKCsOKg8OKBAoDikPKQ4pDykr4SwOKg0PKSoOKw4OKQ8oDykQJxAoDygs4S0NKQ4PKSsOKwsQKQ8oDykPKA8pDykr4SwOKg4OKSoPKg8OKA8pDikOKg4pDykq4isMLA0QKSoOKw0PKQ8pDygPKQ4pDioq4iwOKQ8PKCoPKg4OKQ8pDikPKA4qDygs4SsPKgsRKSsOKQ4PKQ8oDykOKQ8pDikr4isOKg8OKCwOKQ8PKA4pDioOKQ8pDiks4SsMLA8OKCsPKg4PKA4pDykPKBAoDikr4ioPKg4PKCsOKw4OKQ4pDykPKA8pDikr4ioPKg4OKSoPKg8OKA8pDikOKg4pDykq4isPKQ8PKCoPKg8NKRAoDikPKQ4pDykr3zAMKQ8OKSsOKg8OKA8oECgPKBEnDygrAA0FAAAAAAAAAAAAAAAAAAA' #Lights - platform: mqtt name: "WLED Lights" command_topic: "wled/28e8e4" brightness_command_topic: "wled/28e8e4" rgb_command_topic: "wled/28e8e4/col" rgb_command_template: "{{ '#%02x%02x%02x' | format(red, green, blue)}}" effect_command_topic : "wled/28e8e4/api" effect_list: - "[FX=00] Solid" - "[FX=01] Blink" - "[FX=02] Breathe" - "[FX=03] Wipe" - "[FX=04] Wipe Random" - "[FX=05] Random Colors" - "[FX=06] Sweep" - "[FX=07] Dynamic" - "[FX=08] Colorloop" - "[FX=09] Rainbow" - "[FX=10] Scan" - "[FX=11] Dual Scan" - "[FX=12] Fade" - "[FX=13] Chase" - "[FX=14] Chase Rainbow" - "[FX=15] Running" - "[FX=16] Saw" - "[FX=17] Twinkle" - "[FX=18] Dissolve" - "[FX=19] Dissolve Rnd" - "[FX=20] Sparkle" - "[FX=21] Dark Sparkle" - "[FX=22] Sparkle+" - "[FX=23] Strobe" - "[FX=24] Strobe Rainbow" - "[FX=25] Mega Strobe" - "[FX=26] Blink Rainbow" - "[FX=27] Android" - "[FX=28] Chase" - "[FX=29] Chase Random" - "[FX=30] Chase Rainbow" - "[FX=31] Chase Flash" - "[FX=32] Chase Flash Rnd" - "[FX=33] Rainbow Runner" - "[FX=34] Colorful" - "[FX=35] Traffic Light" - "[FX=36] Sweep Random" - "[FX=37] Running 2" - "[FX=38] Red & Blue" - "[FX=39] Stream" - "[FX=40] Scanner" - "[FX=41] Lighthouse" - "[FX=42] Fireworks" - "[FX=43] Rain" - "[FX=44] Merry Christmas" - "[FX=45] Fire Flicker" - "[FX=46] Gradient" - "[FX=47] Loading" - "[FX=48] In Out" - "[FX=49] In In" - "[FX=50] Out Out" - "[FX=51] Out In" - "[FX=52] Circus" - "[FX=53] Halloween" - "[FX=54] Tri Chase" - "[FX=55] Tri Wipe" - "[FX=56] Tri Fade" - "[FX=57] Lightning" - "[FX=58] ICU" - "[FX=59] Multi Comet" - "[FX=60] Dual Scanner" - "[FX=61] Stream 2" - "[FX=62] Oscillate" - "[FX=63] Pride 2015" - "[FX=64] Juggle" - "[FX=65] Palette" - "[FX=66] Fire 2012" - "[FX=67] Colorwaves" - "[FX=68] BPM" - "[FX=69] Fill Noise" - "[FX=70] Noise 1" - "[FX=71] Noise 2" - "[FX=72] Noise 3" - "[FX=73] Noise 4" - "[FX=74] Colortwinkle" - "[FX=75] Lake" - "[FX=76] Meteor" - "[FX=77] Smooth Meteor" - "[FX=78] Railway" - "[FX=79] Ripple" - "[FX=80] Twinklefox" - "[FX=81] Twinklecat" - "[FX=82] Halloween Eyes" input_select: wled_presets: options: - "[PL=01] Preset 1" - "[PL=02] Preset 2" - "[PL=03] Preset 3" - "[PL=04] Preset 4" - "[PL=05] Preset 5" - "[PL=06] Preset 6" - "[PL=07] Preset 7" - "[PL=08] Preset 8" - "[PL=09] Preset 9" - "[PL=10] Preset 10" - "[PL=11] Preset 11" - "[PL=12] Preset 12" - "[PL=13] Preset 13" - "[PL=14] Preset 14" - "[PL=15] Preset 15" - "[PL=16] Preset 16" wled_palette_list: options: - "[FP=00] Default" - "[FP=01] Random Cycle" - "[FP=02] Primary color" - "[FP=03] Based on primary" - "[FP=04] Set colors" - "[FP=05] Based on set" - "[FP=06] Party" - "[FP=07] Cloud" - "[FP=08] Lava" - "[FP=09] Ocean" - "[FP=10] Forest" - "[FP=11] Rainbow" - "[FP=12] Rainbow bands" - "[FP=13] Sunset" - "[FP=14] Rivendell" - "[FP=15] Breeze" - "[FP=16] Red & Blue" - "[FP=17] Yellowout" - "[FP=18] Analoguous" - "[FP=19] Splash" - "[FP=20] Pastel" - "[FP=21] Sunset 2" - "[FP=22] Beech" - "[FP=23] Vintage" - "[FP=24] Departure" - "[FP=25] Landscape" - "[FP=26] Beach" - "[FP=27] Sherbet" - "[FP=28] Hult" - "[FP=29] Hult 64" - "[FP=30] Drywet" - "[FP=31] Jul" - "[FP=32] Grintage" - "[FP=33] Rewhi" - "[FP=34] Tertiary" - "[FP=35] Fire" - "[FP=36] Icefire" - "[FP=37] Cyane" - "[FP=38] Light Pink" - "[FP=39] Autumn" - "[FP=40] Magenta" - "[FP=41] Magred" - "[FP=42] Yelmag" - "[FP=43] Yelblu" - "[FP=44] Orange & Teal" - "[FP=45] Tiamat" - "[FP=46] April Night" - "[FP=47] Orangery" - "[FP=48] C9" - "[FP=49] Sakura" input_number: ledspeed: name: Speed initial: 0 min: 0 max: 255 step: 1 ledintensity: name: Intensity initial: 0 min: 0 max: 255 step: 1
And my automation look like
- id: wled_speed alias: wled_speed trigger: - entity_id: input_number.ledspeed platform: state condition: [] action: - data_template: topic: wled/28e8e4/api payload: SX={{ states('input_number.ledspeed') | int }} service: mqtt.publish - id: wled_intensity alias: wled_intensity trigger: - entity_id: input_number.ledintensity platform: state condition: [] action: - data_template: topic: wled/28e8e4/api payload: IX={{ states('input_number.ledintensity') | int }} service: mqtt.publish - id: wled_palette alias: WLED Palette trigger: - platform: state entity_id: input_select.wled_palette_list condition: [] action: - service: mqtt.publish data_template: topic: wled/28e8e4/api payload: "{{ states('input_select.wled_palette_list') }}" - id: wled_presets alias: WLED Presets trigger: - platform: state entity_id: input_select.wled_presets condition: [] action: - service: mqtt.publish data_template: topic: wled/28e8e4/api payload: "{{ states('input_select.wled_presets') }}" - alias: MiLight Forwarder initial_state: True trigger: platform: mqtt topic: milight/updates/0x1A75/rgb_cct/+ action: - service: mqtt.publish data_template: topic: "milight/commands/0x1B75/rgb_cct/{{ trigger.topic.split('/')[4] }}" payload_template: > {{ trigger.payload }}
Any help would be much appreciated as I’ve finally got things setup and working if it nukes itself now I might cry
Posts: 3
Participants: 2