Smart Home Automation Forum
Failed to restart Home Assistant - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2)
+--- Thread: Failed to restart Home Assistant (/showthread.php?tid=2435)



Failed to restart Home Assistant - Almhlws - 12-10-2022

The system cannot restart because the configuration is not valid: Invalid config for [mqtt]: [name:] is an invalid option for [mqtt]. Check: mqtt->mqtt->switch->2->name:. (See /config/configuration.yaml, line 17).




Quote:Loads default set of integrations. Do not remove.
default_config:
Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
Text to speech
tts:
• platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
mqtt:
broker: 192.168.100.172
port: 1883
username: XXXX
password: XXX
Example configuration.yaml entry
switch:
• name: ‘output-1’
unique_id: output-1
state_topic: ‘server/c5a1fc1837679772e927e9de/state’
command_topic: ‘server/c5a1fc1837679772e927e9de/set’
payload_on: ‘{“relay1”:{“on”:1}}’
payload_off: ‘{“relay1”:{“on”:0}}’
value_template: ‘{{ value_json.relay1.on }}’
state_on: 1
state_off: 0
• name: ‘output-2’
unique_id: output-2
state_topic: ‘server/c5a1fc1837679772e927e9de/state’
command_topic: ‘server/c5a1fc1837679772e927e9de/set’
payload_on: ‘{“relay2”:{“on”:1}}’
payload_off: ‘{“relay2”:{“on”:0}}’
value_template: ‘{{ value_json.relay2.on }}’
state_on: 1
state_off: 0



RE: Failed to restart Home Assistant - admin - 12-11-2022

There is something wrong with your symbol format.
"•" this is not correctly.


RE: Failed to restart Home Assistant - Almhlws - 12-16-2022

can you check attach to find error 

thank you


RE: Failed to restart Home Assistant - admin - 12-17-2022

already replied in your another thread. please update one topic in forum.


RE: Failed to restart Home Assistant - engmohades - 12-17-2022

(12-17-2022, 03:19 AM)admin Wrote: already replied in your another thread. please update one topic in forum.

you can see this topic:
https://www.kincony.com/forum/showthread.php?tid=1998