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

Air conditioning settings incorrect #56

Closed
achedrien opened this issue Nov 18, 2024 · 7 comments
Closed

Air conditioning settings incorrect #56

achedrien opened this issue Nov 18, 2024 · 7 comments

Comments

@achedrien
Copy link

My air conditioning is connected to home assistant with ha-switchbot and used to work great. I have automatisation that turn them on at the desired temperature when I get back home and off when I leave. Since one week, whatever temperature and setting I choose, the air conditioning turn on, set to cold 25°c. Might be related to HA version 2024.11.2

What is weird is that I can correctly set the temperature and heating mode on the switchbot app.

@KiraPC
Copy link
Owner

KiraPC commented Nov 18, 2024

Hello, can you provide debug logs so I can check what is sent to the switchbot api?

@Mik-86
Copy link

Mik-86 commented Nov 18, 2024

I have the same problem with the official Switchbot integration. Any command sets the climate to 25° cold.
I was about to use yours, but apparently the problem is the same. From a proprietary app everything works normally.

@KiraPC
Copy link
Owner

KiraPC commented Nov 18, 2024

I have the same problem with the official Switchbot integration. Any command sets the climate to 25° cold.
I was about to use yours, but apparently the problem is the same

So there could be an issue with the APIs.

I didn't know the offiacial switchbot integration support the remote

@achedrien
Copy link
Author

achedrien commented Nov 19, 2024

Here is a log where i turn off and switch back on:

2024-11-19 08:01:42.813 DEBUG (SyncWorker_4) [custom_components.switchbotremote.client.remote] Sending command turnOff
2024-11-19 08:01:42.813 DEBUG (SyncWorker_4) [custom_components.switchbotremote.client.remote] Command payload {'commandType': 'command', 'command': 'turnOff', 'parameter': 'default'}
2024-11-19 08:01:42.813 DEBUG (SyncWorker_4) [custom_components.switchbotremote.client.client] Calling service https://api.switch-bot.com/v1.1/xxxxx/commands
2024-11-19 08:01:43.858 DEBUG (SyncWorker_4) [custom_components.switchbotremote.client.client] Call service https://api.switch-bot.com/v1.1/xxxxx/commands OK
2024-11-19 08:01:47.249 DEBUG (SyncWorker_6) [custom_components.switchbotremote.client.remote] Sending command setAll
2024-11-19 08:01:47.249 DEBUG (SyncWorker_6) [custom_components.switchbotremote.client.remote] Command payload {'commandType': 'command', 'command': 'setAll', 'parameter': '19.0,5,1,on'}
2024-11-19 08:01:47.249 DEBUG (SyncWorker_6) [custom_components.switchbotremote.client.client] Calling service https://api.switch-bot.com/v1.1/xxxxx/commands
2024-11-19 08:01:48.076 DEBUG (SyncWorker_6) [custom_components.switchbotremote.client.client] Call service https://api.switch-bot.com/v1.1/xxxxx/commands OK

@KiraPC
Copy link
Owner

KiraPC commented Nov 19, 2024

Ok,

As I thought is a API related issue.

OpenWonderLabs/SwitchBotAPI#364

Let's monitor that issue on the switchbot official repository.

@tmjramalho
Copy link

tmjramalho commented Dec 3, 2024

Hi there!
Just updated do the latest version of ha-switchbot-remote on my home assistant, and my AC's are now working great through the switchbot remotes.
Everything is working fine, setting temperature, fanspeed and HVAC mode.
It was a long wait, but now all works good!
Thanks!

note: the OpenWonderLabs is still not working..... but.... who cares now, right?

@KiraPC
Copy link
Owner

KiraPC commented Dec 3, 2024

Hi there! Just updated do the lates version of ha-switchbot-remote on my home assistant, and my AC's are now working great through the switchbot remotes. Everything is working fine, setting temperature, fanspeed and HVAC mode. It was a long wait, but now all works good! Thanks!

note: the OpenWonderLabs is still not working..... but.... who care now, right!

Yeah, thanks to @MrXANA91 :)

@KiraPC KiraPC closed this as completed Dec 3, 2024
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