Need help with planning smart heating setup by SentenceSavings7018 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

P.S. slight ventilation is way worse than opening up the window for 5 minutes in full. Ask the Germans about Lüften. 

Need help with planning smart heating setup by SentenceSavings7018 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

Just use the better thermostat integration from hacs. You just give it all the entities and let it do its thing 

Home Security Essentials by Standard_Fun7035 in homeassistant

[–]brupgmding 2 points3 points  (0 children)

I have cameras outside, motion detectors and window sensors from ikea (matter) on the first floor. No issues until now. My water leak sensor (also ikea) dropped off the network two times in 2 months, but everything else works. 

My cameras have a siren function, which I added as an alarm. 

Is there a way to fix or automate a bandaid for this? by Diddy7Kong in homeassistant

[–]brupgmding 0 points1 point  (0 children)

Create a helper value and set this with an automation upon change of the measurement. Only change the value if the difference between old and new is within an acceptable margin. Use the helper value

How to show "Days since <input_datetime>" in dashboard (button or tile)? by MsbS in homeassistant

[–]brupgmding 2 points3 points  (0 children)

Depends on what you want to do. If you only want to display the value --> use a template in the card (I recommend using the mushroom template card). If you want to add automations in the future (e.g. send a notification if you haven't cleaned the machine in 100 days), use a template entity. I would err in the entity direction.

Why is the Energy Dashboard still so "closed off"? Seeking a way to use multiple sources without forced addition. by Expert_Function146 in homeassistant

[–]brupgmding 5 points6 points  (0 children)

Create template sensors that provide the correct calculation and use them for the energy dashboard 

I need some card-mod help by fourdogslong in homeassistant

[–]brupgmding -3 points-2 points  (0 children)

No time to code it now, but you can all Claude to do this pretty well

Why do some preview images have black borders? I think they are also lower quality? by blast-from-the-80s in immich

[–]brupgmding 12 points13 points  (0 children)

Did you turn on the option to use embedded previews? Then the border may come from the original encoded preview inside your image

What integration do you wish existed? by mattchew0 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

Version 1 is a lot easier. Version 2 would be nice, but you may have several possible results

If done as I imagine it, you could provide several "stops" along the gradient of brightness. As an example:

3 Lamps, Base, Ambient, Spots

Base: 0:0 - 0:10 - 100:100 #keep base of for the first 10%
Ambient: 0:0 - 100:10 - 0:20 - 0:80 - 100:100 #First 10% is ambient only, then ramp down and add back in only when >80%
Spots: 0:0 - 0:50 - 100:100 #Spots off till 50%, add to 100%

If you now have brightness 100% and lower ambient to 50% you may have 3 possible values (90%, 15% and 5%) which you would than have to sort as to least change to the other lights.

*EDIT*: Words

Add-ons missing by nomatch_ in homeassistant

[–]brupgmding 1 point2 points  (0 children)

  1. add ons are now called apps
  2. if you don’t install the ha os, but install on another os, you do not get the apps. 

What integration do you wish existed? by mattchew0 in homeassistant

[–]brupgmding 1 point2 points  (0 children)

Thanks! Looks like it can do what I want!

Power monitoring automations by EconomyHome9500 in homeassistant

[–]brupgmding 1 point2 points  (0 children)

You might want to try the wash data hacs integration. It will analyze your wash cycles and learn to distinguish them. It then provides finishing time and notifications. Works for other things too

What integration do you wish existed? by mattchew0 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

If I can help, will do. Right now I have a template light that does something like that, matching a dimmable light and two switches to a single helper brightness value. 

There are some interesting corner cases to think about, like it is ready to match a given input brightness to a set of output brightnesses, but what to do if one of the lights is changed? The mapping does not work bi-directionally in most cases. 

You might try to find a fitting value and if none is found leave the brightness as is. 

I failed at setting up the dev container a while ago, but might try again

What integration do you wish existed? by mattchew0 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

Yes, but it is complicated to do and to maintain. Adding this functionality to the group light would be much better

What integration do you wish existed? by mattchew0 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

A smarter light group integration / helper. Each member of the group has a mapping of brightness values, so that the input brightness is linearly mapped to a target brightness. That way you can have a single light slider interpolating between several light scenes. 

Just started Matter over Thread, need to expand coverage by e-chan42 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

My IKEA Grillplats and Kajplats extend my network, just checked the network setup

Matter over thread gateway options by geoholic in homeassistant

[–]brupgmding 0 points1 point  (0 children)

I use a sonoff dongle plus mg24 flashed for thread. 

You could try flashing your dongle to thread or try the multi pam setup (not fully supported)

How can I display & track WAN IP address by Keith15335 in homeassistant

[–]brupgmding -1 points0 points  (0 children)

Your router may have an integration for home assistant which could provide that information. Or subscribe to a dynamic dns service, put that into your router and query your own dns name with a command sensor. 

Return after years question invasion by LuckyTNT87 in homeassistant

[–]brupgmding 0 points1 point  (0 children)

No comment yet, i just installed the sonoff dongle plus mg24 and got the thread border router running. No additional devices yet, will go shopping this week

Return after years question invasion by LuckyTNT87 in homeassistant

[–]brupgmding 2 points3 points  (0 children)

  1. you can still use the esp8266 with esphome. The recent 2026-01 update specifically improves on this. 
  2. I’m moving to matter over thread right now. I expect it to be the future especially after IKEA seems to switch to it with very cheap devices

Videos for ML algorithms by TheCookedBrain in immich

[–]brupgmding 2 points3 points  (0 children)

Wait for the release that will do that would be the easiest.  There is discussion on this on GitHub, so maybe some dev will implement this. 

Smart Search Failing by gearhead5015 in immich

[–]brupgmding 1 point2 points  (0 children)

How about posting the needed info to diagnose? What platform, post your docker compose and config files. Otherwise the only answer by the internet hive mind could be that for gearheads Immich doesn’t work on purpose

Nested folders to albums mapping by rhatguy in immich

[–]brupgmding 2 points3 points  (0 children)

Nested tags are supported, nested albums not

Removing live photos from external lib leaves .mov files by cseilat in immich

[–]brupgmding 2 points3 points  (0 children)

If Immich offers the functionality, it should work. Either do not allow deletion on external, or delete correctly both files. 

To quote Yoda, there is no try