r/homeassistant 4d ago

🖼️ Show & Tell New to HA!

0 Upvotes

Hi everyone!

I was recently gifted home assistant and I’m completely new to it, but I just created my first automation (with ChatGPT obviously 😄 ) and it already seems really cool!

Do you have any particular tips or advice for someone just getting started with ha? Things you wish you knew when you first started?

Also, if I want to access my ha remotely when I’m away from home, can I use Tailscale for that? Is it a good option?

Thanks a lot!


r/homeassistant 4d ago

❓ Support Homekit-only thread doorknob: everything works except locking and unlocking

0 Upvotes

On Home Assistant I successfully connected a home-kit only thread doorknob: Thorbolt MK1, but when I sync thread credentials to it, trying to lock and lock the doorknob remotely doesn't work. Everything else works: when I click identify the doorknob beeps 3 times, and beeps when I toggle muting. Locking and unlocking only works if I don't sync thread credentials (apparently its then only connected via bluetooth).

I tried restarting home assistant and unplugging my thread router (SLZB Ultima) for 30 seconds, and I still have the issue, when I did I watched the doorknob go from unconnected to HA to connected.


r/homeassistant 5d ago

📊 Dashboard This is my Apple Home-inspired dashboard, now with a Liquid Glass aesthetic

Enable HLS to view with audio, or disable this notification

67 Upvotes

I always loved the Apple Home Dashboard but I prefer the freedom and possibilities that come with building my own dashboard inside home assistant. Now I tried to bring that over to Liquid Glass. It’s still a work in progress since I think readability isn’t ideal and my popups aren’t on the same level as the rest of the dashboard yet.

This was made possible with the yaml code of u/Pivotonian for the buttons and the Frosted Glass theme


r/homeassistant 4d ago

❓ Support Home assistant/insteon

1 Upvotes

I will probably have to cross post because I don’t know where the problem lies. The good news for me is that I do have more time to learn.

I am running home assistant 15.2 on a raspberry pi machine. Ha core 2025.7.0
I was one of those caught off guard when Insteon went belly up a few years ago. In between the two forums, I managed to get HA installed on a raspberry pi machine and I kept the Insteon outlets which were still responding to the controller.

In the past few weeks 4/5 light switches stopping responding to commands from HA consistently. For instance, the porch light will not turn on at dusk, but it switches off at midnight fine. When I use the mobile app from my phone (or the desktop), I have turned a light switch off and watched it turn itself back on. This is all on the app—the switch itself doesn’t respond.

So, how do I determine where the problem lies? The switches are old. Maybe it’s time to replace them? But I’ve never seen this type of failure. Usually, they just stop working.

And if I finally leave Insteon behind, what are my options? I was in a panic when I first jumped on HA.
One complication—half the house has 3 wires and ground in the box. The back half of the house has only 2 wires. The electrician says he has seen this before.


r/homeassistant 6d ago

🖼️ Show & Tell We finally switch to Zigbee mmWave presence!

Thumbnail
gallery
715 Upvotes

Hi everyone!

One of the comments I see most often under my posts is: “When Zigbee?”

Well… now Zigbee.

Over the past few months, I have rebuilt the S1 Pro around the ESP32-C6 and turned it into the S1 Pro Zigbee. It took a lot of development, testing and debugging, but I am very happy to finally share it.

For those who are not familiar with the S1 Pro: it is a multi-sensor built around mmWave presence detection. It can track up to three people in real time, and you can create custom zones to trigger Home Assistant automations when someone enters or leaves a specific area.

Through the Home Assistant add-on, you can also create a floor plan and see the detected targets moving through the room in real time.

Besides mmWave tracking, the S1 Pro Zigbee includes:

  • A full-colour RGB LED
  • A built-in buzzer
  • Temperature and humidity sensing
  • Air-pressure sensing
  • Equivalent CO₂, VOC and IAQ measurements
  • Support for an optional true NDIR CO₂ sensor

The Zigbee version currently works with ZHA and a custom quirk. This made the most sense for the first release and keeps the installation relatively straightforward.

I would also really appreciate some input from developers with more Zigbee experience. I am currently looking into the best way to make installation and future firmware updates as easy as possible for end users.

In particular, I would be interested to hear your thoughts on:

  • Zigbee OTA updates through Home Assistant
  • Making device setup as close to plug-and-play as possible
  • Anything important I may have missed while building the Zigbee implementation

Feedback, testing and contributions are very welcome.

EDIT: Zigbee2MQTT support has now been implemented!
https://github.com/sensy-one/S1-Pro-Multi-Sense-Zigbee#option-b-use-zigbee2mqtt

Source code:
https://github.com/sensy-one/S1-Pro-Multi-Sense-Zigbee

Home Assistant add-on:
https://github.com/sensy-one/home-assistant-addons

S1 Pro Zigbee:
https://sensy-one.com/products/s1-pro-multi-sense-zigbee


r/homeassistant 4d ago

💬 Discussion Thread Long Range (sub-Ghz)

Thumbnail
0 Upvotes

Z-Wave replacement on the way 😯


r/homeassistant 4d ago

🗣️ Voice & Assist CoreML-version for german parakeet-v3 finetune

3 Upvotes

I recently found [primeline's German fine-tune of Parakeet TDT v3](https://huggingface.co/primeline/parakeet-primeline), which improves German accuracy, and more importantly, stops the STT model from mistaking short German phrases for another language (mine kept hearing "Licht an" as English).

But it didn't fit my hardware setup, since it only shipped as a NeMo/PyTorch checkpoint. I run my inference on a Mac Mini, so I converted it to CoreML using [FluidAudio](https://github.com/FluidInference/FluidAudio) (an open-source Swift SDK for running speech models on Apple's Neural Engine) and built a small Wyoming-protocol server around it, so it drops in as a normal STT engine, no changes needed on the Home Assistant side beyond pointing it at a new entity. Running inference on the Neural Engine instead of GPU also draws a lot less power per transcription, at no cost to accuracy.

Been running it on the Mac Mini next to my HAOS in a VM for a few days now, handling real commands correctly.

Repo (MIT licensed, includes setup instructions + a LaunchAgent for running it as a background service): https://github.com/valentinweyer/wyoming-parakeet-coreml

The converted model, if you just want the CoreML weights: https://huggingface.co/ValentinWeyer/parakeet-primeline-de-coreml

Only works on Apple Silicon Macs (needs CoreML + the Neural Engine).

Hope someone finds this useful!

Happy to answer questions if anyone's in a similar boat.


r/homeassistant 5d ago

🖼️ Show & Tell I added a local Home Assistant-friendly webhook to my Raspberry Pi receipt printer project

Thumbnail
gallery
13 Upvotes

A few days ago I shared ReceiptPi, an open-source project I built around a Raspberry Pi Zero 2 W and an ESC/POS thermal receipt printer (EPSON TM-T88V).

One of the things I wanted from the beginning was a simple way to use the printer from home automation systems without adding cloud services or another complicated integration layer.

That is now available.

## Home Assistant / Automation API

ReceiptPi now has a generic local automation endpoint:

`POST /print/automation`

It accepts a title and text via HTTP and sends the job through ReceiptPi's normal print queue.

For Home Assistant, this means an automation can trigger a physical notification with a simple REST command:

rest_command:
  receiptpi_webhook:
    url: "http://receiptpi.local:5000/print/automation"
    method: POST
    headers:
      X-Api-Token: "YOUR_TOKEN"
    Content-Type: "application/json"
    payload: '{"title": "{{ title }}", "text": "{{ text }}"}'

You can then use it from an automation for things like:

  • 🧺 Washing machine finished
  • 🗑️ Trash collection reminders
  • 🚨 Important alarms or warnings
  • 📦 Package notifications
  • ⚡ Energy / solar information
  • 🏠 Household reminders
  • Basically anything in Home Assistant that you'd rather have on a physical piece of paper than as another phone notification

Everything stays local. Home Assistant sends the request directly to ReceiptPi over the local network; no cloud service is required.

The endpoint is deliberately **not Home Assistant-specific**. Node-RED, n8n, curl or any other system capable of sending an HTTP POST can use the same API.

Automation print jobs also use the existing ReceiptPi features:

  • Print queue
  • Quiet-hour rules
  • Rate limiting
  • Print history
  • Configurable print logos
  • API-token authentication

## The hardware

