Given all the positive reviews and apparent strong sales of the ZWA-2, do you think HA should make a version for Zigbee? I know I’d personally love to have a solid Zigbee device with an excellent antenna! It would be a day 1 purchase for me.
I’m also thinking since they’ve released a Zigbee/Thread stick previously, it would make sense to improve it and use a similar design language to the ZWA-2 for a version 2 device. Ideally not a combo radio though, I’ve never had great luck with the dual radio sticks.
I have a SLZB-MR2 and all devices connected to it are around 2–3 meters distance to it. The router and coordinator are about 7m apart without walls in between them.
However, for some reason, almost all my Zigbee devices prefer to connect to the Sonoff P dongle router instead of the SMLIGHT coordinator.
I was expecting the nearby devices to stay directly connected to the coordinator (since it’s closer), but instead they route through the Sonoff P.
My main dashboard for home use contains both drill down detail for example all lights and a variety of short cuts to actions like clean this room. I try and keep the actions relevant but that changes over time .
I would like to be able to drill down to a specific light and have it listed as a recently used item on the main screen. Similar to how phones show you your last x amount of apps based on your usage .
Hi all,
I am considering to buy either the home assistant green or the home assistant yellow, for my smart home automation based on zigbee.
My part provider who will also be helping me with setting up HA, told me that I am not sure, that HA green can be used in Remote Access. He told that it maybe requires a subscription. something like, you might not be able to operate your home automation from somewhere outside, you might only be able to do that once you are connected to the Local Network of your home. But he has very well done it using Lumi Pro.
He told we tried to do this few years back even on a raspbery pi, by installing the HA on it but it did not work in remote access mode.
So is this true guys?
Also, since I also have a RPi, can I somehow check this myself?
I needed a way to tell if the garage door was left open at night so i made a magnetic enclosure for the Zigbee-based door sensor from Aqara which integrates very well in HA. The magnets do not interfere with the readings since they are mounted on the side and far away from the sensor. Since this sensor is not rated for outside use i made the enclosure as waterproof as i could and it has been working very well.
I also made a version that attaches with screws and another without mounting options which can for instance be used with double sided tape (i put one on my window, see the last photo).
Very new to HA and really excited by how capable + compatible it is. As I get my rig set up I've been screwing around with custom themes, but I'm finding it really tricky to edit the visual side.
My current dash (screenshot) is most of the way to where I'd like it, with the current stack being the Graphite theme with some of the rules modified to pull fonts from Google / Typekit and then some card_mod edits on individual sections, which sometimes work and sometimes don't appear (specifying font-weight in particular is about a 50/50 shot).
I'm curious if there is a community-approved tool for styling the whole dashboard at once, ideally without editing three different things independently. I can host my own webfonts and write my own CSS, so I'm not scared to do some typing, but this loadout is so janky that I have to believe there's a better way.
I have been troubleshooting this for a few days now and it is driving me crazy…
This is an example. Basically all my 15 Shelly devices become unavailable every 1 to 15 minutes in random intervalls for a few seconds to up to a few minutes.
When looking into the logs, I see the following:
2025-08-25 09:19:20.779 ERROR (MainThread) [homeassistant.components.shelly] Error fetching Shelly-projector data: An error occurred while reconnecting to Shelly-projector
2025-08-25 09:19:24.555 ERROR (MainThread) [homeassistant.components.shelly] Error fetching Shelly-diningroom-table-light data: An error occurred while reconnecting to Shelly-diningroom-table-light
2025-08-25 09:21:41.707 ERROR (MainThread) [homeassistant.components.shelly] Error fetching Shelly-ceiling-lights-hallway-eg data: An error occurred while reconnecting to Shelly-ceiling-lights-hallway-eg
2025-08-25 09:22:26.188 ERROR (MainThread) [homeassistant.components.broadlink.updater] Error fetching RM4miniJonas (RM4 mini at 192.168.86.176) data: [Errno -4000] Network timeout: No response received within 10s
2025-08-25 09:22:26.267 ERROR (MainThread) [homeassistant.components.broadlink.updater] Error fetching RM4miniTvCabinet (RM4 mini at 192.168.86.69) data: [Errno -4000] Network timeout: No response received within 10s
2025-08-25 09:22:27.393 ERROR (MainThread) [homeassistant.components.broadlink.updater] Error fetching RM4_office (RM4 mini at 192.168.86.27) data: [Errno -4000] Network timeout: No response received within 10s
2025-08-25 09:22:27.548 ERROR (MainThread) [homeassistant.components.broadlink.updater] Error fetching RM4miniSophie (RM4 mini at 192.168.86.115) data: [Errno -4000] Network timeout: No response received within 10s
2025-08-25 09:22:27.626 ERROR (MainThread) [homeassistant.components.broadlink.updater] Error fetching RM4miniTV (RM4 mini at 192.168.86.175) data: [Errno -4000] Network timeout: No response received within 10s
2025-08-25 09:22:48.075 ERROR (MainThread) [homeassistant.components.shelly] Error fetching shelly2pmg3-e4b3231f1804 data: An error occurred while reconnecting to shelly2pmg3-e4b3231f1804
2025-08-25 09:22:48.140 ERROR (MainThread) [homeassistant.components.shelly] Error fetching shellyplus2pm-441793ad20f0 data: An error occurred while reconnecting to shellyplus2pm-441793ad20f0
2025-08-25 09:23:10.396 WARNING (SyncWorker_13) [py.warnings] /usr/local/lib/python3.13/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.86.1'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
warnings.warn(
This again is just an example and it happens to other devices (all ip-based) as well. It started happening after I updated from 2025.6.1 to 2025.8.2.
What I tried:
Powercycling all devices
Assigning shelly devices fix IPs
Disabling BSS and some other stuff on the unifi network
Basically everything I could find in Shelly forums, unifi forums home assistant reddit… Sorry that after so many attempts I can’t recall everything
I ran pings from both my laptop terminal and home assistant terminal to one of the shelly devices. While it became unavailable in HA, pings still worked. I am also seeing no disconnect log entries in unifi.
Shellys are also still available in their app and at the device IP in the browser.
Since this seems to be not limited to a single manufacturer (at least shelly and broadlink) and it also does not to appear that the devices actually go offline, I assume something in the HA core or OS brought this problem.
I would REALLY appreciated any kind of help, suggestion or nudge to troubleshoot this further.
Starting with SCD40, we gained a lot of knowledge about CO₂ sensors, and then we manufactured the SCD41 sensor, which has improved accuracy and range.
However, we have reevaluated our approach. If we do not require a smaller form factor, we can utilize the third-generation SCD30 sensors, which offer excellent accuracy, a very wide range, full NDIR technology, and faster response times.
These features make us believe this could be an excellent sensor for applications requiring CO₂ measurement in large areas such as greenhouses.
This is the first batch, and we anticipate firmware updates to enable ASC shutdown in the near future.
Well, welcome to this new carbon dioxide sensor adventure. We are offering a 15% discount. In the future, we hope it will be our most affordable carbon dioxide sensor (under $30).
We will continue to manufacture the SCO2-1 and SCO2-1S, as they have proven to be stable.
I'm looking for a small light up button or something I can use so my wife can see when the dryer is done. I'm going to use a vibration sensor. And was thinking of a small led sign but looking for other ideas also
What is simplest way to control this light from home assistant? Simpler wiring is ideal even if a little more expensive, as I’m not sure I can turn off the circuit easily from the breaker (it does have a GFCI which I might be able to turn off).
I am heading out of town in a few weeks, would love to hear folks favorite vacation automations.
As a note, our dogs will be staying at home, isolated to 1 room. Our neighbors will be spending a decent amount of time at our house either stopping by to feed them, or spend some time with them. Planning on buying a Ring Keypad to make our Alarmo more accessible for them.
Anything anyone has setup that they love? Thinking of a script to turn lights on semi randomly throughout the day/evening...
Greetings good people! Sorry for the long post, I'm really hoping I can get some help with this one. Not sure if r/homeassistant is the right place, but I might crosspost to some other places. Here goes.
I recently decided to replace my Conbee II with an SLZB-06 for my ZHA integration. That turned out to be way more complicated and more work than I thought it would be... Anyway I eventually managed to wipe my existing network and restart the whole thing re-pairing all my devices. At this point I was very happy that everything was working perfectly fine, until I noticed one device that did not. I was unable to send commands to my Nimly Touch Pro lock. I received state changes when I manually locked the door, but commands failed with an error saying something about no route to the device.
A bunch of research - and failed attempts at getting my lock working - seems to show that I was unable to get the SLZB-06 to properly establish a route to the Nimly lock. Apparently locks are a bit weird in the Zigbee world. I tried Zigbee2MQTT too, which ended up having the opposite issue. The command went through and the lock did physically respond after some time, but it seems that the response to the command did not come back through the network, so the state did not update.
Just as a side note: I did try reducing the network to the simplest topography possible. Even with all routers powered off and the coordinator being literally the closest device with only a couple meters uninterrupted air between them it did not work. So I don't think signal strength or topography shenanigans had anything to do with it.
At this point I figured I'd have to bite the bullet and keep using my Conbee II just for the lock. I wanted to keep my primary network on ZHA with the SLZB-06, so I figured I'd try setting up the Conbee with Z2M. Unfortunately, I was not able to get that working. I decided to try the deCONZ addon. Finally I was able to control the lock again with these actions available in the deCONZ interface:
However... The lock was not exposed to Home Assistant. After some more research I figured out I needed to edit the DDF as that was set to "Draft" with no other settings applied. I made a minimal edit that looks like this:
And the lock finally showed up in Home Assistant, but missing most of its entities and no actions available.
So, can I get this working without having to manually map every single Zigbee command and state? Anyone else got this working with a Nimly lock?
TLDR: Cannot get the Nimly Lock to work with ZHA and the SMLIGHT SLZB-06 as coordinator. Attempts at getting it to work with the old Conbee II and alternative means (Zigbee2MQTT or deCONZ) have thus far been unsuccesful.
Struggling with getting home/away working in home assistant. There a two members of the house, both on Iphones
Geolocation with HA Companion app
Doesnt Update Well. Left the house for several hours and one user never appears "away". I have checked all settings and they seem to be in place. Location logs in the companion app show multiple location changes, just never updated in home assistant ( last change 2 hours ago, last update 2 hours ago)
Ping/arp device tracker
When iPhone enders idle state ( at night when asleep), wifi is turned off apparantly.
Homekit automation
We do not have a HomeKit Hub device. So spouse cannot be added to the home bridge virtual home ( or whatever).
EDIT: Went to PG&E site and realized that they have a down for maintenance message posted there that My Account will be down until Monday. This may be the source of the problem and not my config.
----------
I installed the early fix to PG&E support including the manual creation of the opower folder and contents in custom_configuration.
Today I got an authentication failed message. I've removed the opower folder per instructions here https://github.com/home-assistant/core/issues/146468 but I can neither remove the OPower integration nor reauthenticate.
No password or account changes recently. Anyone else having problems authenticating?
I just released a new video on my YouTube channel where I show how to build a budget-friendly alarm system in Home Assistant using the Alarmo integration.
This setup is great if you:
Don’t want to spend hundreds on a proprietary alarm system
Already use Home Assistant for automation
Want full control over notifications and triggers (doors, windows, motion sensors, etc.)
👉 The video is in German, but YouTube’s auto-generated English subtitles work surprisingly well, so it’s easy to follow even if you don’t speak German.
Hello all, im unsure if this is the right place to ask this, or not. I work in an auto plant and we're looking to do some open source automation for fans initially, and potentially expanding. The auto plant is approx 770,000 square feet, and we're looking at Z-wave plugs that we can plug into the wall and hook the shop fans up to.
The issue im running into, design wise, is that it seems that Z-wave devices can only transmit up to 4 hops across devices, and that doesnt seem like it'll work in 770,000 sq feet. We have the plant divided into 4 major sections. My thought process was to put the raspberry pi controller towards the center of the plant, and run powered USB extenders to have multiple antenna's in different zones.
Is something like that possible? I know theres USB over IP and USB over Ethernet. There's powered USB hubs, but USB hubs like that seem kinda limited?
Hello,
if i put two live wires through a Shelly Pro current transformer, is the reading the exact sum of the current flowing?
The wires are both connected to the same terminal block (far away from CT)
I’m planning to hook up a SLZB-06M to a Beelink N100 and just wanted to check if it comes with all the necessary cables to get it running? I can't use PoE, as I don't have the equipment for that so I’ll need to power it some other way.
Do I need to buy anything separately to connect the slzb to a beelink n100?
Anyone have a way to gather data from this thermostat in home assistant? I have two of these in my house and would like to gather the current temp and even control it. Is this possible?
This thing took an unreasonable amount of effort to set up (for me at least). So I just wanted to show it off. Waveshare esp32-s3 7 inch touchscreen. It's an unholy combination of openhasp, yaml, node red, and some ha addons to get looking the way I wanted. Yes the wallpaper is currently AI, but it was the quickest way for me to test out having it change for different weather, as well as day/night, and holiday images (same house but snowy, halloweeny, etc). It also required Visual Studio to get it flashed, and a wire soldered to a pretty tiny pin on the back to control screen brightness.
I am going to go ahead and buy a physical alarm clock to wake me up in the morning instead of using my phone, as it’s just much more reliable, in terms of my phone being dead in the morning or the volume being turned down or whatever. But the issue is that I have with those physical alarm clocks is that if you leave on vacation or whatever and you forget to turn off the alarm. It will just go off and there’s no way to turn it off.
Is there a way I can use the Bluetooth integration within a home assistant so that way if I forget I can use home assistant to turn off the alarm clock alarm?
I do not think this is possible, but was looking to get the Emerson brand of clock. I already have a Bluetooth dongle from back when I was using HA in VBox, I just need to set it up with Proxmox as I never had a use until now.
I have a good use case for the H2 Switch in one of my bedrooms. But they don't guarantee the extra button is available on all platforms. I watched some videos and this one Youtuber did connect it to ZHA(which I use) but didn't have access to the extra button. He then connected it over Matter and did have access to it, but it was the Matter Bridge method using an Aqara hub.
I have a SLZB-07 which I flashed to use as a Thread Border Router so I would prefer to use that. Considering the extra button is exposed using the Matter bridge method, does that mean it should definitely be there when connected directly to HA using Matter over Thread? I hope someone who has it could just tell me. But I figure that logically that should be the case right?
Just had about a 24 hour power loss. Needless to say my place lit up like a Christmas tree when power was finally restored. Everything is back to running as normal…..well that is everything except the remaining matter lights I have yet to phase out. All of my main kitchen lighting (4 large overhead bulbs and 3 candle island bulbs) dropped off during the power outage and now will not reconnect to home assistant, and I’ve basically tried everything. So now it’s back to breaking out the ladder again and re-pairing 7 more bulbs……AGAIN (third time).
Through this whole smart home journey there has been only one constant, whatever matter devices I have are shoddy at best. Just replaced all of the other bulbs with hue and it’s like nothing ever happened. I used to have a eufy matter smart lock, but that too had matter connectivity problems and would constantly drop off so I replaced it.
In the grand scheme of smart homing tech, I’m still relatively new to this world, within my first year. However I have tried tons of different devices over that time to see what I liked or didn’t like, and matter has always been the problem child. I know there will be the “what about matter over thread” comments but of the 60 or so devices I’ve owned since getting into HA only 1 had matter/thread capabilities (not counting HomePods).
All that being said I wouldn’t be surprised 5 years from now if matter over thread was THE standard, but for today I think it sucks, and I hate manufacturers trying to force it down our throats when I’m perfectly happy with and much prefer zigbee.
I have been having some issues where some of my automations are not firing, specifically ones triggered when my phone leaves an area. Is there a way to have a helper or an integration that can monitor this? Maybe I create an automation to check and if certain automations don't trigger on a regular interval I get a notification...?