this post was submitted on 30 Sep 2025
26 points (96.4% liked)

homeassistant

16412 readers
96 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

Currently, I have an automation that turns on my air conditioner for 37 minutes, every 3 hours. However, during that time, I cannot do anything like update, HAOS, etc. Because it breaks the timer, and then I have to manually shut it off.

you are viewing a single comment's thread
view the rest of the comments
[–] shortwavesurfer@lemmy.zip 1 points 5 days ago (1 children)

So my automation actions now read, turn on device, start the timer that has 37 minutes programmed into it. The delay for 37 minutes that I had before is now disabled, and then turn off device.

If I'm understanding correctly, now that I should turn on the device, start the timer, wait for the timer to finish, and then turn the device off.

[–] mhzawadi@lemmy.horwood.cloud 1 points 5 days ago (1 children)

kind of, why 37 minutes? if you can turn it on and off, why not use a temperature sensor to see if its too hot and turn it on till it gets cold

[–] shortwavesurfer@lemmy.zip 1 points 5 days ago* (last edited 5 days ago)

Because currently I don't own a temperature sensor. I plan to own one in the future, but at this moment I do not own one.

Edit: Also, that did not work. I believe it started the timer, but then it did not wait for the timer to finish. It just continued right on with the list of actions and turned off the device again.