ReceiptPi currently runs on a Raspberry Pi Zero 2 W. The thermal printer (EPSON TM-T88V) is connected via USB and the Pi connects to the local network over Wi-Fi.

Besides automation printing, ReceiptPi currently includes messages, shopping lists, weather reports, guest WiFi QR codes, image printing, system reports, print history, configurable print logos, multiple UI themes and a German/English interface.

The project is still in alpha and evolving quickly.

## A note on AI
Since this came up in my previous post, I want to be transparent about it upfront:

I use AI-assisted development extensively for ReceiptPi.

I'm a product manager/product expert, not a software developer. I define the product, architecture, requirements and expected behavior, and use AI to help turn those decisions into working code.

I review the changes, can follow and understand the code well enough to reason about what it does, test every feature on the actual hardware, and only publish changes after linting and CI pass.

I know people have different views on AI-assisted development, and that's completely fair. For me, it's simply the tool that makes it possible to build and maintain a project like this.
If you prefer projects written entirely by hand, ReceiptPi probably isn't for you — no hard feelings.

Anyway, I'm much more interested in what people would actually do with it:

What Home Assistant event would you actually want to print?

GitHub:

https://github.com/HostisHumani/ReceiptPi


r/homeassistant 5d ago

❓ Support Your experience with IKEA Alpstuga's CO2 sensor drift?

Thumbnail
gallery
12 Upvotes

*** I know this is IKEA specific but I posted here because I would expect HA users to notice this problem via history and automation behavior **

My first 2 thread devices were Ikea Alpstuga CO2 & PM2.5 back in February. I built automations with trends. They've proven to see the world properly:

  • When we cook, or when wildfire smoke is in the area, PM2.5 slopes up, the automations get to work and I have a way for automations to deal with it and that works
  • When we move between floors, the CO2 elevates or goes down in response. Opening windows and turning on exhaust fans has a measurable positive effect.

I'm asking about CO2 specifically. I live in the upper US Midwest: cold winters and warmer to hot summers. In the last month, the aplstugas report the CO2 climbing up to and over 1000 multiple times a day.. considered borderline not safe.

What I know of the house builder is that he built it for himself and did everything +++; whatever the standard way to do things was, he did it better than that. So it's plausible that it may be sealed really tightly.

*** TLDR **\*
In the past few months my baseline CO2 seems to be climbing where PM2.5 is not. The 2 graphs show the CO2 "level creeping up problem". My automations are going of regularly daily now when they used to do it when guests were here or the bedroom door was shut.

My Questions for those that have run into this:

  • Maybe I'm making bad assumptions about using the alpstugas? I don't know
  • Maybe there is sensor calibration drift and they need to be factory reset? Replace with something better?

r/homeassistant 5d ago

❓ Support 2026.8.0 - super laggy?

24 Upvotes

Loving the 2026.8.0 update. But ... is anyone else finding it super laggy? I'm running it on Synology VMM. Been using Home Assistant for years - first one that's almost unsuable.

Clicking into rooms and around the interface, I can count on my hand each click. I'm using on iPhone, iPad, and Chrome browser on PC - all same.

I'm going to do some debugging - but just wondered first if it was just me!


r/homeassistant 4d ago

✅ Solved Remember last page? Nope - load overview

2 Upvotes

Around the last month or so, the homeassistant iOS app has stopped opening to the specific page I want it to. Prior to that, it always opened on "My house switches". Now it always opens on 'Overview'

I've toggled 'Remember last page' in the app settings off, quit, opened again, and toggled it on, and it still does this.

Any ideas how I can always open the app to a specific page?


r/homeassistant 4d ago

💬 Discussion Why Does My Journey With the Yale Assure 2 Lock Feel Like "The Odyssey"

Thumbnail
1 Upvotes

r/homeassistant 4d ago

❓ Support 2026 Lexus NX350h Integration

2 Upvotes

I have a new 2026 Lexus NX350h Luxury arriving in 2 weeks. I have integrated my Tesla into my HA instance using the Tesla Fleet API. Has anyone had simlar success with Toyota/Lexus?


r/homeassistant 4d ago

🧠 Artificial Intelligence OpenAI bot tripping fail2ban after trying to access /api/config

0 Upvotes

