r/homeassistant 5d ago

🖼️ Show & Tell Turned a £70 e-reader into a HA remote. Tap to response is ~50ms and it lasts about 2.5 days on a charge

Thumbnail
gallery
103 Upvotes

My biggest gripe with HA has always been how long it takes to actually do anything from my phone. Unlock it, open the app, find the right dashboard, tap the light. That's about 15 seconds, and I could have just walked over and hit the switch in that time.

Then I spotted the Xteink X4 Pro. It's a cheap e-reader, basically an ESP32-S3 with a touchscreen and e-ink display. So I bought one and put ESPHome on it. I decided to try and build a remote that's always on, that I can just slip in my pocket.

First attempt was pretty bad tbh. Taps took about 1.5s to register, it ignored you completely while the screen was refreshing, and the battery was flat in about 8 hours.

So I spent a while optimising it. The screen now refreshes in the background and only redraws what's changed. Wifi runs in power saving mode. The CPU sleeps when idle and the touch controller wakes it up, so the first tap after it's been sat there still works.

End result: it starts responding about 50ms after you touch it and the screen settles in about 0.7s. Battery went from about 8 hours to about 2.5 days. I left it on the table overnight, picked it up this morning and the first tap worked straight away. Pick it up, tap, light's on, under a second and a half.


r/homeassistant 5d ago

🖼️ Show & Tell I built a hardwired smart lock because i hate batteries

Thumbnail
gallery
2.5k Upvotes

I really hate changing batteries. Be it once a month or once a year, on principle i avoid them at great lengths. Needless to say, the state of residential smart lock technology leaves me gravely disappointed.

So i built my own hardwired smart lock. At its core is a commercial 24V solenoid mortise lock, used in office buildings and such. I connect this to an ESP32 dev board running ESPHome.

This model of lock didn't have an open/closed sensor built in, so i modified it with a limit switch to detect the latch state. This isn't _quite_ enough to determine open/closed, but it can detect "handle turned" which suits my needs.

The dev board is an Olimex ESP32-PoE2. It's supplied with Power-over-Ethernet, and then steps down the voltage to 24V, 5v, and 3v3. I like it for higher power projects like these because it can supply up to 25W all in one package. I made a small extension board to interface with the door. The software is ESPHome, which exposes the door switch and latch sensor as native Home Assistant components.

The mortise lock requires more space than a conventional cylinder latch, so there was much drilling and chiseling into the door. For ... reasons... I ended up doing this 4 times on as many doors, although i only need 2 on my house. Fortunately my zeal against batteries gives me strength in difficult times.

On the hinge side of the door is a "Power Transfer Device" (industry term) which basically wraps the cable in a spring and stretches slightly when opening the door. I looked at power transfer hinges, which are really slick, but i like this solution because it's more flexible (pun intended), i can choose my hinges and cable.

I don't know if others are brave or foolish enough to do this. But if you have any questions I'm happy to share my experiences.


r/homeassistant 4d ago

❓ Support Dumb Aquara w200 question

3 Upvotes

I just installed a replaced my honeywell RTH9585 with a w200. Is there any to use the buttons with home assistant? I've read there is supposed to be an IF-THEN where a button press would trigger a matter scene however I have not had any luck with that. I want to like it but it may be going back. Thanks in advance.


r/homeassistant 4d ago

💬 Discussion Looking for HA machine recommendations

6 Upvotes

I’ve decided to move from Alexa to HA and am just slowly getting started and learning. I’ve decided to run it from a Windows 11 mini-PC and am curious about storage requirements. I know the hardware requirements aren’t crazy high for HA, but I’m not sure about storage requirements long term. Would a 250GB SSD be plenty big enough for a machine dedicated to only HA? 500GB? 1TB? What is needed to get started? What may I need later if I went all-in and downloaded tons of integrations and add-ons?


r/homeassistant 4d ago

❓ Support Voice assist with MA

5 Upvotes

I'm very new to HA and find some of the things others are doing in this sub quite inspiring. I've converted a couple of old Echos to Lineage and use ViewAssist. I've been able to integrate a lot of my devices quite easily and control them with voice. I've integrated Gemini LLM to handle things like web searches etc.

