Skip to content
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

Open
Nortag82 opened this issue Jan 16, 2023 · 3 comments
Open

Failed to restart Home Assistant - #6

Nortag82 opened this issue Jan 16, 2023 · 3 comments

Comments

@Nortag82
Copy link

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'

@dragosrds
Copy link

hi, any updates ? I have a similar error :
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/init.py:528
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 12:31:42 (1 occurrences)
Last logged: 12:31:42

[140273637015024] The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 199, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1808, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1845, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/components/hassio/init.py", line 528, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found.

Logger: homeassistant.components.hassio
Source: components/hassio/init.py:517
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 12:31:42 (1 occurrences)
Last logged: 12:31:42

The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found.

@mariandodu
Copy link

Similar error : The system cannot restart because the configuration is not valid: Platform error climate.salusfy - Integration 'salusfy' not found.

@gmoscalu
Copy link

Just found this integration and got it up & running in about 30 min...

In order to get this working:

  • copied the custom_components folder in place
  • restarted HA (so it reads the custom component, even if not in use)
  • added the code to the "configuration.yaml" file
  • restarted HA again. After a short while, the entity appeared & was able to add the Thermostat card to my dashboard...

Since i had a 2nd Salus device on my account (electric water heater, while first device controls the gas-heater), i did the following:

  • copy the "config\custom_components\salusfy" folder to "config\custom_components\salusfy-el"
  • quick edit of the "manifest.json" - update the "domain" and "name"
  • change the variable name in lines 78 & 82: "SalusThermostat" => "SalusThermostat2"
  • restart HA (to read new add-on)
  • add lines with login credentials and new device ID to "configuration.yaml" file
  • Restart HA again => now i have both devices in

I's appreciate if we can see the water heating icon too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants