Home Assistant

412 readers
1 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...

founded 2 years ago
MODERATORS
951
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/Khaaaaannnn on 2025-04-16 00:18:48+00:00.

952
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/kipperzdog on 2025-04-15 20:31:43+00:00.


I'm away for a few days and decided to run some updates on by HA server since I was bored in a seminar. Never been a problem but hit the button to upgrade from the OS from 15.0 to 15.2 and now my machine is offline and not responding to any magic packets.

Finally learned my lesson, no updates when out of town. Fortunately nearly every other service I self host runs on my unraid server so I still have access to the stuff my family cares about.

953
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/shlomoww on 2025-04-15 18:48:35+00:00.


So my wife (who doesn’t care much about tech) knew I’m into smart home stuff ordered blinds for our home and additionally randomly ordered motor – the Somfy one, to be exact. She said, “I heard you say Zigbee a lot, so I picked that one” 😂 I think this is the model

Super sweet of her – but I haven’t done any research on this brand or model. Before I open anything, does anyone know if Somfy Zigbee motors are any good? Are they easy to integrate into Home Assistant? Can they work without the Somfy hub and can be paired just through z2m?

Or should I just cancel the motor part and go for something more HA-friendly? I don’t mind tinkering a bit, but I’d prefer something that “just works” if possible.

Would love to hear your thoughts! Thanks

954
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/TrousersCalledDave on 2025-04-15 20:36:25+00:00.


I just thought it might be fun, inspiring, or even helpful to share those times where you've had an automation that just wouldn't work as intended and the moment of glee when the reason/solution pops into your head. This is inspired by me finally fixing an automation after 3 months!

I'll cut to the chase and include only the salient parts of the automation (in Node Red).

At sunset, switch on kitchen lights, full brightness. There's a PIR sensor connected to a delay trigger node. This node waits 10 minutes before calling further action. If anyone steps into the kitchen during these 10 minutes, the countdown is reset meaning the lights will never dim when there's kitchen activity. If the countdown reaches 0, i.e. no one has been in the kitchen for 10 minutes, I then transition one of the 2 bulbs to off, and the other to 25% over the period of about 5 minutes, to save electricity. If the PIR gets triggered during the transition it calls a scene setting them both back to 100%.

This all works great. When fully transitioned the kitchen is dim but still bright enough to step into and see where you're going until the bright scene kicks back in.

At the end of the evening the lights turn off either via a ZigBee button, or if it's 2AM and the downstairs TV isn't on. When you press the ZigBee button you see the kitchen lights switch off.

However, without fail when I went downstairs in the night or the next morning, one of the bulbs was always on, at 25%! I couldn't figure out why so I ended up just firing off a few time events - at 3AM, 4AM, 5AM, 6AM, if kitchen group is on, turn off. It worked but didn't address why it was happening.

My flow was as follows:

Kitchen PIR ON > If ceiling lights ON > Get brightness > If both not 100%, call bright scene > Otherwise set 10 minute delay trigger (or retrigger) > Start light transitions when/if delay reaches 0.

I was adamant that something else was triggering the light to turn on. Afterall my automation checks IF CEILING GROUP LIGHTS ARE ON. When I press the button, I see both lights turning off! Therefore the next time the PIR is triggered, the condition is false, it shouldn't switch the lights back on.

Then it finally dawned on me... Even though the lights are off, I'm still inside an active loop! That is, the PIR will no longer trigger the automation, but it's still going to wait for 10 minutes and then call the light transition (which uses light.turn_on). So the light is ALWAYS turning on 10 minutes after I switched it off before bed. One transitioned to off, the other to 25%.

So the simple solution was - check the state of the light group again before calling the transition! It seemed counterintuitive to me since I just checked their state in a previous node, which is why I missed it so many times! Now I'm aware of the issue I could make the automation more efficient by also stopping the trigger counting down as it's then unnecessary.

Tl;dr:

I just wanted to share my experiences with a troublesome automation and how I solved it, and if others had stories to share. Also, if you can't figure out why lights or other devices might be turning on when not intended, CHECK ANY DELAYS OR LOOPS in the automation, they might still be running after you've stopped an event triggering the automation!

955
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/Objective_Living7936 on 2025-04-15 18:26:40+00:00.

956
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/martinr7b on 2025-04-15 12:43:07+00:00.

957
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/shoguevara on 2025-04-15 12:01:11+00:00.


Never found a good pace to list them all, but I noticed that there's a small number of them listed in Hidden addons gems you use and love?

So, I decided to expand it with a list of mine and ask ya'll to participate

Here's my list (Repo Name, Repo Link, highlighted addon):

Adam Outler's addons; ; Run On Startup.d (allows to create all sorts of autolaunching tasks)

Troy Kelly's Add Ons; ; Let's Encrypt with Lexicon (a giant list of dynDNS providers and SSL providers supported for auto-SSL reniew)

Here are the ones I use/used, but also listed in the OP:

Home Assistant Google Drive Backup; ; Home Assistant Google Drive Backup Repository

Home Assistant Add-on: Zigbee2mqtt;

Zigbee2mqtt Assistant;

AlexxIT addons repository; ; I think this was for SonoffLAN, but that one lives in the HACS now

Hass.IO add-on repository by danielperna84; ; Configurator (not using, since fully switching to VCS integration)

Poeschl Home Assistant Add-ons; ; Not currently using, but has a bunch of useful one

Additions from u/kb0:

Bonus (from the referred post):

Adding a link to awesome ha section

958
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/ChazyChaxxx on 2025-04-15 07:13:09+00:00.

959
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/dudzio1222 on 2025-04-15 07:06:32+00:00.

960
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/truedef on 2025-04-15 03:41:34+00:00.

961
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/CossacKing on 2025-04-15 02:55:19+00:00.

962
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/gyto3 on 2025-04-14 20:02:34+00:00.

963
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/thegoodstuff on 2025-04-14 18:08:34+00:00.

964
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/chickensh1t on 2025-04-14 15:38:44+00:00.

965
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/No-Writer6381 on 2025-04-14 17:55:33+00:00.

966
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/free_churros on 2025-04-14 14:48:52+00:00.

967
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/tlanfer on 2025-04-14 09:56:02+00:00.

968
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/bdcp on 2025-04-14 09:27:40+00:00.

969
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/PM_ME_STEAM__KEYS_ on 2025-04-14 01:06:14+00:00.

970
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/LowSkyOrbit on 2025-04-13 14:22:51+00:00.


I prefer Zigbee but Matter or Zwave is okay too. I just didn't expect Inovelli to increase prices so soon.

971
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/Sord1t on 2025-04-13 18:45:43+00:00.

972
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/PersonalJ on 2025-04-13 14:59:18+00:00.

973
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/streetastronomy on 2025-04-13 11:10:20+00:00.

974
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/kennyboy55 on 2025-04-13 14:39:53+00:00.

975
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/A-ERANIL on 2025-04-13 12:34:55+00:00.

view more: ‹ prev next ›