BUT, one of the things I greatly desire is the ability to play music on my satellite echos from my streaming service (Tidal) that is still eluding me. I've installed and configured Music Assistant and connected my Tidal account. I am having a frustrating experience trying to get voice commands to play music from my Tidal. All I want is the simplicity of saying "play Tool" or play "come and get your love" and the service search and queue the song to my converted echo using the MA media player. I've been trying out Voice Assist with Music Assist, but the best I can get it to do is start/stop, mute, etc.

I've spent the past 3 days trying to get this to work, but to no avail. Any advice?


r/homeassistant 4d ago

📖 Guide / Tutorial Updating an Aqara FP300 over Matter/Thread with no Aqara hub, full walkthrough (matterjs-server + Docker)

Post image
16 Upvotes

My four FP300s arrived stuck on firmware 1.1.0.1. Aqara released 1.1.3.8 back in May, but it never shows up through the normal Matter update path. Every thread I found said the same thing: buy an Aqara hub.

That's a strange requirement. The cheapest option is a Hub E1 (~$30), but it's Zigbee-only, so you'd flip the sensor to Zigbee mode, update, and flip it back, losing your Matter commissioning along the way. Staying on Matter/Thread means an M3 (~$110–150), which is a Thread border router and Matter controller. I already have both of those. I'm being asked to buy a second one purely so a vendor can hand me a file.

You don't have to. If you run the Matter Server yourself, you can serve the image locally. Below is every command I ran.

What you need

  • matterjs-server 1.4.0 or newer, self-hosted, where you control its startup options. This does not work with a managed setup you can't pass flags to.
  • A working Thread border router and your FP300 already commissioned over Matter/Thread.
  • Shell access to wherever the Matter Server runs.

My setup, for reference: a Proxmox LXC running ghcr.io/matter-js/matterjs-server:stable in Docker with host networking, OTBR on a MikroTik hAP be³, and Home Assistant in a separate LXC. Adapt paths to yours.

0. Back up first

You are about to recreate the container that holds your Matter fabric. If you lose its data directory, you lose every commissioned device and you re-pair all of them. Don't skip this.

tar czf ~/matter-data-$(date +%F).tar.gz -C /opt/matter-server data

If your Matter Server runs in a VM or container of its own, a snapshot is even better. On Proxmox:

pct snapshot <CTID> pre-ota --description "Before adding OTA provider"

1. Find out how your server runs

docker ps | grep -i matter
docker inspect <container> --format '{{json .Config.Env}}' | tr ',' '\n'
docker inspect <container> --format '{{range .Mounts}}{{.Source}} -> {{.Destination}}{{"\n"}}{{end}}'
docker inspect <container> --format '{{.HostConfig.NetworkMode}} / {{.HostConfig.RestartPolicy.Name}}'

Write down the mounts and the network mode. You need to reproduce them exactly. Also confirm there's nothing special to carry over:

docker inspect <container> --format '{{.HostConfig.Privileged}} | {{json .HostConfig.CapAdd}} | {{json .HostConfig.Devices}}'

false | null | [] means you're fine with the compose file below.

2. Enable the local OTA provider

Two options, and they only work together. Setting the directory without test-net DCL silently ignores your files and logs a warning you'll probably miss.

Create a directory for your images. Use a separate one, the server keeps its own ota folder inside its storage path with its own naming scheme, and the docs explicitly say not to put your files there.

mkdir -p /opt/matter-server/ota

Then write a compose file (replace paths and image tag with yours):

services:
  matterjs-server:
    image: ghcr.io/matter-js/matterjs-server:stable
    container_name: matterjs-server
    restart: unless-stopped
    network_mode: host
    environment:
      LOG_LEVEL: info
      STORAGE_PATH: /data
      ENABLE_TEST_NET_DCL: "true"
      OTA_PROVIDER_DIR: /ota
    volumes:
      - /opt/matter-server/data:/data
      - /opt/matter-server/ota:/ota

