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

Set temperature in automations #271

Open
SgtFlippy opened this issue Feb 7, 2024 · 3 comments
Open

Set temperature in automations #271

SgtFlippy opened this issue Feb 7, 2024 · 3 comments

Comments

@SgtFlippy
Copy link

Hi, after a while I succeeded in integrating my 3 Fujitsu (FGlair), so thank you for that!

I thought everything worked, but then my penny dropped, the schedule I set in the app won't run now they are no langer connected to WAN. So I figured I'd make an automation out of it. But I can't set a temperature, I can only set the mode (heat, cool, auto, ...).

So now I'm afraid it's a bit useless if I can't set a temperature. Or am I missing something?

@kevtuning
Copy link

you can use CLIMATE.SET_TEMPERATURE to give a target temperature

it's described in the climate doc https://www.home-assistant.io/integrations/climate/

On my side, I use automations only (trough Node-red... but the same services are called) to manage my Fujitsu ...

@SgtFlippy
Copy link
Author

Thanks, I managed with a script! I'm rather new to home assistant.

Next issue is my schedules are set to the AC unit itself, those don't seem to run in the cloud. But even when disabling the integration and opening their network again, I can't change the schedule anymore. But I guess fully beginning again should fix that.

@kevtuning
Copy link

Sorry, I have never tried to use schedule on the AC...

I simply use input_datetime to configure wake-up, sleep times .. and from there (and other parameters like my location, time to travel home, etc) I do some calculation based on the current temperature to decide when to heat or cool...

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