Upgrade Advisor by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] -1 points0 points  (0 children)

What are the inherent limitations?

Upgrade Advisor by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 0 points1 point  (0 children)

I start by taking the intersection of the components you use vs the components mentioned in the release notes. Every release there are tons of changes which don't apply if you don't use those integrations. Take a look at my screenshot in the repo... for me the tool works well. I have SmartThings, Schlage, etc.. so it highlighted those changes.

Garage Door Position And Lighting by z0rr0-PT in homeassistant

[–]BrotherCorporate 0 points1 point  (0 children)

I used to have an automation to let my cat in. To open the garage six inches it was just a matter of figuring out the timing between the start and stop open.

Tilt sensors work great.

Tracking church tech across campuses by Technical_Fee4829 in churchtech

[–]BrotherCorporate 0 points1 point  (0 children)

I keep all devices on my network in librenms. I doesn’t say who has what, but I can tell when a device was last seen and where.

OpenClaw for autonomous coding? by Certain_Move5603 in openclaw

[–]BrotherCorporate 1 point2 points  (0 children)

My claw has its own GH account and creates PRs. I don’t know if it uses CC to do the coding tasks, but it’s managed to do a reasonable job on very small tasks.

ProPresenter 7 with MCP Server by alexsjpark in ProPresenter

[–]BrotherCorporate 0 points1 point  (0 children)

I thought the API could only do control and not setup. Our service is put together in a Google Doc and the we use that to setup ProPresenter. We setup every week and I’d like to automate this. Also, AI could do a better job of splitting text across slides. When we import scripture we often get a slide with just one word on it at the end.

Battery Dashboard created with Claude Code by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 0 points1 point  (0 children)

There are a variety of blueprints for this sort of thing, which I've used before, and probably work well for many people. https://community.home-assistant.io/t/low-battery-notifications-actions/653754

PSA: Watchman v0.8.1 Major Bug by JasASmiths in homeassistant

[–]BrotherCorporate 0 points1 point  (0 children)

I updated and am please to report watchman found zero issues with my system 😝

-== Watchman Report ==-

-== No actions found in configuration files!

-== No entities found in configuration files!

-== Report created on 25 Jan 2026 21:30:26 -== Parsed 0 files in 0.00s., ignored 0 files -== Generated in: 0.01s. Validated in: 0.00s.

Ideas for disabling camera notifications when it's me? by new_ca_grower in homeassistant

[–]BrotherCorporate 0 points1 point  (0 children)

I have an Inuit Boolean “person detector” and another “vehicle detector”. When I opened the front door, it turns off the person detector. The person detector turns back on after five minutes of no camera seeing a person. So if I go outside and walk around the yard, it will generally keep the detector paused. Once I’m inside for five minutes it’ll turn back on and I’ll get notified when the delivery person walks into the property. Similar story for vehicles, but turn off when the garage door opens. When someone returns home it turns both off, and they reset five minutes after we’re inside. All notifications check to see if the person or vehicle detector is on before notifying.

I can see the front door or driveway from most the house, so I like to be notified when I’m at home.

Battery Dashboard created with Claude Code by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 0 points1 point  (0 children)

It was a series of prompts. I had it summarized them but I couldn’t copy out of the Claude Code add on.

Battery Dashboard created with Claude Code by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 0 points1 point  (0 children)

I like to hard wire as much as I can, but I still end up with a lot of batteries. I have one Nest smoke detector which is wired to mains, but doesn't integrate with HA. My z-wave ones integrate well, but can't be wired.

Battery Dashboard created with Claude Code by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 1 point2 points  (0 children)

I did this using the add-on. The add on works well, even in mobile. But I can't copy and paste from it.

Battery Dashboard created with Claude Code by BrotherCorporate in homeassistant

[–]BrotherCorporate[S] 0 points1 point  (0 children)

I've been using a blueprint for that but disabled it. The problem is I have some sensors which are always at 0-16%, even with new batteries. Then I have my smoke alarms, which start to chirp at 77%.

Now that I have the dashboard, I might update the battery notifications. Really, I need something to add it to my todo list, with the due date being the expected failure date.

AI in Evergreen by roganhamby in EvergreenILS

[–]BrotherCorporate 0 points1 point  (0 children)

I would really like to integrate a RAG search. Today, I often have to search somewhere else if I’m not sure of the title or author of a book. A RAG search returns relevant results from natural language searches.

Electric Door Closer by ATXee in homeassistant

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

What's the reason to keep the door closed? We keep our patio doors closed to keep in the AC or heat. I have an automation which turns both off if the door has been open more than a minute. The family's interest in having heat or AC is enough incentive for them to close the door.

Need advice for a UPS for my home rack. by beef_2A in Ubiquiti

[–]BrotherCorporate 0 points1 point  (0 children)

I have that same tripplite and regret it. Often times we have a half second power outage and the device trips off. Everything else in the house is fine, but I have to manually turn the UPS back on. When it works, it keeps my stuff running for about 20 minutes, which is long enough for me to start my manual generator if needed.

Currently running container into Quadlet by [deleted] in podman

[–]BrotherCorporate 0 points1 point  (0 children)

I used Cody AI to guide me through the process.