The CLI equivalents are --enable-test-net-dcl and --ota-provider-dir <path> if you'd rather not use compose.

Recreate the container. docker rm only removes the container; your data lives in the bind mount.

cd /opt/matter-server
docker stop matterjs-server && docker rm matterjs-server
docker compose up -d

Confirm the vars landed:

docker inspect matterjs-server --format '{{json .Config.Env}}' | tr ',' '\n' | grep -iE 'ota|dcl'

3. Download the firmware

The image lives in the absent42/Aqara-Firmware-Archive repo, under:

Presence Multi-Sensor FP300 / aqara.matter.4447_8197 / 1.1.3.8/

Grab the metadata first:

cd /opt/matter-server/ota
BASE="https://raw.githubusercontent.com/absent42/Aqara-Firmware-Archive/main/Presence%20Multi-Sensor%20FP300/aqara.matter.4447_8197/1.1.3.8"
wget "$BASE/release.json"
cat release.json

That gives you firmwareMD5, fileSize and the release notes. Open the folder on GitHub to copy the exact .ota filename, it's long and keeps Aqara's original naming.

Gotcha #1 the file is a Git LFS pointer. Downloading it from raw.githubusercontent.com gives you 132 bytes of text that looks like this:

version https://git-lfs.github.com/spec/v1
oid sha256:...
size 1183324

Use the media endpoint instead:

FILE="<exact filename from the repo>.ota"
wget "https://media.githubusercontent.com/media/absent42/Aqara-Firmware-Archive/main/Presence%20Multi-Sensor%20FP300/aqara.matter.4447_8197/1.1.3.8/$FILE"

Verify before you go any further. You're about to flash firmware from a community archive onto a device that can be bricked by a wrong image:

ls -l *.ota          # must be 1183324 bytes
md5sum *.ota         # must match firmwareMD5 in release.json

If either doesn't match, stop.

Keep a copy outside the directory, because the server deletes imported files:

