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

All smart_thermostats reports state = Unavailable #262

Open
tonkinbay opened this issue Nov 20, 2024 · 2 comments
Open

All smart_thermostats reports state = Unavailable #262

tonkinbay opened this issue Nov 20, 2024 · 2 comments

Comments

@tonkinbay
Copy link

All smart_thermostats reports state = Unavailable and reports this via card:

"This entity is no longer being provided by the smart_thermostat integration. If the entity is no longer in use, delete it in settings."

Both via 2025.6.0 and 2024.6.1

@tonkinbay
Copy link
Author

Here is my config for three of my themostats:


  - platform: smart_thermostat
    name: Smart Thermostat PID Køkken
    unique_id: smart_thermostat_kokken
    heater: input_boolean.heater_kokken
    target_sensor: sensor.temperature_kokken
    target_temp: 20
    keep_alive:
      seconds: 60
    away_temp: 17
    kp: 5
    ki: 0.01
    kd: 500
    min_cycle_duration: 00:05:00
    min_off_cycle_duration: 00:05:00
  - platform: smart_thermostat
    name: Smart Thermostat PID Stue
    unique_id: smart_thermostat_stue
    heater: input_boolean.heater_stue
    target_sensor: sensor.temperature_stue
    target_temp: 20
    keep_alive:
      seconds: 60
    away_temp: 17
    kp: 5
    ki: 0.01
    kd: 500
    min_cycle_duration: 00:05:00
    min_off_cycle_duration: 00:05:00
  - platform: smart_thermostat
    name: Smart Thermostat PID TV Stue
    unique_id: smart_thermostat_tvstue
    heater: input_boolean.heater_tvstue
    target_sensor: sensor.temperature_tvstue
    target_temp: 20
    keep_alive:
      seconds: 60
    away_temp: 17
    kp: 5
    ki: 0.01
    kd: 500
    min_cycle_duration: 00:05:00
    min_off_cycle_duration: 00:05:00

@ScratMan
Copy link
Owner

What is the HA version?

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

2 participants