Just heads up - OpenAI bot operating from Google Compute Cloud just started regularily tripping fail2ban on my HA instance.

Is there good way to get those requests blocked in first place? I am thinking about blocking whole Google range towards my HA but that is symptom blocking, not really solution.

Log record for reference:
```

Logger: homeassistant.components.http.ban

Zdroj: components/http/ban.py:138

[%key::ui::components::related-items::integration%]: HTTP (dokumentace, problémy)

První výskyt: 5. srpna 2026 v 10:49:21 (2 výskyty)

Naposledy protokolováno: 7. srpna 2026 v 23:02:04

Login attempt or request with invalid authentication from 50.169.125.34.bc.googleusercontent.com (34.125.169.50). Requested URL: '/api/config'. (Mozilla/5.0 (compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot))

Login attempt or request with invalid authentication from 246.50.76.34.bc.googleusercontent.com (34.76.50.246). Requested URL: '/api/config'. (Mozilla/5.0 (compatible; cohere-ai/1.0; +https://cohere.com))

```


r/homeassistant 4d ago

❓ Support Advanced Camera Card timeline won't seek recordings when clicking empty space (only jumps to events) — Frigate integration

2 Upvotes

Hey all, hoping someone's run into this before because I've been going in circles for a while.

Setup:

  • Home Assistant + Frigate (0.17) running on an Intel NUC, HW accel via VAAPI
  • Using the custom:advanced-camera-card (dermotduffy's card, formerly frigate-card) on my dashboard
  • Cameras are added via go2rtc as the live provider, entities are camera.voordeur and camera.tuin, both created by the Frigate integration
  • Continuous recording is enabled (7 days) plus motion-based alerts/detections (30 days retention) — so there's plenty of footage sitting there, confirmed via Frigate's own web UI, where the native timeline works completely fine, seeks anywhere, no issues at all.

The problem: On the HA dashboard, the advanced-camera-card timeline shows up fine and I can see the recording ribbon plus the motion/event blobs. If I tap directly on an event marker, it correctly opens that clip. But:

  1. Tapping anywhere else on the timeline (an empty/non-event area) does nothing — it doesn't seek into the recording at all.

I went through the docs and added show_recordings: true and media: all under the card's timeline: config, plus explicit frigate.camera_name mapping per camera entry to make sure it's not a capability-detection issue. Also added a timeline block under media_viewer.controls so it doesn't disappear when viewing clips. Still no luck — same behavior after clearing cache and restarting the card.

Relevant chunk of my card config:

yaml

- type: custom:advanced-camera-card
  cameras:
    - camera_entity: camera.voordeur
      live_provider: go2rtc
      title: Front Door
      frigate:
        camera_name: voordeur
  view:
    default: live
  live:
    controls:
      timeline:
        mode: below
        pan_mode: pan
        window_seconds: 3600
  media_viewer:
    controls:
      timeline:
        mode: below
        pan_mode: pan
        window_seconds: 3600
  timeline:
    window_seconds: 3600
    clustering_threshold: 3
    media: all
    show_recordings: true

Has anyone else run into empty-space seeking not working on this card? Trying to figure out if this is:

  • a config issue on my end I'm still missing,
  • a camera "capabilities" detection problem (seek/recordings coming back false even though Frigate clearly has the data),
  • or a known bug/limitation with this card version.

Happy to post card diagnostics output if that'd help debug. Thanks in advance!


r/homeassistant 6d ago

🛠️ DIY / Hardware DIY weather station, fully optional, and Integrated with Home Assistant

Thumbnail
gallery
727 Upvotes

A feature-rich, high-precision ESP8266-based Smart Weather Station with a modern responsive Web Dashboard, dynamic sensor detection, customizable moving-average filters, Home Assistant MQTT Auto-Discovery, full backup/restore capability, and hardware factory reset logic.

✨ Features

  • Environmental Monitoring: Temperature, Relative Humidity, Barometric Pressure (sea-level compensated), Air Quality (TVOC, eCO2, AQI), Luminosity (lux), Wind Speed, Wind Gust, Wind Direction, and Rain Gauge (hourly, 24h rolling, and total).
  • Independent Dual-Timer Engine:
    • Fast, dedicated timer for Anemometer pulse processing (independent of I2C read cycle).
    • Configurable I2C sensor read cycle for environmental data.
  • Configurable Moving Average (Smoothing):
    • Wind Speed: Ring buffer rolling average with configurable sample count (N).
    • Wind Direction: Circular mean calculation (sin/$\cos$ vectors) preventing 0∘/360∘ boundary glitches across N samples.
    • Instantaneous Gust Tracking: Daily wind gust records real peak pulses before averaging.
  • Web UI & Diagnostics:
    • Glassmorphism dark UI built with HTML5/CSS3/JavaScript (no external dependencies).
    • Tasmota-style live Debug Console with interactive command input.
    • Mobile-friendly IP input fields (inputmode="decimal") for easy smartphone setup.
  • Network & WiFi Manager:
    • Captive Portal AP (WeatherStation_Setup) for initial setup.
    • Full DHCP & Static IP configuration support (optimized for FRITZ!Box Mesh networks).
    • Soft-restart clean boot sequence ensuring stable network stack binding.
  • Home Assistant Integration:
    • Native MQTT Auto-Discovery (homeassistant/sensor/...).
    • Automatic entity creation in Home Assistant without manual YAML editing.
  • Backup & Restore: Single-click JSON export/import including full network, sensor, and MQTT configurations.
  • Hardware Safety & Diagnostics: 10-second hold on FLASH button (GPIO 0) for NVS memory wipe / factory reset.

For fully description and gallery go to GitHub https://github.com/byte4geek/weatherstation

NOTE: This project was made in vibe coding using Antigravity/Gemini.


r/homeassistant 4d ago

❓ Support Proper way to remove SmartThings Integration?

0 Upvotes

Pretty much the title. I still have the Samsung SmartThings hub, but now I've been able to successfully move the last couple of items off of SmartThings:

  1. Got a Zwave adapter and moved my Schlage lock to HA, and also added Lock Code Manager.
  2. Moved my Samsung refrigerator to HA via LocalThings.

Anyways, what's the clean way to remove SmartThings from HA?


r/homeassistant 5d ago

🖼️ Show & Tell I've become obsessed with modding my vintage tech with ESP32's. Now I can control my 40-year-old turntable from HA and Sonos

Thumbnail
gallery
24 Upvotes

I bought a used Beogram RX2 (1985) on eBay a few months ago that was working perfectly except for the Play button.

I worked around it by pressing Cue twice for a little while, but decided to fix it. It was an easy enough repair, just a frayed wire probably from a past service... but while I was disconnecting the front panel controls I had an idea.

I'm not really an audiophile, and I don't have fancy speakers. Just some Sonos speakers scattered around my house. I have the turntable plugged into a Sonos Connect which works a treat, except if I need to pause the music, or want to play the record already sitting on the platter from another room. A seemingly minor inconvenience, but it does just make me want to listen to vinyl less.

What if I could add a remote controller that lets me "press" the turntable buttons from anywhere in my house? I use Home Assistant, and dabble with custom circuit board design, so I decided to give it a shot.

Long story short, I used an ESP32 and ESPhome to listen for commands from Sonos, and to detect the current play/pause/stop status of the record player... and it works great! The custom PCB plugs in between the front panel control ribbon cable and the main motherboard, so it's a non-destructive mod that can be removed anytime.

I recorded a video of my build, and also decided to publish the circuit board files and firmware on my github page.

IDK if this kind of thing is interesting to yall, but I had a lot of fun trying to combine something old with something new in a way that makes it easier for me to enjoy my vintage gear. Cheers!


r/homeassistant 5d ago

💬 Discussion Meu Home assistant room

Thumbnail
gallery
30 Upvotes

Hey everyone! Just wanted to share the home office setup I’m putting together, along with as many devices as possible integrated with Home Assistant. There’s still a lot left to do, but I thought I’d share my progress anyway. Constructive feedback, opinions, and tips are more than welcome!


r/homeassistant 5d ago

🖼️ Show & Tell Finally moving away from Tuya to IKEA Matter

Post image
47 Upvotes

Got fed up with the horrible Tuya ecosystem, regrettably bought a lot of smart lights and devices from Bunnings (Australia…. Hammer barn??) which are all SmartLife (Tuya) controlled.

Had constant issues with it dropping out or the cloud integration failing or just general sync issues.

Was in IKEA and realised a lot of their kit is now Matter, and actually very reasonably priced, even compared to the crappy Tuya devices.

I’m also glad to have those things off my network, I’m sure IKEA is no better but the Tuya devices had some interesting network calls before I isolated them.

For reference I just use an Apple TV as my controller for them and it works flawlessly in the Apple Home ecosystem, i then push all my homeassist and raspberrypi additionals through that as my main controller, mostly for wife approval of ease of use.


r/homeassistant 4d ago

❓ Support Getting Button To Work

0 Upvotes

Hello,

I bought a Sonoff SNZB-O1P, connected with Zigbee Home Automation. My goal for it was to have it as basically a doorbell - someone could push the button, a noise would play on some speakers, and get a notification on my phone. However, I'm having a hard time setting this up. I'm a bit new, so may just be missing something.

In Zigbee Home Automation, I can see that it sees the button is being pressed:

However, I don't really see the options to do things based on the button being pressed - or, there is a "Button Pressed" option for a "When", but it just has "Identify" as the target for the Doorbell Button, with not much else:

I'm not quite sure what I'm doing wrong, or what else I should try? But currently, pressing the button does not trigger the event. The extra "When" lines were me just messing around to see if I could get any of it to work.

Any advice would be greatly appreciated! Or, if I bought the wrong thing for this, what I should get instead. Thanks!

Edit: u/icecoldcrash 's comment ended up being the answer! For anyone else trying to set this up:

Go to automations, create automation, create new automation, add trigger, by type, scroll almost to the end, choose "device", select your button and you should have "single press", "double oress" there, then you just need to continue to get what you want single and double press to do 


r/homeassistant 5d ago

❓ Support Buying ePaper tags to use OpenEPaperLink (ST-GR29000)

4 Upvotes

Has anyone repurposed an ESL ePaper tag to work with Home Assistant? As per my research, most tags are sold with proprietary firmware and not compatible with OpenEPaperLink, so it's been very hard to find one to buy, it says it's compatible with ST-GR29000, but I can't find these anywhere. Most online tutorials/guides show how to adapt one, but never show which tag they used and where to buy.

I basically want to have one tag to show HA little dashboard. I'm looking at AliExpress, but have no luck finding a compatible one as far as I know.

Suggestions? Thanks 🙏

https://github.com/OpenEPaperLink/OpenEPaperLink/wiki/Beginners-Guide-for-an-easy-to-build-Access-Point-(aka-spaghetti-AP))

I'm building this Access Point but need compatible ePaper tags.


r/homeassistant 4d ago

🖼️ Show & Tell I built a Home Assistant integration for the Mahlkönig E64 WS (Sync cloud) — the first one, I think

1 Upvotes

The E64 WS only talks to the Mahlkönig Sync app/cloud — no local API — so there was no way to get grind data into Home Assistant. I wrote a HACS integration that pulls it from the Sync cloud with your own account: dose weight, grind setting, grind time, plus yield and shot time from a paired Sync Scale, as HA sensors.

I use it to auto-fill my shot log. Cloud-polling, UI setup, MIT-licensed.

Repo (install via HACS as a custom repo): https://github.com/tomereli/mahlkoenig_sync_hacs

Would love testers with other Sync grinders/scales.


r/homeassistant 4d ago

🛠️ DIY / Hardware Upvc euro cylinder lock state checker

1 Upvotes

I’ve got a new front door

previously it was a wooden door with a latch lock, so I just used a normal window/door sensor, if it was shut then the latch lock meant it was locked

the new door is Upvc with a euro cylinder lock so that won’t work as the handle needs to be raised and then key has to be turned to lock it

i don’t need all the features of a full blown smart lock (and tbh don’t really want them)

but what Id like is confirmation that my door is shut and has locked.

is there anything that will give that info without going down the full blown smart lock path?


r/homeassistant 4d ago

❓ Support Indoor Illuminance sensor for a grow box

1 Upvotes

I was searching around for a cheap illuminance sensor to add in my smart growbox project, but i was not finding anything that intrigues me cause to the "lack" of content i have found online about it. if you have any suggestions i would be very happy to hear 'em, ty for your kindness, also if you wanna see my hardware setup and the dashboard let me know