#zigbee-archived
1 messages Β· Page 160 of 1
If i choose 'repeat' as an action and select 'until' i cant select an event as the until condition
What's shown in the debug log when it fails to remove?
@austere patio there is no button to remove
Is it a coordinator?
no
And it persists even if you restart HA?
The #automations-archived channel can help with automations
Events aren't an option, but you can create a template sensor for the event, and use that in the condition
Just FYI if anyone searches in the future for these Linkind sensors on here. They seem to have fixed themselves overnight. I did update HA to latest stable last night but the issue was still present. Today they have been working great.
Any recommendations for a zigbee hub in canada?
HA is the hub, you need a coordinator stick or other thing that talks to HA
Sweet! Any recommendations for one of these?
if you click on the thumbtack for pinned threads theres a list in there with links. I've ordered 2 of the highly suggested chipset pieces from "slaesh" and love them
CC2652
Howdy folks, does anyone know if there are any Cautions or caveats for running zigbee and zwave in the same system?
None other than you'll need to build out two meshes instead of one
noted thanks!
Any recommendations for a motion sensor? Now my Linkind sensors are on the fritz again lol. I need something more reliable.
The only things on Amazon that look decent are the Sonoff motion sensors. Everything else is either $40 or looks sketchy on Amazon.
GoControl CECOMINOD016164 HUSBZB-1 USB Hub https://www.amazon.com/dp/B01GJ826F8/ref=cm_sw_r_cp_api_glt_fabc_XYMKTGNP55SKX7NJ52M5
I bought this which has worked really well. I donβt have any Zwave devices though so Iβve only used the Zigbee functionality.
Does HA supposed to work with CC2530? I always get "Failed to connect" error, but zigbee2mqtt can connect to it
Should work. Enable https://www.home-assistant.io/integrations/zha/#debug-logging and post the log.
so I have a dumb question ; where is Supervisor > System > Hardware . I am running Home Assistant under Docker with the linuxserver image. I was able to figure out how to pass a usb device ; dev/ttyUSB1 is a CC2652 zigbee controller but it failed to connect and I am trying to troubleshoot it
puddly: thanks, here is the log:
If you're running HA Container, there's no supervisor @worthy wedge
Check the HA log
oh man ,
Is the baudrate correct? Is Z2M running concurrently or does ZHA have exclusive access to the hardware? All ZNP coordinators respond to a ping request, regardless of the version.
I am not sure about baudrate, I left the default. I have currently disabled Z2M
I purchased this "SMARTLIGHT CC2652P Zigbee USB dongle" .. lets say for arguments sake that for now with this docker instance... if its having issues connecting and I have read a suggestion by googling that use dev by serial id instead of dev/ttyusb1 ; how would one go about figuring that part out; the HA log
?
Well first I'd make sure you've passed through the correct USB device
You'll also need to re-create the HA container when you set up or change device passthrough
I've not personally tested a CC2530 with a FTDI USB-serial chip but it should behave identically to the CC2531. How are you running Home Assistant?
What happens if you ignore the radio probing failure and manually set it up as a ZNP radio?
I am testing it in VMware
I select ZNP manually, because automatic mode fails and asks me to select settings
You know when you click on Zigbee Home Automation ; the USB device shows up ; I click on it ; then the next screen I choose ZNP (CC26x ) thing ; and on the 3rd screen you get stuck fails to connect when put /dev/ttyUSB1
Z2M's default baud is 115200 so if you didn't change it then the same setting should work when used with ZHA, though autodetection uses those same settings and shouldn't fail.
Something somewhere is preventing the serial port from working properly.
data flow control is empty by default ; but I tried with hardware and software options
port speed is 115200
@worthy wedge Does your stick have firmware pre-installed?
according to the ebay listing yes ; its always found in the recommended hardware and I purchased it 2 weeks ago according to this groups recommendation.
did you re-create the HA container after passing through the device?
also, still need to see what the HA log says related to this if anything
" Zigbee CC2652P Coordinator Ebyte E72-2G4M20S1E USB Dongle is a USB stick for controlling Zigbee devices in a smart home system using the zigbee2mqtt application.
The stick-coordinator can be flashed with firmware from @Koenkk (Koen Kanters)
or from @Egony (Alex Egony) (). By default, Zigbee adapters come with pre-flashed firmware from Egony.
The backdoor bootloader is open, respectively, the coordinator can be flashed via USB."
puddly, I see that TX led blinks, but RX does not during ping request; during Z2M communication both leds blink
|| who's gonna give in first and create a thread ||
VICTORY
@worthy wedge did you see my question above?
Hi Tediore , the log is empty. and HA container was restarted ; Synology was restarted . Its literally the only thing my simpleton brains genuinely knows to do when I get errors haha
Ya, actually when I first connected the USB devices ; the container completed crashed and I had to start a new container . So by luck that is also true. The closest hint I have that might be an issue is that on the forums people have said that using /dev/ttyusb1 is problematic and use /dev/ by serial-id thing ; I just need someone to help me figure out how to get that path
anyway, i'm not familiar with synology NASes... do you have access to a terminal with that?
yup I can ssh into the synology ; thats how I got the drivers onto it
/dev/serial/by-id/... is a symlink to /dev/..., they're the exact same device
/dev/ttyUSBx isn't inherently bad; it's just possible for it to change on reboot
what's the output of ls /dev/serial/by-id?
and while you're at it, do docker exec -ti home-assistant /bin/bash and replace home-assistant with the container name if it's not that
no such file or directory when i do ls /dev/serial/by-id on the synology NAS ; >lsusb -ciu ; give me |__1-2 1a86:7523:0264 ff 1.10 12MBit/s 98mA 1IF ( ffffffd8ffffffb9ffffffd0ffffffa2)
1-2:1.0 (IF) ff:01:02 3EPs () ch341 ttyUSB1
whatever OS the NAS runs must not do the by-id symlink
regardless, do docker exec -ti home-assistant /bin/bash
k im in it ; what do you want me to execute
ls /dev
alright ls /dev/ttyUSB1
just dev/ttyUSB1
okay, so it's passed through to the container. any other USB devices connected?
you know what ; my gut says . I'm a moron and I'm adding uneccesary complexity by doing this docker business. I'm just going to go back to Step 1 and start with a VM . and if that fails I'll just load it onto a raspberry pi ; I need to do baby steps. stuff is too overwhelming
assuming /dev/ttyUSB1 is your zigbee adapter, using an HA OS VM or a pi with HA OS instead won't make a difference
HA OS still uses Docker under the hood; the only difference in that case is that all USB devices are passed through automatically
ok , so baby questions ; on the 3rd screen is the 115200 number correct ; and the 3rd box being empty correct or should it be hardware/software
I just want to isolate the trouble spot the /dev/ttyUSB1 ; and then I can focus on some googling to figure out if I did something wrong... the reason I don't think I did anything wrong is because in the first screen it picks up the 2 usb controllers that are connected and I see the full serial name
115200 baud should be fine and no flow control should also be fine
ok I have an extremely dumb question ; but is 115200 a "port" ? like could it be my firewall stopping things ?
Does an individual need special permissions to upload a photo on this channel?
Yeah, use an image hosting site instead.
@worthy wedge are you using DSM 7 or 6?
dsm 7
ch341 driver ; ttyUSB1
cp210x driver ; ttyUSB0 for zwave (haven't even started how to do this yet)
what guide did you use to make serial work? i quickly tried to modprobe all the things for ch341 but didnt work so I guess you need to download/compile it
ive abandoned any attempt ; i'm noticing a trend with people have these issues under DSM 7 and docker ; and reading up on getting homeassistant up and running in a VM
+1 for that. Else you might have to tinker with it every time synology updates the kernel
grr, this zigbee lock doesnt fire an event when an incorrect pin is entered
that ruins my idea of snapping a photo with my security camera when that happens
smart locks π€’
Just snap a picture wherever a person is discovered on the porch anyway 
i guess i can check if im home, and only notify me if im not home
That's one way
I get notifed whenever a person is on my porch, that way I know if I should ignore it or not
instantanious
Konke has a new set of sensors coming out https://s.click.aliexpress.com/e/_99Qeme
Interesting design
Motion sensor looks neat, very much like the Fibaro Eye of Sauron
i just hope the price won't be overblown due to the fancy design
the price is unrealistic now, wait till they arrive in the Konke store
Fun fact for you, the word "konke" means to "bottom out" in norwegian
"I got home and konked out on the sofa"
Yea, any idea why that might be the case? Something to do with binding serial ports to the snap maybe? I tried snap connect home-assistant-snap:serial-port snapd:usbserial and restarted HA but no dice.
konked is big in australia too
what the actual frickorino
Homeassistant via snap
I thought I had seen it all
That can't be supported in any way
I appreciate your insight, did you have any useful suggestion for alternative things to try? π
Well, moving to any supported installation method would be a good start
π
Since you are already running linux #449717345808547842 would be the logical step
@jolly narwhal I appreciate that suggestion but I want to try get it working through ubuntu.
Well, docker runs on ubuntu
So yes
I'll just ignore for the time being that we are talking about ubuntu as a server OS, even though it pains me
From https://snapcraft.io/home-assistant-snap I'd say try raw USB
Those konke devices need to be paired in specific zigbee channels, right? Can't use them since I am on zigbee channel 11.
Correct, but 11 is a terrible Zigbee channel anyway
@fresh mulch posted a code wall, it is moved here --> https://hastebin.com/esubefofen
@fresh mulch Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, text walls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
For sharing code or logs use https://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).
# sudo snap connections home-assistant-snap
Interface Plug Slot Notes
...
physical-memory-control home-assistant-snap:physical-memory-control - -
raw-usb home-assistant-snap:raw-usb - -
removable-media home-assistant-snap:removable-media :removable-media manual
serial-port home-assistant-snap:serial-port :usbserial manual
Yes, you posted that already
Yea I reposted in chan and out of hastebin for posterity.

I also removed the majority of superfluous content
With zero context it tells people ... nothing
Did that help? Did it make no difference? Did it summon an elder god?
I am
What context is it you would like to see?
I pasted the command and the important output lines from that command afaik?
And... so what?
What is the value to others? Why is it relevant?
You clearly felt it was important, but didn't say why...
I was replying to this.. You recommended trying raw USB and I wanted to show you that it is already included in the snap image. Or at least to my understanding it is π
You could have said I did that already then... shorter, and contained 100% more information
Sorry, I thought as you posed the question the context would be obvious. My apologies!
Yeah, I posted that a few dozen lines up
Ah, yeah sorry I'm a fan of being verbose and providing evidence to support my claims! And yeah sorry RE timings I went to handle some personal stuff (poop) π
Well, verbose is fine, but verbose with context is important.
Actually, verbose isn't fine if it breaks the rules - which you did.
Dumping command output without any context just puts crap in the channel
I also want to make sure I'm understanding snap connections output properly, for example raw-usb doesn't have anything set in Slot but I imagine that's fine.
Damned if I know. As has been said by many of us, many times, snap isn't supported for HA
Docker is. Docker works outside of Ubuntu. Docker is well known.
/walks away slowly...
We won't stop you running an unsupportable install, but it is unsupportable... our ability to help you when stuff like this happens is pretty damn close to zero
I'd be pretty damn confident that if you'd switched to Docker when first advised to do so you'd already be up and running
(you'd likely have been up and running within 15 minutes)
I don't mind putting the time in to help the community get it right, I have an open issue on the snap image github repo too so hopefully we can all improve together π I agree though RE "unsupportable install", I maintain a project that suffers from too many people using too many different methods to deploy and you have to draw a line in the sand somewhere.
Well, the devs aren't going to add snap to the official support methods
Some folks do support bespoke install methods, so if you want to do that with snap nobody will stop you
Thanks @sour shadow
is there any other developers, besides @austere patio, who is developing ZHA? I would like to share my findings why CC2530 is currently not working
Github might be a more appropriate place to discuss that
Since ZHA is part of core I guess it would be there π€
Just run the Hass OS image in vmware. To exclude any configuration mistakes
Just save everyone's time. Nobody is interested in wasting cycles on getting cc2530 and 2531 to run.
If I want to run 2 z2m's into one HA do I use the same base topic or should I split them and configure home assistant to look at both?
should have guessed there was a faq
this may not be the place for docker support tied to z2m but how does one map the port to get the webinterface? I'm just using the basic docker run command from the example
that leads to more questions lol - like where does a compose file go
Wherever you want
I'm kinda docker dumb - i've used a few containers in the past but very basic
oh
ok overthinking it then
Standard recommendation from a bunch of us is that you plan a structure like
/docker/config <- compose file goes here
/docker/zigbee2mqtt <- folder you map for Z2M
/docker/homeassistant <- folder you map for HA
Then you can back up /docker and get everything
What is the advantage of using compose for running a single container? I just have a bash script containing the run command (also pull, stop, remove, run for updates).
Because you never have to wonder what the configuration was
If I want to know in 6 months time what the config for my smokeping container is, I can just look at the file
A simple bash file does the thing. But each to their own
by the way if you don't follow the base topic for each z2m instance it will mess up your HA discovery and you need to delete the base topic from mqtt to get things straightened back out
Hey all. Anyone know for certain if I can just replace a coordinator underneath Z2M and it'll be fine?
I'm running on kubernetes and I was thinking of, rather than fixing the pod to a single node, adding another cc2652 to another node for redundancy
Well, HA really rather than redundancy
That sounds like a classic 0.00000000000000000001% usecase
I want to be able to reboot/unsuccessfully upgrade nodes without somone having to poo in the dark, basically
Perform the upgrade in a planned downtime window since you are running an enterprise level stack
The customer is extremely non-compliant as far as maintenance windows go
By the sounds of it, though, if I just stick a second stick of the same on a second node all will be well
Data volumes are reliably on all nodes
My wife
Run Z2M on a regular docker stack, at worst you have 30 second downtime during upgrades
Problem solved
Gotta be honest, pretty much all of it is "I will because I can"
Which is a horrible mindset
Best regards someone who works with 100% uptime systems
I've been supporting production systems long enough to know that nothing is ever 100% uptime. Aim for 3 9s, be happy with 2.
I seldom settle with less than 6
I think Z2M will write back the network info to the new coordinator if it doesn't have any network settings
How often it does backups and how complete the backups are is a different problem
My network almost never changes, but hopefully I can make it do dailies
If your first coordinator node fails but its coordinator is kept powered on, you won't be able to migrate to the second one
Ah, right
Because there's no watchdog timer to kill it if the application isn't running anymore
And you'll get very broken behavior with two coordinators with the exact same addresses talking on the network at once
That sounds like a custom operator and an excuse to write some python, or at least a sidecar to power off the usb
If you want 102% uptime, get a powered hub with an external watchdog timer and perform full NVRAM backup every once in a while
That would allow you to maintain the coordinator state completely independent of the coordinator. I know Z2M does this at least during network formation but if it does it on shutdown and startup as well, you're basically all set.
Should be in a .json file in its data directory. If it changes over time, you'll see the frame counter and list of children/nodes with keys change.
Hey @molten linden my PoE controller has been absolutely solid for months now; happy wife, happy life
Just wanna say thanks π
Can anyone tell me why my end-point devices (Aqara buttons, temp/humidity, and contact sensors) refuse to go through my Sonoff smart plug mains and prefer a weak connection straight to my Sonoff Zigbee stick?
I use Aqara buttons too (the replacement for wall switch type) and I find that they do not self-heal or find the best connection themselves. When I set them up initially, I had to build the network myself by turning all other zigbee devices off and turn them on and set up the aqara devices in the way I thought they should connect. Hope that makes sense
I just kept an eye on the map as I was setting them up to make sure they connected where I wanted them
You should also be able to permit joins just through that router
Instead of asking every router to permit joins
I have quite a few dozen aqara devices, no issues here, everything paired in place with a strong mesh to begin with
Yeah I dont have issues either, I'd just turned off my smart plugs etc, and had the aqara devices create a mesh then powered up all my zigbee plugs etc.
But battery devices don't mesh π§
Ah, I'm talking about the mains powered aqara wall switches
I've re-read the question and realised my answer is not helpful hah
I use wireless ones exclusively
I have two wireless ones (with six buttons) and they're great as bedside switches
took some setting up though
Itβs all good. I have 2 Sonoff smart plug mains and 3 IKEA signal repeaters. Not sure anything really wants to route through them.
I wonder if switching from ZHA to Z2M would make things better.
The integration has no control over the mesh
Okay, thanks.
Should I be manually adding devices to my specific (closest) mains?
Aqara devices specifically do not pick good parent routers so you will have to factory reset them and then go to the specific router you want them to join through and click the button that permits joins only through that router
That way, they can't join the network unless they join through that router
Oh interesting. Makes sense.
puddly explains it waaaay better than I was trying to
I appreciate both of you γ
@gentle flint and what's exactly wrong with CC2530+CC2592 if you have a small network? For example, Sonoff is using CC2530 in their end devices and routers. Z2M was recommending it less than a year ago if you don't have a large network. And by "nobody" you mean you? CC2530's coordinator firmware was updated 4 days ago, so clearly "someone" cares.
It was updated to make LEDs blink
The actual firmware written by Texas Instruments hasn't seen a single change in I believe five years now? There are outstanding bugs that cause the coordinator to completely lock up, and in the case of the CC2531, require a physical reset (since it acts as its own USB controller).
Nothing wrong with cc2530, i just was telling you that devs won't spend time on it
25xx is a nightmare and there are no good reasons to use them as coordinators
And yeah, it's a maintenance burden. But if changing three lines of code will fix the startup issue, it's not that big of a deal.
@austere patio it is more than LEDs: https://www.diffonline.net/8faSxO8eCk
there are some UART related fixes
Only the RX/TX buffer size adjustments, I believe they aren't the first. I'm not sure if that is the root cause of the CC2531 locking up for me every two weeks but I'll eventually give it a try on my test network.
I have a zigbee trv. The current temperature is shown on the valve. When i check the state attributes, its shown as current_temperature. How can I show that on the dashboard? If i insert climate.radiator_thermostat it only shows me if it is idle or heating.
#frontend-archived can help with that - some cards can show attributes
If the card you're using doesn't support it, create a template sensor and show that
does anyone have a how to on setting up bindings with zha? i have a conbee2 ikea dimmer (toggle type) and a ikea bulb but can't for the life of me find anything on setting up the bindings so that i can control the light with the switch directly
man this is exciting ; after like a month of discussions on this server I have a home assistant server running, a zigbee and zwave stick in it and 2 sengled bulbs ! dumb question but I can't control the bulbs because when the wall switch is off everything is off ; so this is why people get zwave/zigbee wall switches ? i never understood that before . so they would technically be always on
Yeah, either dumb bulbs + smart dimmer or smart bulbs + switch covers + wireless buttons
you can in some cases control what the on off does of the switch
instead of opening and closing a 120 contact some switches can send commands
that control the bulbs
gotcha ; so is there a smart dimmer that can detect presence/motion ?
like can i make it smarter ; or would it be 2 different devices
i think it be better to do two different devices in my opinion in my house the light switches are on the interior wall and to activate the motion controls you would have to fully enter the room and turn before the switch motion would activate, were as a motion detector directly in line with the door activates as soon as you open the door
ah good thinking
what type of switch did you opt for ?
or brand/make model
could sum1 give me the coles notes for the difference between ...tasmota, deconz, iobroker, zigbee, zigate .... I understand generally between ZHA and zigbee2mqtt ; ZHA would be the easier to use thing for a noob like me ; zigbee2mqtt might perhaps unlock more features but thats something I might tinker with wayyy down the road ..
I get more lost when reading up...
Tasmota is mostly for WiFi devices, it has some limited Zigbee support
deCONZ is a commercial alternative to ZHA or Zigbee2MQTT
ioBroker looks to be a Home Assistant alternative
Zigbee... well, that's the protocol this channel is about
ZiGate is a commercial Zigbee gateway, much like deCONZ
TL/DR:
- Ignore Tasmota, deCONZ, ZiGate, and ioBroker
oh man ^ i just took a snippet of what you said ; their github pages should start off with your 1 sentence explainers hahaha
ty ; I just wanted that internal confidence that ZHA is it for me, and I'm going to just filter zigbee devices that make life easier with that integration and keep things super simple
stupid ikea tradfri button thing
it was reporting "unknown" for its battery for ages... finally got it to report a number (100%)
but then a day or so later, it just stops working at all
so i replaced the battery with a brand new one.. and now its reporting "Unknown" again for the battery
Itβs usually not worth the sweat with some devices, there are better knes out there. Do ask for recommendations π
any recommendation for a smart switch that also acts as a range extender for zigbee ? I'm located in Canada .
I am leaning towards ; Enbrighten 43080
damn so I messed up in purchasing these sengled bulbs ; apparently they don't act as repeaters . any RGB bulbs out there that extend net?
Philips hue ones, ikea ones, almost all others on aliexpress
Or smart bulb + smart dimmer with the relay decoupled from the button 
Hey guys. Im renovating my house and have a setup of 160+ devices when finished (currently at 108). Many of my devices don't respond randomly and I lose control over them
I'm currently using ZHA with a Conbee II located in the middle of my 1700sqft condo (lots of concrete walls). 80 of the devices are IKEA GU10 globes and show up as routers and are all in very reasonable proximity to each other.
I've also powered off HA hardware for +20min so as to force rebuild the mesh.
How can I avoid these units from dropping off the network?
1: Buy range extenders (I thought that's what routers were which with this many globes shouldn't be a problem)
2: re-pair each device in place moving outwards from the controller bsonas to force a nearest route (is there any validity to this)
3: switch to z2m? Why do z2m ppl say z2m is superior to ZHA connectivity wise?
4: install 2 controllers and pair some devices in one part of the house and others in the other part (how is this done in HA/ZHA and am I forced to use z2m) therefore reducing the number of devices on each controller.
I know it's a long question but I'd love to hear from anyone with a LARGE network
1: yes, range extenders do the same as any router device. You should have done 2 from the start. 3: Z2M shouldnt make a difference. Try DeConz though, thats what conbee is supposed to be used with and apparently conbee+zha is a bad combo (though it works fine in my average sized house).
@vale surge Make sure you always add devices in their intended location, rather than moving them after adding to the network.
I use a conbee II with Z2M it's considered experimental, but in my case has been quite stable over the past few months. I am far away from such a large network though, only 49 devices in 2500sqft house. I agree with @inland coral though, every device should be added in its intended place, especially for device known to not switch routers (such as Aqara for instance). In my situation the switch to Z2M from ZHA was because of some devices (specifically WS-EUK02) that were not functioning properly in ZHA (no state return from right switch when physically triggered). I tried deconz and didn't stick with it because the phoscon app lacked options and the deconz app was not very friendly GUI-wise in my opinion.
do wall switches show power watts ?
stupid question here, is there a way to connect a 3rd party app (smart life, hue, etc) to control the devices on my (zha) zigbee network other than the homeassistant app? None of my android apps can find the bridge/husbzb-1
how are tuya or aqara sensors
any better alternatives out there?
what are people's opinions / experience with zigbee door/window sensors as I see mainly zwave devices on the market
In my experience the Aquara products work really well with ZHA
@viral willow idd, the answer is no
@worthy wedge that depends on the model, how is wired
but doubtful
regarding that switches
aqara zigbee works very well, tuya ... not so much
I got a similarly sized network as you'll have. Started off with one network but I split it into 2 different once. I don't really know if it made any difference but I imagine it's better as broadcasts echo less in the network.
I would suggest that you switch to a CC2652 coordinator. I've not used ZHA enough to judge, but z2m has been working fine for me.
If you are buying new lights, get philips hue for places where you want to be able to dim a lot. Ikea don't dim very low while philips dim so such that you can use them as a night light for kids.
good choice, maybe they will become better but for now most of them are π©
i think i have only a couple of devices left
4, apparently.
3 x LED strips, and a pedestal fan
so, nothing important
But deconz and https://github.com/hass-emulated-hue maybe?
when I hear / read words like deCONZ, Conbee I have chills on my back
why would anyone ever want to do that is beyond my understanding
ha can do so much more, why would anyone want to convert it to a hue bridge?
if anybody can explain ...
maybe just to control the lights
locally
trough ha
and just because hue bridge app looks nice?
else ... beats me, I am thinking ppl just want to have ha and use hue app too
I want just lights and ZigBee/z-wave devices in an app my kids and wife can understand. I don't want/need the whole Hass instance available to them.
Use cases:
You or your family like to use the HUE app for control over ALL your lights, so even non-Zigbee/HUE lights...
You've replaced the Official HUE bridge with ZHA/zigbee2mqtt and you miss some original HUE features.
You'd like to sync your lights with your TV/game (e.g. HUE Sync, Ambilight+HUE).
yah like i thought
@viral willow what about Google Home app?
you can expose your devices (or a subset of them) to Google Assistant/Home
I'd be fine with that, but currently Google home can't access zha as a bridge
How?
Literally what my initial question was lol, anything other than Hass app π€£
let me find the link/video
this way, you can expose devices/entities that you want, to the Google Home app
It would be really cool if I could add the zha instance as a zigbee gateway to smart life, because all my devices would be in one place for home control
Thanks I'll give it a watch
i did this yesterday, for the wife
Awesome
purely so she can "hey google, open the blinds"
(they are ikea tradfri blinds, using ZHA in HA)
Well we don't talk to it yet she thinks that's weird, but switches in Google home would be good
yeah, the side effect is, the devices are in Google Home app
i havent watched this one, but same idea, i think
I'm probably going to end up trying to create some sort of app-bridge in python, and emulate a tuya hub. But for now this will help. Thanks.
whats wrong with the Home Assistant Companion app?
you can make dashboards specific for her user account, and hide stuff that isnt relevant
Hello everybody . Iβm trying to bind my zigbee remote (tuya) with my zigbee light switch . But in bindable device list I see only my conbee 2 . I probably missing something basic but I canβt find any how to about bindings . Remote does not have any entities except power . So I canβt connect the button press via automation either β¦ any suggestions?
I have 2 HA installations in my lan. On zwave I use zwavejs2mqtt to get the "remote" devices on my main HA. Is there anything similar to get zigbee viewable and controllable on the main unit?
Zigbee2MQTT
Thanks... Why on earth did I not find that... π
forgot to mention i'm using ZHA integration.
The remote is not supposed to have an entity but it should trigger a ZHA_EVENT you can check in developer tools.
If you canβt bind, you at least should be able to make an automation based on that triggered event.
thanks thats a step forward will try this.
Hello everybody, i hope anybody. can help me.... i have upadated may Home Assistant instanz and now couldn't start my Zigbee....
Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator
Traceback (most recent call last):
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
fut.result()
asyncio.exceptions.CancelledError
Is it just me or are Ikea shortcut switches terrible?
Batteries seam to die so fast and I cant keep them connected to the Zigbee network. Any recommendations on a solid push button style Zigbee switch?
Strong mesh?
I dont have many devices... so, no. But the one that keeps giving me issues is right next to a hue strip.
so, I would think it would be okay... maybe not. Its also only 15ft away from the router.
You paired it in place where it is installed?
Worth looking at the map where it is actually connected
Always pair in place
Never move
nobody can help me?
I think this goes without saying... but, If I am having issues pairing where i want the switch, its likely a mesh coverage issue...
These just work:
Aqara Opple Switch Double Four Six Buttons ZigBee Switch Wireless Remote Control Light Homekit Switch
https://a.aliexpress.com/_mO26OIi
also, looks like my battery was dead, so I assume the RF was working a bit to hard when i moved it.
Love the words... "These just work"
π
Yes
They do work, when you have a good mesh for sure 
Interference doesn't help, WiFi doesn't help, Bluetooth doesn't help, living in an apartment doesn't help
There are a lot of factors with all wireless technology
a while back some one here pointed out to me that the coordinator backup is done automatically by Z2MQTT. What i did wonder is.. How do i restore it on new coordinator?
its even more simple. if i use device as trigger type . i have a separate trigger for each button
I'm setting up a completely new HA environment to see if I can solve and issue I'm running into. However, how when I try to pair things they come back as unk_model by unk_manufacturer even though they worked fine before. These are Sengled LED bulbs that I've reset and am trying to repair.
I'm using the latest HA stable image and the Nortek HUSBZB-1 stick as my Zigbee hub.
Nevermind on the above. I restarted the Docker container and it seems fine now. Pairing is really wonky though. Sometimes things are detected fine, other times it is "unknown". If I try to name the device in the pairing menu that usually never persists either. Not sure if this is all related or not.
There's a file in your configuration directory, thats what you backup. Then just drop it in to the new one. Use the same config (channel etc)
Is there a way to manually override a device type? I've got 2 door sensors that worked perfectly before. Now only 1 pairs correctly as a door sensor. The other one just pairs as a binary sensor.
Anyone know if the Sonoff ZigBee bridge is good? I have a Conbe 2 stick with Deconz. Don't like having a separate annoying login so I thought I might convert to ZHA or zigbee2mqtt
Someone knows it's not
I work with Conbee 2 stick and ZHA. The only problem i noticed so far is binding but i'm not that far in progress.
Binding?
I'm trying to figure out why my Aqara water leak sensor won't change to Wet when dousing it with water. I'm brand new to HA, using the zigbee2mqtt addon... got my devices in there easy, everything reporting correctly (including a temp sensor)... but for some reason the water leak sensor won't change state... does anyone have suggestions on how to troubleshoot this?
/edit: sensor is on the bottom π€¦ββοΈ Got it working!
as far as i understand there is an option (for example) to bind a remote control button to light switch and control the switch directly even if HA is not functional, but did not managed to get it working yet.
Ohh I see.
Don't know if I need that. Would be nice to be able to use hue apps (like party light apps)
Yes, check the zigbee docs on the homeassistant docs page
Thanks, I finally got everything to pair as normal. I had to remove and repair a couple times for each device. Something is not right.
anyone else getting 502 error when opening zigbee2mqtt (after fresh install) I have this issue now on both this addon and the Double-take addon on both supervised install and a rpi 3b install with hassos... report as bug? if so, towards core?
are things like philips hue bulbs routers? or is a router a dedicated gateway type device?
Routers are most mains powered devices
The main exception are Sengled bulbs - Hue bulbs are routers
π
For us devices most βno neutralβ switches / plugs / relays also arenβt routers
Can anyone suggest a UK power strip..
3 or 4 sockets...just want Individual on off commands
Roughly wanting to spend 20 - 30 quid
I'm using ZHA
What's this? 2021-11-21 01:46:09 WARNING (MainThread) [zigpy_deconz.api] No response to 'Command.aps_data_indication' command with seq id '0xc4'
I have 1 zigbee lamp, 2 zigbee sensors. 2 automations that turn on and off the same lamp. I'm not sure if it's a zigbee issue ... but those automations are flakey. Worked well for weeks,
Is this that issue?
and:
2021-11-21 02:00:43 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2C3F:1:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x2c3f:1:0x0300]: Message send failure'), DeliveryError('[0x2c3f:1:0x0300]: Message send failure'), DeliveryError('[0x2c3f:1:0x0300]: Message send failure'), DeliveryError('[0x2c3f:1:0x0300]: Message send failure')]
thinking about riolling back version
hmm seems i need a firmware update
Wich is failing :/
hmm needed \.\COM4 instead of com4 as parameter
GCFFlasher.exe -x 3 -d \.\COM4 1 -t 60 -f ..\firmware\deCONZ_ConBeeII_0x26720700.bin.GCF in case other people have issue in windows. Use EXACT name of device path that's shown when you did GCFFlasher.exe -l
:/ same error
think full reboot fixed it
pfew fingers crossed
My Zigbee network(s) have been having lots of issues lately. What steps should I take to debug the cause of these?
ZHA, Conbee II
i looked in core log and saw the warnings there
TBH - Ive ditched ZHA yesterday and spent an entire day (wasted) trying to get Z2M working - to no avail. Says it cant find the dongle on /dev/ttyACM0, and I tried both /dev/ttyACM0
and
/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2120448-if00
Installed Deconz this morning and it worked out of the box - even did an automatic OTA update of the stick (which then I deleted deconz and re-installed Z2M) to find the same error
So Ive given up on Z2M and going to revert back to Deconz
What type of HA install are you using? That may mean that Z2M doesn't have access to your USB ports.
DECONZ - Anyone found a way of getting hidden entities our of Deconz? Or is this where ZHA-quirks come in?
I had ZHA installed on my machine and it detected my aqara sensors with "presence" and "occupancy" - whereas Deconz only detects "presence"
can i see ZHAzigbee topology?
ah found it
Ok that's a realy annoying interface everything keeps moving
Yeah i would call that useless
disables autozoom
so ive asked this a billion times before but i feel better able to maybe work with info given
i get some zigbee devices that show up as "unk_manufacturer unk_model"
and i have no idea how i might get them to work
Have you tried restarting HA?
yes
What coordinator are you using?
Which coordinator USB stick?
this has been a standing issue for a while for me, i got a bunch of sensors from spectrums security stuff
nortek stick
Do they consistently join without model and manufacturer info? Or is it something that happens randomly?
husbzb-1? iirc
consistantly
never have come up as what they are, like atm i have a door contact sensor in front of me
Can you upload a joining log to a pastebin (e.g. https://dpaste.org/ )?
where can i get the log?
When you join a device in ZHA, there should be a button on the top part of the screen
Or enable https://www.home-assistant.io/integrations/zha/#debug-logging and restart HA, it'll be in your home-assistant.log file
Your device has no model name, no manufacturer name, or any clusters in its only endpoint beyond the "basic" cluster, which should be the one you read to get that info
They at least join your network so they will work, they probably just require the original security system to reverse engineer how they actually communicate
Is it a Tuya device by any chance? Wonder if it's some new bullshit they're pulling
Tuya makes zigbee stuff
i got from spectrums security shit they used to doo
Gotcha
Oh, some zigbee devices are proprietary like the gen 1 iris stuff
Could be the issue here
make them not be
I think you've actually asked about this before. Until someone buys the whole working system and sniffs traffic to figure out how it works, there's no way it will work with ZHA or any other integration.
mmm zigbee sniffing
^ correct i have asked before, figured i'd ask again if anything new happened
If you're dedicated enough for that bored, I have a guide on zigbee sniffing
i just wanted easy to use door sensors, lol
You in the US?
yep
i'd rather send you a bundle of hardware and have you do it, and you can keep some of it, lol
also got zigbee numberkeypad
Fine by me!

those work well with ZHA?
Oh, no idea. They work well with z2m though, and I don't think they do any manufacturer-specific stuff, so they should be good to go with ZHA
I'll check the converter for the contact sensors to confirm that
is z2m not officially supported? i dont see it in addable intigrations
It's not an integration
addon
It connects to HA via MQTT
If those Xfinity sensors are standards-compliant, they will also work out-of-the-box with ZHA.
Yeah, that's what I was implying above--just have to check the converter to confirm
any chance that z2m would be able to do something with the sensors i have?
word
ill try the xfinity sensors when i get more money to burn, i also need to find a decent motion sensor
wifi, zigbee, zwave, idc
those xfinity ones don't appear to do anything unusual
so they should be fine with ZHA
trigger warning
the wut
probably not unless they're not battery powered
zigbee is best for battery powered pir right?
well i mean i feel like zigbee usually is cheaper
it is generally
so ill grab that 10 pack of door sensors
just need like 2 or 3 motion sensors
i grabbed an aqara pir sensor to try out from amazon cause i placed an order for 2 of the rgbw strip controllers like i have currently, to see if i get lucky and get esp based ones
I'm getting to my wits end. Now most of my Zigbee sensors aren't even firing. What's the best way to debug what the hell is going on?
Looks like all my routers have stopped connecting. Easiest to just put them in pairing mode and add device again? Or will that create duplicate devices?
FFS, now the routers won't rejoin the network at all, even after removing them. What the fuck has happened?!?
What is your ZigBee integration and coordinator?
ZHA, Conbee II. Have Hue Hub and AP fairly close to Conbee II. Just moved it with an extension cable. 2.4ghz Wifi is on channel 1, Hue Zigbee is on channel 25. ZHA should be on 15 (default).
Hue Entertainment zones. Plus redundancy (which has been needed considering the issues).
Don't need redundancy if there are never issues though π§
But Conbee seems to be a returning common factor lately
It's weird, because it's been really solid for at least a year. Just recently started having issues when my lock battery ran low.
stupid ikea things
after a few hours, they seem to drop off the network
and the only thing that seems to get it going again, is restarting ZHA
and this door lock... its sending commands on manual lock/unlock (so its on the network) but not responding to commands to lock/unlock
...but it was working perfectly before
Enable https://www.home-assistant.io/integrations/zha/#debug-logging . Do you see MAC_CHANNEL_ACCESS_FAILURE in your home-assistant.log file after a while?
[zigpy_znp.zigbee.application] Request failed (Unsuccessful request status code: <Status.APS_NO_ACK: 183>), retry attempt 3 of 5
[homeassistant.components.zha.entity] lock.office_door_lock_door_lock: Error with lock_door: Request failed after 5 attempts: <Status.APS_NO_ACK: 183>
I'd let it run for a few hours to collect more data
debug was already enabled
Any instances of that specific error message?
the one you mentioned?
Yes
not in home-assistant.log, but in the older home-assistant.log.1
(i just restarted HA about 5 minutes ago)
Do you have your coordinator on a USB extension cable?
Put it on a USB extension cable. You can hot-plug it with HA running.
How frequently did it occur in your previous log file?
The specific error message means that the coordinator refused to transmit because there's too much RF noise
interesting
Use an extension cable and keep the coordinator away from interference sources like USB 3.0 ports, raspberry pi's, 2.4GHz routers, etc.
i used to have the co-ordinator in a front mounted USB port
ive relocated it to a motherboard port (on the back panel)
so perhaps i move it back to the front
That'd definitely negatively affect its performance
swapped it back, gonna restart to make sure
No need (but it won't hurt )
I'm moving my HA,z2m,eclipse broker containers (and volumes) install to a faster host machine, do i need to re-pair all my zigbee devices ?
its a usb port passing through from a docker container
this does my head in
the smart lock is about 50cm from the coordinator
.....and now its working
zigbee = voodoo
It would probably be a good idea to log that status code as an error in zigpy every time it's encountered so you don't have to enable debug logging to see it
i dont get it hey
the lock is literally about 50cm direct line of sight from the co-ordinator
yet, its decided it wants to route through an ikea pendant light in the kitchen
which is about 6m away, through walls
Most compliant devices scan for potential parent routers and pick the "best" one based on perceived link quality
If you re-join the device or turn off its parent for a while, it'll find a new one. Hopefully the coordinator now that it's been moved to a better spot.
the cc2531 should avoid usb3.0 ports ?
All coordinators
CC2531 has a tendency to completely stop functioning and appear dead when it gets noisy
if i want to change channel, do i need to repair everything?
Yeah
As long as it's one of 1, 6, or 11 it should be fine (assuming you're using the ZHA default channel of 15)
6 or 11 if you really want to keep it far away from your Zigbee network
As long as it's on 1, 6, or 11 it won't overlap with your Zigbee channel, though the sidebands may still overlap a little. Probably not an issue but if you want to be extra sure, move it to 11.
switching 2.4GHz to Channel 11 now
ive got 2 wifi APs
and they are now both set to channel 11
the only 2.4 things are IoT stuff
all the PCs and phones/tablets are on 5GHz
Unless you have explicitly forced them to use 5Ghz in the client settings they will probably fallback to 2.4 randomly when needed
"I know best" -Every client ever
i have band steering enabled, prefering 5GHz for devices on a specific ssid
Preference isn't the same as forcing, so 2.4 bleeding can still happen
sure, but i will monitor it
But it will try its best
Most people don't, but this is especially important when doing widespread WiFi analysis (I've worked on a few projects with 1500+ APs) and mapping
Why is channel 11 better than channel 1 for Zigbee overlap? Would have thought sidebands of 11 were closer to 15.
And the RF interference is interesting. Would definitely explain why my Conbee works better on an extension cable. Should really move the AP much further away though.
Zigbee and WiFi channel numbers aren't really comparable. For example, WiFi 11 and Zigbee 11 are two completely different frequencies (and widths).
Ohh shit, I see it in that infographic now!
That might be my issue. Moving to 11 now!
Make sure your neighbors aren't all on 11 as well. WiFi probably won't have much of an impact unless you're using Z2M and didn't change the default from 11 to 15 (or 20 or 25)
My wifi is on 1, and the AP is less than a meter from BOTH my Zigbee coordinators.
That sounds horrible
Have left Wifi on 1 (looks like very little other wifi interference there), moved ZHA to 20, and Hue to 25. π€that improves things!
euhm trying to add zigbee cc2531 to new host , but it doesn't have the /dev/serial/ dir , where else could it be located ?
found it took some time to pop-up
devices:
- /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E299EC-if00:/dev/ttyUSB0
but now i wanna start it in compose , but what should the second part be ? its ha internal right leave as is ?
are you running HAOS ? or not ?
nope , ubuntu , ha container
Could have sworn you asked that already... or was that another server?
Zigbee2MQTT:error 2021-11-21 15:05:38: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0',
migrating z2m to new host cannot find
but ttyacm0 isnt referenced by me
You've got Z2M configured for /dev/ttyACM0
not in my compose file ..

checked config.yaml z2m and put port to null
ah srry
/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E299EC-if00 put this in z2m config , didnt work
Yeah... I wonder why
does it need to be a TTY

You need to tell Z2M to use the path you've passed through
Or whatever you passed the path through to
might not be the same on the inside as the outside, depending on the docker config
Why not pass it through as /dev/ttyACM0?
devices:
# Make sure this matched your adapter location
- /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E299EC-if00:/dev/ttyACM0
and put the tty in z2m config , right thnks
So inside the container it is ttyACM0 then
yup done so
could the cooordinator_backup.json files be messing things up
?
still bugging not found
Zigbee2MQTT:debug 2021-11-21 15:18:30: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":true},"backupPath":"/app/data/coordinator_backup.json","databaseBackupPath":"/app/data/database.db.backup","databasePath":"/app/data/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"adapter":"auto","path":"/dev/ttyACM0"}}'
just shelled in and the /dev/ is there ?
did just copy the z2m folder from one host to another
in hope not having to re-pair everythign
If done correctly, migrating from one host to another is a breeze
I've done it four times
with the same config
hmm the /dev/serial/ dir just vanished ....
didnt unplug it :S
should avoid plugging the cc2531 into an usb 3.0 port right
plugged into another port and worked
yay
hmm sensors are working , but frontend isnt...
what would be a logical upgrade to my cc2531 ? cc2652P2 Zigstar v4 ?
moved HA to a new host different location getting LQi < 25 :/
the 2652 with antenna can cover an entire house ?
Takes a lot of time creating dashboards, where the cloud style just had it all set up without much of anything.
Anyway, I have been researching and it seemed z2m with an app for mqtt on the phone, and Smart NORA to integrate with Google assistant would be a great option.
But then I read this: https://community.home-assistant.io/t/choice-of-zigbee-solution-zha-deconz-zigbee2mqtt/258207/17
So now I need to either research deCONZ more or just try it out.
I thought I had made my decision until I read that comment about the hue apps.
are roller shades the only type of blinds that can be home automated with zigbee ?
No
If it's ZigBee, the spec doesn't actually care what the item is. It can be automated.
but like if my blinds have a cord; i can't wrap my head around how i make dumb blinds smart.
Easy
i know there are those ikea blinds and htey are rollers so i see that
Zemismart M515EGB
but like , it seems like magic ; if blinds that have chords can become smart
ok I'm watching some youtube videos ; about this . watch me get my mind blown
Cool question though, because my blinds are dumb and I want to automate mine also, to save on heating and cooling and save lighting energy during the day. I've been researching it as well (I'm not far enough yet to make suggestions)
A diy might be the cheapest way, the ezwand/e-wand ones are hella expensive.
This looks like a cool idea: https://community.smartthings.com/t/battery-powered-solar-recharged-automated-blinds/99717?u=ryan780
Problem is my house has over 30 windows lol.
Anyone has a sonoff temp/hum sensor running with z2m? Mine pair fine and seem to work, but never report any values...
are you sure they paired fine
ok so I've watched 2 videos ; but fundamentally I still can't wrap my head around it because my cords/string are different . They are the ones that have 2 strings that are attached together and you move them left and let go do drop or pull on them same way to go up
i don't see how that string works on a rolling action
Replace them with ones that work normally?
omg thats possible ?
Anything is possible
like keeping the blinds and changing the string action?
It may not be simple, and you may end up throwing them away as you curse my name a lot
It may be a lot easier to replace the whole unit
no dude ; what you say is possible... you know so far I've purchased a zzh controller, and that zwave 700 series ; you've given me the low down on the differences between z1mqtt etc ; literally every advice ive received has gotten me 1 step further ; i take ur word for gospel at his time
I've reworked the internals of a few things, but it's not always a simple thing
(admittedly for the tricky stuff I've leant on the skills and experience of some friends...)
i think i was asked for bulb advice this one time , and u werent on ... i got these sengled ones... and they aren't repeaters thats a bummer ; and I searched sengled and i saw you once typed that they arent repeaters... so there is 1 example where i didnt follow ur advice and look what happened ! haha
Good day, I'am using Zigbee2MQTT and just bought a Philips Aurelle LED panel. But it is not supported out of the box it seems
i have a feeling i'm going deeper and deeper into this rabbit hole.... I don't know how but I am at a $600 running tally with this smart home automation thing... and it started with 2 usb sticks...
Shell that is not to bad IΓ‘m at 3000β¬ I think π
isn't that crazy though ? it started from a youtube video, a bored weekend... then joining the discord server... then its like o m g this world exists ?
that's how it starts
and like why am i dreaming about different automations and trying different things ; that is not normal
next thing you know your toilet seat is smart
Jups, my whife is getting less enthousiastic
so right now my wife loves it ; we pranked our 2 little kids told them the lights listen to us ;
for 2 days they were in love with them ill we told them i was hearing their convo in the washroom and cntrolling it from my computer
lol
haha did the same thing when I automated the curtains
Told him I could do it with my mind
you scored a jackpot then, mine took 2 years to accept the smart stuff. now she's mad when something isn't
i know right !i felt soo bad I was like i should reveal to them the truth before they go to their grade 1 class and act crazy
I have a NUC and the memory was broken....
So nothing worked, no lights nothing
Was already googling for the best attorney π
Just tried to repair one, but indeed I get Configure failed: Error: Bind 0x00124b00226a13c7/1 msTemperatureMeasurement from '0x00124b00214f3c2c/1' failed (AREQ - ZDO - bindRsp after 10000ms)
If I want to do my blinds it's nearly $18k for the nice looking ones haha. Forget back burner, that's not even on the stove.
ok just a dbl check question; on aliexpress there are some vendors who market these aqara zigbee things as "global version" . can someone inform me about any pitfalls to avoid compatability issues because I thought only zwave had this issue
Any thoughts on zigbee temperature sensors?
I can't seem to find this one on the compatibility lists...
oh thats cool, I think the square ones are more popular, based on the orders.
It's got 2xAAA batteries, which is appealing to me
But right now I want to know more about it, like compatibility, reporting intervals, accuracy etc
There's a wealth of information out there on other sensors, but not this one. The aliexpress listings don't have the type number either.
try the zigbee2mqtt site mate
it tells you the sensors that show up
and if thats on the list
would be the safest bed
I know, this one doesn't show up
then try it out and tell us π
if I was you I would take the safer route and go off the blakadder list
the second thing I would do is use the search mechanism on discord to see if there was an older discussion around your specific model
That's what I plan to do.
unless you wanna be the test dummy
Thing is, I can't find a model number..
just message the seller
So I was hoping for a response like: Oh, that's XYZ.
Why didn't I think of that
π€¦ββοΈ
The paradox of choice. The more options, the harder making a decision is.
ya my biggest thing is decision fatigue
worry about having to deal with returns etc.
I just want one with decent accuracy and reporting rates.
As it will be used with the awesome generic thermostat integration.
I've been very happy with both the Xiaomi Aqara and Konke temperature/humidity sensors
Report sensibly, seems to be accurate enough
any Canadians out there want to chime in on places ? I feel like I am limited to aartech.ca , aliexpress, and amazon so far .
Just get Aqara
Can someone chime in on this : https://zigbee.blakadder.com/Aqara_MCCGQ11LM.html ; it seems as if there is "device temperature" but on aliexpress it doesn't mention that in the listing for this model. Or am I confusing temperature at that door/window with the internal device temperature... wouldn't it be the same thing?
Using 2xAA batteries is irrelevant if you need to change them often
Device temperature is internal temperature and should not be used as an ambient temperature sensor
ah gotcha ;
omg you are the dude whose site i reference all the time
man you are doing gods work
when will you do zwave next π
So, in 2021, what Zigbee USB dongle should I buy? I have thick walls here, and about 50 Zigbee devices.
If you have a good mesh the walls in relation to the stick doesn't matter
I have had issues with the existing Conbee II dongle.
Conbee is generally horrible it seems
Conbee works fine for me, I use ZHA, too. People say its supposed to be terrible but itβs honestly fine. Had some issues with battery powered switches not aleays working, but that was a signal strength issue, having a zigbee router device in each room fixed it.
The Conbee does have better unicast performance than the CC2652 so individually turning on a bunch of lights happens faster
But it won't work without 10 USB extension cables
I have an Ikea E1524 5 button remote, when I try to pair it it keeps joining and leaving the network. Sometimes it pairs, but stays unrecognized by z2m. Anything I can try? I have a second one that works fine.
My conbee II is fine so far. I have some issues with responsiveness but I feel like that's more related to the general instability of my hardware.
Using the conbee close to wifi is asking for trouble though. Not sure how other dongles perform in that regard.
Ikea is a great source in Canada for smart bulbs, plugs and blinds.
You sir, made an awesome website!
thanks, i appreciate that
About the batteries: I'd expect AA batteries to last longer than CR2032 cells.
Am I wrong?
on paper that is true
but f.e. aqara sensor on CR2032 outlives many other sensors using AA batteries
It does boil down to how well they optimize things.
its all about the hardware design and the firmware power use
I dabbled a bit in embedded software engineering in University.
TheHookUp did a contact sensor test where Aqara outlived the rig used to test
Oh yea I saw that on his twitter
Seems like a madman's experiment if you don't know whats going on there though.
and i have a bunch of sonoff sensors that suck up 2450 batteries in 6 months
I read bad things about the reporting rate and accuracy of those sonoff sensors.
they're all true
So I can scratch those of my list
@worthy wedge a friend recently found https://ktekcanada.ca/ Otherwise I haven't found any other options either.
oh wicked thanks guys
So how about the potential compatibility issues for aqara devices?
what does that even mean
Or was that a different vendor
where they can throw some issues at you with certain routers
old aqara devices just skip some routers

personally i have no problems with aqara for years
I've had zero issues, but there are known, documented, compatibility issues
Yeah, the designers and coders at Xiaomi π

My current setup is mostly ikea stuff so I should be good to go.
Thx for the info @sour shadow
hey there, quick tradfri phoscon question
I can't seem to add this tradfri led driver to a light group
I click on save and it does appear to do so but nothing actually happens
Sp Conbee works just fine if you don't use their software?
Sure. Itβs a zigbee coordinator and zigbee is an open standard, so yeah it works with other zigbee software/hardware
Screw Tuya. Get the konke ones
What's the best way to rebuild your mesh so that devices will connect to the best router? Unplug the coordinator and routers for 30 minutes, then reconnect coordinator and then connect routers fanning out from the coordinator?
Has anyone tried to get the husbzb-1 to work with deconz?
deCONZ only supports the Conbee/Raspbee
officially supports, yes I know. But that doesnt mean it cant be done some way or another. Was just curious if anyone even tried
Cowboys are losing so I need a distraction xD
deCONZ isn't open source so there's really no way to try, unfortunately
i see. I wish there as something like https://github.com/dresden-elektronik/deconz-rest-plugin for z2m, like mqtt->rest->fancy apps for wife
Couldn't you just do that by setting up an automation in HA to look for the MQTT events then fire a rest event in HA?
An MQTT/REST proxy doesn't seem that difficult to write, though MQTT isn't all that great for RPC so it may have a lot of corner cases
hmm
18:33:43:869 COM: /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_71500F43-if00-port0 / serialno: 71500F43, ConBee
Maybe their detection is a little wonky, it doesnt actually connect
I would be very surprised if it did π
It won't work because of the two very different protocols talking to the stick
anyone wanna trade sticks? haha
Can anyone suggest a UK power strip..
3 or 4 sockets...just want Individual on off commands
Roughly wanting to spend 20 - 30 quid
I'm using ZHA
Might be easier to go the Wifi route for that @nocturne geyser. Not a whole lot of Zigbee sockets, let alone strips.
TP-Link have a wifi option, though their integration does warn that it may stop working.
plenty of options to control a single socket
but the problem is (in Australia at least) that even a 4 socket powerpoint (on the wall) is only fed by a single feed... not controllable by themselves
here is an Australian one.. https://www.amazon.com.au/Jinvoo-Individual-Compatible-Assistant-Protection/dp/B09CPVMNVX/
Lidl has one with 3 sockets https://zigbee.blakadder.com/Lidl_HG06338.html
why...
wasn't a question, it was a thought
fair
those Tuya USB zigbee repeaters.. they have issues, yeah?
Which?
I mean, it's Tuya, odds are good it's going to have some problems, but vague questions are hard to answer
Rings a vague bell that there's something not 100% with them
i can seem to get the IKEA signal repeaters cheaper locally anyway
Though you're usually better off buying a smart plug than a dedicated router
im just trying to work out things to get to strengthen the mesh
is it possible to have too many routers?
Probably
You don't need a stack of them at the end of the day, you need enough - and most end devices will only use a single parent
i think i have 2 ikea repeaters, 1 sonoff ZBMINI and a Sonoff BASIC Zigbee
oh, and i guess the ikea bulbs
(as long as people dont turn them off at the wall)
Hi, ihave conbee2 with ZHA, because of power failure my ikea outlet is unavailable, I have tried reload ZHA integration, reconfigure device, run zha.permit (250s) but this devices is still Unavailable .. howto make it available again ?
How long was power out?
it was sucesfully paired, and it worked a few weeks
It may need re-paired
more than 10 hours, don't know exactly
is there any chance how to broadcast to network something like re-pair ?
No - you have to trigger that on the device
ok, thanks
Generally speaking over 24 hours most devices will need re-pairing
π¦ this month my electricity provider will have another two all-day power outages
yes, It was communicated long time before.
i just get constant dips
nice.. I had this issue too, my voltage dropped from 240V to 180V, but they installed another station 2 years ago, and now I don't have this issue. But yes, I have waited for it for 6 years
Hello. Do I need to reset my conbee to use it with mqtt. Used zha before
Zigbee2mqtr gives me a timeout while accessing the stick
No, but you need to ensure that ZHA isn't still enabled and using it
Delete it
Still the same error. :(
Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
Did you add the required setting for deconz in the config for Z2M?
eeehhhh no :/
serial:
adapter: deconz
That ?
lol, just that one entry and it works. lol
Thanks π
hello, Im planning to migrate from cc2531 to 2651 stick on zigbee2mqtt. AM I gonna loose my devices if I do a migration (unplug old stick, put the new stick)? I presume that I will. So, there is a second question - how can I do a backup of all my devices, and then just import them to the new stick?
you should see events for the button presses, check the developers/event panel and listen for zha_event then click buttons. you cna use the event data or automations or if supported device automations may work if you select the device in the automations editor.
read again what tube said
read very very careful
Ssme here
On my ZZH
i solved it with the added deconz
can anyone recommend a good simple zigbee plug ?
Salus SP600
@idle flax posted a code wall, it is moved here --> https://hastebin.com/jureseqove
With a group created in ZHA instead of HA all the lights should work
I just newly installed ZHA.
5 light resetted and newly connected
1 ZigBee group created with the 5 lights.
The lights canbe switched individually without any problems
Switching the ZigBee groou
- some lights donΒ΄t switch
- some light that switch, do not chage their status in HA
What could be the problem?
I run a Raspberry3 with
- Home Assistant OS 6.6
- supervisor-2021.10.8
- core-2021.11.5
with a ConBee II USB-Stick
it is a ZHA group no HA group
any other ideas?
Raspberry3 is OK for HA with deconzII and ZA?
That's not a great stick, but it's unlikely to be the cause of your problems
what stick woud you recommend?
and what could I test to find the cause of my problems?
Buy something CC2652 based. This list is a good one, both Tube and Electrolama have been proven to have excellent customer service. The current generation of EZSP sticks (see here for some) are also a good choice for ZHA.
Anything CC2530 or CC2531 based should be avoided - they're old, slow, and only suitable for a dozen or so devices. The Sonoff ZBbridge isn't advised since it uses WiFi (built in interference), and the HUSBZB-1 uses an older chipset so should be avoided.
most times the same light.
What can be done with the route?
Adding routers in places that strengthen the mesh
the lights are all in one room, distance max 5 m
can it be a route problem?
how could I test this?
Im trying to add zigbee2mqtt but I got a problem with repository.
Invalid Add-on repository!
hey there guys! what zigbee hubs can you guys recommend to me?
Buy something CC2652 based. This list is a good one, both Tube and Electrolama have been proven to have excellent customer service. The current generation of EZSP sticks (see here for some) are also a good choice for ZHA.
Anything CC2530 or CC2531 based should be avoided - they're old, slow, and only suitable for a dozen or so devices. The Sonoff ZBbridge isn't advised since it uses WiFi (built in interference), and the HUSBZB-1 uses an older chipset so should be avoided.
im using proxmox for my hypervisor on my server, with hassos running, so it would be harder to pass trough?
also, i dont own any pi, or similar system, only a bunch of servers with vms
what do you think of the sonoff ZBBridge 3.0?
(because i already own only sonoff devices so far)
i did, and i went to the website. but only found the usb version on the list
If you'd read the bot message you'd have seen
for the Sonoff ZBbridge
https://www.zigbee2mqtt.io/guide/adapters/#recommended lists multiple network based options
I think they're talking about the zigbee stick
what can happen with the wifi connected one? since isnt recommended
The Sonoff ZBbridge isn't advised since it uses WiFi (built in interference)
From the bot message
yes. but is stability issues? or others?
Yes, stability problems
even with a good access point?
The problem is with the design of the device
Your access point is irrelevant
don't use it
also, i havent seen the lidl branded hub on there, and its quite easy to get here
If you want to use it, ignoring the advice here, then that's on you
Don't blame us when your experience sucks
The Lidl hub is actually linked from the bot message
i only know that as the silvercrest hub, i dont know who makes it, or the official name
the only issue is that the price was arround 19 euros here, and now its 27 euros, so i didnt get it when i saw it
also, if i end up getting the silvercrest one, im planning on hacking it to use poe or something
would be cool
1 less brick to plug in
Probably better off just using a PoE splitter
i do have one, and i plan on sticking one inside, so a small package
since it has so much free space
or double side tape
Are you planning to use z2m? If so maybe you should look at a cc2652. I have a lidl gateway that I played with using z2m but bumped into some binding issues with ikea remotes. Experimental for a reason. Have not tried it with ZHA tho
i have no plans yet, currently i only use wifi stuff, so i want to get into zigbee stuff,
open to sugestions, and the silvercrest seems to be recommended by a lot of people
even on r/homelab
It works - that doesn't mean it's the best choice
A lot depends on what you're going to use it with
ZHA or Zigbee2MQTT is the real question
I ended up with a zzh!
wich is the recommended?
Your choice
There are three Zigbee options with Home Assistant (regardless of how you install it). These are:
deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are supported. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).
zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended (though the HUSBZB-1 uses an older chipset), but there are other options. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented (you can't add unsupported devices yourself).
Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the recommended option being the [CC2652 based sticks](#zigbee-archived message). If you want to use an EmberZNet stick see this issue. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.
39 euros tho
The Lidl is experimental with Z2M though, if you use it you can reasonably expect issues
might save up to a zzh
if you dont mind waiting (probably quite long) sonoff has a cheap cc2652p dongle https://itead.cc/product/sonoff-zigbee-3-0-usb-dongle-plus/
backorder