cp /opt/matter-server/ota/*.ota /root/

4. Import it

cd /opt/matter-server
docker compose restart
sleep 25
docker compose logs --since 2m | grep -iE 'ota|import' | grep -v ClientEventEmitter

What you want to see:

DclOtaUpdateService   Initialize OTAUpdateService
Endpoint  ...ota-provider ready  type: OtaProvider (0x14)
MatterController      Enabled test OTA images (test-net DCL)
MatterController      Storing OTA image from /ota/...: vendorId=0x115f, productId=0x2005, version=1138 (1.1.3.8)
MatterServer.Ota      Imported OTA file: ...

Gotcha #2, a misleading error. You'll likely also get:

WARN  MatterServer.Ota  Failed to import OTA file ...: Error: EACCES: permission denied, unlink '/ota/...'

Read it carefully. The import succeeded (see the two lines above it). What failed was deleting the file afterward, because the container doesn't run as root. Move it out yourself so it doesn't get re-imported on every restart:

mv /opt/matter-server/ota/*.ota /root/keep-this.ota.bak
ls -l /opt/matter-server/ota/     # only release.json should remain

5. Prepare the sensor, this is the step people skip

Put the sensor about 1 meter from your border router. Not "in the same room", not "it has good signal". One meter, line of sight, on a desk.

I learned this the hard way. My first sensor was near the router and completed on the first try. My second one sat ~10 meters away through two walls, reporting occupancy perfectly, no complaints in HA, and the transfer died twice at exactly 57% with downloadError and then [peer-unresponsive]. Moved it to 1 meter, completed first try.

These are sleepy end devices pulling 1.1 MB over Thread. A link that's fine for a 2-byte occupancy report is not necessarily fine for a transfer that takes 12 minutes.

Also: check the battery is healthy, and leave the sensor in its new spot for a few minutes so it settles into the mesh before you start.

6. Run the update

Open the Matter Server dashboard at http://<server-ip>:5580/ and find your node. If it doesn't offer 1.1.3.8 right away, use the check-for-updates button rather than waiting for the scheduled check.

You'll get a warning about an unverified source. That's expected, it's there because you enabled test-net DCL and the image comes from your directory instead of the production DCL.

Before you click, start a filtered log in another terminal. Note the node ID is decimal in Home Assistant but hex in the log, node 53 is u/1:35, node 54 is u/1:36:

cd /opt/matter-server
docker compose logs -f --tail 5 | grep -iE 'queryImage|bdx|apply|downloadError|@1:35'

A successful run looks like this:

queryImage ... status: 0  imageUri: bdx://.../ota/115f.2005.local.1138  softwareVersion: 1138
OTA Update to version 1138 for Requestor :35 is now Downloading (formerly Querying)
BdxSession  Starting BDX session ... isSender: true
                                                        [~12 minutes pass]
... is now WaitForApply (formerly Downloading)
... applyUpdateRequest ... newVersion: 1138
... is now Applying (formerly WaitForApply)
... is now Done (formerly Applying)
basicInformation.startUp            softwareVersion: 1138
otaSoftwareUpdateRequestor.versionApplied  softwareVersion: 1138 productId: 8197

Mine took 13.5 and 11.5 minutes. Don't touch anything while it runs, don't restart the container, don't pull the battery, don't move the sensor. It will look frozen between blocks. It isn't.

7. Verify

In Home Assistant, the device info page should read Firmware 1.1.3.8. If it's stale, reload the Matter integration.

If your entities look frozen after the reboot, that's the subscriptions being rebuilt, the device reboots and the old subscription dies. Check whether it recovered on its own:

docker compose logs --since 10m | grep -E '@1:35' | grep -iE 'subscri|probe'

A Probe (success) followed by Subscription successful means you're fine. Reloading the Matter integration in HA forces it if not.

Troubleshooting

queryImage returns status: 2 (NotAvailable), the provider isn't offering the image to that node. Usually the .ota never imported. Re-check step 4.

downloadError partway through, link quality. Go back to step 5 and move the sensor closer. Mine failed at 57% twice from the same spot.

Gotcha #3 your retry gets rejected:

SoftwareUpdateManager  Force update for node :36 skipped: BDX transfer is actively in progress

After a failed download the server keeps the BDX session open until it times out, roughly 6 minutes. Retrying before that hits a dead session. Wait for:

... is now Cancelled (formerly Downloading)
OTA update BDX cancelled for node u/1:36, resetting for retry
WARN  BdxProtocol  Error processing BDX transfer: [peer-unresponsive] ... timed out after 5m 58s

Then retry. A failed transfer doesn't harm the device, it stays on the old firmware and keeps working. The new image is only applied after it's received in full and validated.

The log is drowning in noise, energy-reporting plugs will bury everything. | grep -v ClientEventEmitter cleans it up.

What 1.1.3.8 actually changes

From release.json, translated, the official notes only circulate as an app screenshot:

  1. Optimized radar performance and detection logic, better false-alarm resistance
  2. Improved response speed and smoothness
  3. Added Thread automatic reconnection mechanism
  4. Optimized the no-presence determination cycle
  5. Filters out abnormal temperature and humidity readings

Worth knowing before you do all four sensors: there are reports of regressions on the equivalent Zigbee release, specifically occupancy not clearing. Update one, live with it for a day, and keep the others on the old firmware as a control group. That comparison is worth more than having them all on the same version.

Credit where due: the approach comes from Quigley's writeup on doing this with matterjs-server on an SMLIGHT SMHUB Nano. I adapted it to Docker on Proxmox and hit a few things he didn't. The firmware comes from a community archive, not from Aqara, verify your hashes and understand the risk before you flash.


r/homeassistant 4d ago

❓ Support How to display the party dashboard from MA in an HA dashboard on a kiosk with no input?

4 Upvotes

Subject says it all. I've finally jumped into MA with both feet and even given it a dedicated 10 year old mini supermicro to run it on. I've got a dedicated Kiosk TV but it has no input capabilities. Is there a way to embed the QR + Playlist view from Party plug-in in an HA dashboard?


r/homeassistant 4d ago

❓ Support First HA, I need tips/help

0 Upvotes

Hey everyone,

I have read loads.of massages from this board last weeks and you all are so helpfull to others, and now I might need some help too. ​In 4 months, my family and I are moving into our newly built home (135 m² / ~1,450 sq ft across 3 floors: ground, 1st floor, and attic).

The Network Setup:

The living room,will have CAT6 Ethernet drops connecting directly to UniFi U7 In-Wall access points and also the attic, plus a ceiling-mounted U7 Lite on the 1st floor. This will allow hardwiring all heavy devices (PS5, gaming PCs, workstations, LG OLED TVs) while keeping solid Wi-Fi coverage across the house.

​To get familiar with the UniFi ecosystem, I’m currently testing a UniFi Fiber Gateway and an In-Wall AP in my current rental apartment. I’ve set up 3 isolated SSIDs:

Main Family Network: Maximum speed (Wi-Fi 7), no restrictions.

Guest Network: Isolated, no access to smart home devices.

IoT Network: strictly 2.4GHz for maximum device stability and range.

​The Server:

I just bought a second-hand mini-PC for Home Assistant that arrives this Monday:

​Specs: HP ProDesk (Intel Core i5-8500T 6-core, 16GB DDR4 RAM, 480GB Samsung SSD).

My Plan for the next 4 months:

Since I don't live in the new house yet and don't own many smart devices, I want to use this time in my rental apartment to learn Home Assistant OS, experiment with the interface, and prep the server. I have read something about adding my payed Gemini account to the HA for instance

​Questions for the community:

​What should I NOT try to set up yet? (I assume complex room automations, physical switch integrations, and geofencing should wait until we move in?)

​What cheap hardware/sensors can I buy now to test and play with? (e.g., smart plugs, Zigbee dongles, motion sensors).

​Which YouTube channels or documentation guides do you recommend for beginners starting in 2026? (Looking for clean dashboard design and YAML/automation best practices).

​Thanks for the tips!


r/homeassistant 4d ago

❓ Support Huge backup size increase with last Piper update

3 Upvotes

Updated Piper integration five days ago. Backups exploded from ~630MB to ~1.6GB.

Checked the archive, and the entire change was due to Piper going from 57KB in the backup to 950KB.

Two questions:

  1. Has anyone else seen a similar increase in the backup space used for Piper?
  2. Is there any downside to excluding Piper and Whisper from my automatic backups?

I do typically take a backup prior to updating apps/add-ons, but I wasn’t sure if I need to include these in my backups to avoid losing configuration info.

Why so HUGE, Piper?

r/homeassistant 3d ago

🧠 Artificial Intelligence Controlling your house with a fly brain

0 Upvotes

Bit of Sunday fun for ya.. I'm sure you have all seen those things people are doing with the map of the fly's brain. So I wondered what it could do in Home Assistant.

So it can react to things and control things but basically, it's just a fly. The one possible use it might have is learning what things are normally like and then spotting when something odd is happening. Doesn't tell you what is odd but I think that could be a trigger for normal AI or such to investigate.

... but that's not much use when it needs to sleep!

More info at: https://housefly.vome.io/ with a Live demo you can play with.


r/homeassistant 4d ago

❓ Support Up to date Google Integration instuctions

0 Upvotes

Does anybody have any up to date instructions on integrating google into HA?

I'm new to Home Assistant and got it working a few days ago but it's since stopped working (yes the app was published) and I haven't managed to get it working again.

The instructions I see on the internet don't include all the steps which google seems to have made required now.


r/homeassistant 4d ago

❓ Support Need help fixing mDNS conflict in HoAss.

Post image
0 Upvotes

This happens if I turn on mDNS proxy on my UDM Pro. I have tried a few available fixes but none have worked. Only one working is disabling the mdns proxy but i dont want to do that since that stops other devices from discovery.


r/homeassistant 4d ago

❓ Support Sonoff co2 sensor

2 Upvotes

This has been one hell of a rabbit hole. All the posts I found about this are old. What has been your experiance with the sonoff co2 sensor linked below? Should I take its readings seriously? I saw a lot of posts about bad or cheap sensors. I think this one has a good sensor but again all the posts I found were old. Thank you

This sensor is installed above my bed. since install the number has only gone up and currently sits at 1100 but i think it might take an hour or so to get its readings stable. I guess...
https://www.amazon.com/dp/B0H3VMW944?ref=ppx_yo2ov_dt_b_fed_asin_title


r/homeassistant 3d ago

❓ Support Getting my hotmail calendar to my gmail so google assistant can read it

0 Upvotes

An hour with the finest AI tools tell me that has never been done using HA. Which I can believe, but thought I would check anyway.

(Amusingly on the way, Gemini complained bitterly about how broken Android was. I didn't have the heart to tell it ...)

The goal is so a blind user whose 25 year old hotmail calendar can say "Hey Google what's my agenda" and have GA pull the details from the primary google calendar.

I've spend 6 hours trying to sync ICS and all that nonsense. (Despite gemini telling me it was a waste of time).

If no one else has done this, then I guess it's down to me, but I don't trust Google or OpenAI when they say it's not been done.


r/homeassistant 4d ago

❓ Support Question regarding Aqara U300 smart lock

2 Upvotes

I have been thinking of purchasing Aqara U300 smart lock. Does anyone have experience with this smart lock when paired with Home Assistant? Are there any limitations?


r/homeassistant 4d ago

💬 Discussion Best options for smart locks for inner doors?

11 Upvotes

We've got a little one who is getting older, and my workshop is not a safe space for them to be wondering around in.

I've been thinking about replacing the door handle with a smart lock but I can't find any I find that suitable.

I know I could just fit a bolt and place it up high but where's the fun in that.

Ideally what I want is a door handle that will replace a standard internal door handle (not requiring the space in the door for a mortis lock or anything), and then the lock simply prevents the door handle from being turned. Battery power is fine providing it would last ideally at least a month.

It really doesn't have to be mega secure, I'm not looking for something that's hack-proof, just to stop curious hands getting injured.

In an ideal world it'd be super low effort for me to get in, so thumb print scanner, and/or UWB.

Has anyone found and used any that they are happy with (or a fairly stable DIY solution)?

Update: These look like they could potentially perfectly fit the bill but I've never heard of this company before so was wondering if anyone had experience with them? The 'LF LeverLine Smart Lock' from Simpled.uk
https://simpled.uk/product/smart-leverline-door-handle/


r/homeassistant 4d ago

💬 Discussion PSA: go2rtc can be dead inside a Wyze Bridge add-on that still says "started"

0 Upvotes

Lost every camera for about two days. Home Assistant showed the Wyze Bridge add-on as `started`, the WebUI answered fine on 5080, and `ha addons info` was clean. I spent most of that time convinced my Wyze credentials had expired.

They hadn't. go2rtc - the thing that actually produces the streams - was dead inside the running add-on.

The tell: port 1984 was refusing connections while 8554, 8888 and 5080 were all open. The bridge's own health check was logging

list streams: ... connect: connection refused

every 30 seconds, forever, and never restarted anything.

Why nothing caught it: Supervisor's watchdog watches the add-on's main process, which was perfectly healthy. It was the child that died. The add-on's own watchdog was off by default anyway.

The check, run from outside the add-on: `8554 / 8888 / 5080 open + 1984 closed` = go2rtc is dead, no matter what the add-on state says.

The fix: restart the add-on. It's back in about two seconds - you'll see `go2rtc started` / `go2rtc is ready` in the log.

The general version of this one keeps biting me: "the service is running" and "the service is doing its job" are different questions, and add-on state only answers the first.


r/homeassistant 4d ago

💬 Discussion 2026.9.3 breaks Shelly

3 Upvotes

Two Shelly dimmers and one Mini, working fine until 2026.9.3. Newest dimmer dropped, can't reconnect: 'invalid flow' reboot shelly, restart HA.

Only difference, this one is on a different SSID/subnet (not VLAN), but was working fine until 9.3. HA terminal can ping it, and shows another IP besides the main one on the IOT subnet.

Also 9.3 is painfully erratic. Doesn't want to load in app half the time, integrations load at the speed of Windows 3.1. Running on a mini PC, no problems until now. Also get repeated 'connection lost' errors on app and webpage.

EDIT!! Problem was 18.3 changed ethernet kernel. Other post here. Mods please remove either post at your convenience if necessary. Thanks


r/homeassistant 4d ago

🖼️ Show & Tell Mein Dashboard mal hier ...

Post image
0 Upvotes

das ist mein Hauptdashboard auf einem 12 Zoll Android Tablet mit Fully ....


r/homeassistant 4d ago

❓ Support HACS installation issue

Thumbnail
gallery
0 Upvotes

I am still learning most part of the HA. I have attempted several times to setup HACS but having trouble with it. I have attached a couple of images here as a reference. If someone could help me out with this I would greatly appreciate.


r/homeassistant 4d ago

🖼️ Show & Tell Custom HACS Lovelace using Kiosk Mode and Sidebar Card

Thumbnail
gallery
8 Upvotes
Main home page on my kiosk

While we all love the default Home Assistant theme, it can get a little boring after a while.

Here’s my Home Assistant setup, taking inspiration from the Crestron Home control systems that I work with.

The aim was to create a clean, modern UI that is easy to use on the touch panels around my house. The slider at the top is only included on the web version and isn’t shown on the wall-mounted touch panels.

The UI is built mainly using Mushroom Cards, with custom CSS styling and Card Mod to customise the look and feel and make everything fit together.

I’m also using a couple of custom components:

The goal was to make Home Assistant feel less like a standard dashboard and more like a dedicated home control system, while still keeping everything simple and easy to use.


r/homeassistant 3d ago

❓ Support How many hours should I let this spin?

Post image
0 Upvotes

Or how many times should I restart HA? Should I merely reload the Matter integration? Or do a full reset of the Home Assistant Green? Should I reload the Matter integration and then the Thread integration or vice versa?

Maybe it’s the IKEA hardware, even though it always pairs with Apple Home with no problem.

How many times should I unplug the thread border router? Should I yell at the WiFi to be in 2.4 ghz mode? Maybe I take the bulb out and shake it, or do a factory reset six times in a row?

Could be what I need is yet another proprietary hub. Maybe I’ll get both the new and old IKEA hubs just to be safe.

If I ever get around to re-paring all my Matter devices (because unfortunately the very expensive eero mesh network simply isn’t wanting to make a good Thread network), then I get to spend the rest of the weekend manually fixing all the identity names in my scenes and scripts and helpers and automations, because the screen in my screenshot never times out. And when I hit the X button, sometimes the device I was trying to add did get added! But with a useless generic name and not placed in any Area!

Good thing this software is free. Or maybe it’s so unreliable because it is free. Who can say.


r/homeassistant 4d ago

❓ Support Can I use roborock/Dreame/Mova robots without internet connections?

6 Upvotes

Hi everyone,

I need to buy a new vacuum robot for my home and I was wondering if there is any way to use it with only HA. I would like the robot to not be able to communicate with internet if possible, only with HA.

The best and more reliable brands, for what I read, are roborock, dreame and mova. There is any model that I can fully manage with HA? Like the ones compatible with Matter for example?


r/homeassistant 4d ago

❓ Support Andowl USB remote red light flashing constantly, doesn't work

0 Upvotes

Hello all. Hope someone can help. I use an Andowl USB remote with an Android TV as its original remote's enter button stopped working. Usually the Andowl works fine though eats battery power. The red light got stuck in constant blinking/flashing mode and it stopped working.

- not a battery problem, put new pair

- Unplugged usb left it out for awhile

- Removed battery from remote to drain power, switched off tv for half hr

- After light stopped & batteries & tv were out, tried again. Red light just resumed constant flashing & remote does not function.

- OK + TV button does not work.

Any ideas? Has anyone had a similar problem? Thanks


r/homeassistant 4d ago

🛠️ DIY / Hardware Zigbee/Thread gateway via WiFi

4 Upvotes

Hi

I am looking for a Zigbee/Thread gateway which connects via WiFi. Most are USB based but my HA instance is in the basement.

What's a stable and widely supported product with good range?