-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to restart Home Assistant - #6
Comments
hi, any updates ? I have a similar error : [140273637015024] The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found. Logger: homeassistant.components.hassio The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found. |
Similar error : The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found. |
Just found this integration and got it up & running in about 30 min... In order to get this working:
Since i had a 2nd Salus device on my account (electric water heater, while first device controls the gas-heater), i did the following:
I's appreciate if we can see the water heating icon too... |
Followed the steps, but when trying to restart system, getting this:
Failed to restart Home Assistant
The system cannot restart because the configuration is not valid: Platform error climate.salusfy - No module named 'custom_components.salusfy.climate'
Sorry, very new to HA.
Log:
Log Details (ERROR)
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/init.py:529
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 22:45:25 (2 occurrences)
Last logged: 22:56:40
[140352280754256] The system cannot restart because the configuration is not valid: Platform error climate.salusfy - No module named 'custom_components.salusfy.climate'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 200, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1755, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1792, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/components/hassio/init.py", line 529, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Platform error climate.salusfy - No module named 'custom_components.salusfy.climate'
The text was updated successfully, but these errors were encountered: