home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.3k stars 30.61k forks source link

Unable to Change Temperature #78252

Closed lohannasberg closed 1 year ago

lohannasberg commented 2 years ago

The problem

Starting with 2022.9.1, I am unable to change the temperature within the "More Info" of an entities card. This specific instance is using both the Ecobee integration, and HomeKit integration. Both have the same issue.

Changing the temperature from the "Climate" lovelace card works as intended.

Not working in 2022.9.2 & 2022.9.1 Capture

Working in 2022.8.4: image

Found two additional posts with the same issue: https://reddit.com/r/homeassistant/comments/x9ifl7/lost_ability_to_change_thermostat_temp/ https://community.home-assistant.io/t/nexia-thermostat-problem-in-2022-9-0/458415

What version of Home Assistant Core has the issue?

2022.9.2 2022.9.1

What was the last working version of Home Assistant Core?

2022.8.4

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Climate

Link to integration documentation on our website

(https://www.home-assistant.io/integrations/climate/)

Diagnostics information

Logs from Community post:

2022-09-07 22:43:22.633 INFO (SyncWorker_5) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2022-09-07 22:43:22.777 INFO (MainThread) [homeassistant.setup] Setting up climate 2022-09-07 22:43:22.780 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2022-09-07 22:43:22.813 INFO (MainThread) [homeassistant.setup] Setting up nexia 2022-09-07 22:43:22.813 INFO (MainThread) [homeassistant.setup] Setup of domain nexia took 0.0 seconds 2022-09-07 22:43:22.843 INFO (MainThread) [homeassistant.components.climate] Setting up climate.mqtt 2022-09-07 22:43:22.901 DEBUG (MainThread) [nexia.home] POST: Calling url https://www.mynexia.com/mobile/accounts/sign_in with headers: {'X-AppVersion': '6.0.0', 'X-AssociatedBrand': 'nexia'} and payload: {'login': 'XXXXXX', 'password': 'XXXXXXXX', 'children': [], 'childSchemas': [], 'commitModel': None, 'nextHref': None, 'device_uuid': '3200cf7a-a417-49c4-8fe8-6e4d858099e3', 'device_name': 'Home', 'app_version': '6.0.0', 'is_commercial': False} 2022-09-07 22:43:25.114 DEBUG (MainThread) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/accounts/sign_in: <StreamReader 157 bytes eof> 2022-09-07 22:43:25.114 DEBUG (MainThread) [nexia.home] POST: Calling url https://www.mynexia.com/mobile/session with headers: {'X-AppVersion': '6.0.0', 'X-AssociatedBrand': 'nexia', 'X-MobileId': '2766751', 'X-ApiKey': 'a2a615446a7b8b4cf2517887e24a3a31'} and payload: {'app_version': '6.0.0', 'device_uuid': '3200cf7a-a417-49c4-8fe8-6e4d858099e3'} 2022-09-07 22:43:25.444 DEBUG (MainThread) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/session: <StreamReader 3159 bytes eof> 2022-09-07 22:43:25.445 DEBUG (MainThread) [nexia.home] GET: Calling url https://www.mynexia.com/mobile/houses/1382988 2022-09-07 22:43:25.729 DEBUG (MainThread) [nexia.home] GET: RESPONSE https://www.mynexia.com/mobile/houses/1382988: response.status 200 2022-09-07 22:43:25.730 DEBUG (MainThread) [nexia.thermostat] Updated thermostat_id:2622029 with new data from post 2022-09-07 22:43:25.730 DEBUG (MainThread) [nexia.zone] Updated thermostat_id:2622029 zone_id:83583161 with new data from post 2022-09-07 22:43:25.732 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nexia 2022-09-07 22:43:25.733 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.nexia 2022-09-07 22:43:25.735 INFO (MainThread) [homeassistant.components.climate] Setting up climate.nexia 2022-09-07 22:43:25.736 INFO (MainThread) [homeassistant.components.scene] Setting up scene.nexia 2022-09-07 22:43:25.737 INFO (MainThread) [homeassistant.components.switch] Setting up switch.nexia

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

recklessnl commented 2 years ago

I was having the same issue but today's update (2022.9.4) fixed it for me, try updating.

allout58 commented 2 years ago

It's still broken for me on 2022.9.4 with the 20220907.2 Frontend

codyrally commented 2 years ago

Same here, I'm still on 2022.6, each time I try an update .8.5 .9.2, my thermostats become unresponsive. I have 3 aircons all networked and work really well. Seems to be something to do with Python 3.10 but I'm struggling to work out how to fix it.

allout58 commented 2 years ago

And now magically this morning it works. I haven't restarted since updating to the .4 release, and it didn't work immediately after the upgrade, so I have no clue what changed

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.