#zigbee-archived
1 messages ยท Page 132 of 1
Are you running Home Assistant OS or a custom docker installation?
HA OS. from the webiste
i found the python3.8/site-packages under hassio_supervisor and there's no ZHA-quirks folder...
maybe its hidden elsewhere by the software .. seems like it
That container uses Python but it's not the container that runs Home Assistant
Let me try the exact steps to see what's wrong
So this is the container you're entering: https://i.imgur.com/55oo2Vb.png
And you're not seeing the zhaquirks folder? https://i.imgur.com/NzY1hm3.png
Do you have ZHA installed?
The homeassistant container is hidden by default (when installing Portainer)
lol
Haha, I think frenck disabled it on purpose
u mean addons in hasos?
@proud grove so you have no hidden containers, like https://i.imgur.com/I0MENwA.png
I can't wait for https://github.com/home-assistant/core/pull/49143 to be released...
yah its all unhidden
and i have ZHA installed
Hmm. Try restarting the Portainer addon? The homeassistant container is the only one you can enter, the others won't work.
thats what i have in the container .. https://imgur.com/a/MbWyWK0
homeassistant container
And entering ls /usr/local/lib/python3.8/site-packages/zhaquirks/ there doesn't output anything? (if that's the homeassistant container)
I don't know how often this turned out to be the issue
Or something like this in your config ```yaml
pypi:
- zha-quirks==0.0.38
apk: []
gonna restart the porttainer.. : (
thanks
hey it work after restarting .. thank you!
@proud grove now on a serious note what are you trying to do?
ah good
yeah 90% of problem is solved by a restart ๐
i know i am a sysadmin
best fix ever
The other 9% get fixed by the second restart
you are very helpful . thank you !
got a 3 gang moes swtich TS0601 _TZE200_tz32mtza ..no entities discovered.. so i'm trying to see if i can modfiy and get it working
Of course
got any link? what integration you using ZHA?
Tuya is the source of 90% of problems these days
yah i also avoid Tuya
Ah, that's really sweet to know. Then I can start with the 2531 and migrate to the 2652 when I get the chance. Cheers mate!
i have 2 zigbee devices one works ok but reports as he wishes
and second one have some wierd delays
Try adding its model info to the TuyaSingleSwitch class
Like MODELS_INFO: [("_TZE200_oisqyl4o", "TS0601"), ("_TZE200_tz32mtza", "TS0601")],
sems to be supported in z2m
I'm not too familiar with Tuya so if your device's "zigbee signature" isn't exactly the same as that specific quirk, it won't do anything on startup
What does the signature look like for your switch?
yes i have spend alot of time looking thru and searching thru open issues etc.. it is on Z2m.. if nothing works i will try Z2m .. i have a sonoff Zbridge .. so i thought of using it
oh the horror, code formatting clearly was not a strong point
At least Z2M finally got rid of their signel devices.js file lol
yah ..ha i have also read bad comments on sonoff zB
@proud grove posted a code wall, it is moved here --> https://paste.ubuntu.com/p/PDf8Yp69Td/
don't post walls pls
yah sorry trying to remove it
is ok now move on ๐
Oh, didn't know zhaquirks has two TuyaSingleSwitch
https://github.com/zigpy/zha-device-handlers/blob/833c1b913105c87fe93b8dfd20902d27ec4004f8/zhaquirks/tuya/ts0601.py#L24-L66
https://github.com/zigpy/zha-device-handlers/blob/833c1b913105c87fe93b8dfd20902d27ec4004f8/zhaquirks/tuya/singleswitch.py#L21-L64
Yes there are a lot of duplicates
The first one looks like it matches
Although I would have expected three endpoints but I guess it's because of Tuyas protocol
Yeah, the replacement has only one
Does the quirk generate more or does it send events instead?
I would have thought the quirk would generate three more virtual endpoints with OnOff or LevelControl output clusters
Yeah, doesn't look like it's doing that
But I guess that's why it's called TuyaSingleSwitch
initially i am going to try from this https://github.com/zigpy/zha-device-handlers/issues/826
Mhm, it looks like the signature from the non-neutral 2 / 3 gang ones report more than one endpoint though: https://github.com/zigpy/zha-device-handlers/blob/833c1b913105c87fe93b8dfd20902d27ec4004f8/zhaquirks/tuya/ts001x.py
because i thought it was the closest to the problem i have
... if it weren't Tuya
thanks for helping .. will work on it - stay safe !
@austere patio I have the Aldi one which is pretty much the same from what I can tell. I have non ALDI units working with it, although the 4 button remote that comes with the starter kit needs some quirks for ZHA
Answering your message about Lidl gateway compatibility
So it sounds like they do have some internet magic to pull up device info from Tuya's servers
Sounds like somebody needs to buy a Tuya gateway lol
๐ฆ
Man, hats off to Tubes. I plugged in this zigbee hub i got from him, it was immediately recognized by home assistant. I popped batteries into my cheapo ebay iris contact sensors, and they were immediately recognized.
easy mode.
do you use ZHA or which addon?
it just did ZHA out of the box and thats what i intended on using anyway
i just flashed some lights with tasmota does that mean that they have zigbee now?
No
i't's only useable with mqtt then?
The WiFi devices are, yes
Hey
I got a small question, i have heard that Zigbee systems are not always 100% intercompatible, both devices zigbee, different manufacturer, doesnt work, how do i know that My Zigbee Gateway / Stick / whatever is compatible with my sensors etc?
there are ways ๐
_>
If you're using a "stick" then it's about your choice of integration more than the stick
I know basically nothing about Zigbee, what would be the best "hub" to use?
why does my ikea bulb stay on even if automation in HA turns it off?
I can also turn it on in UI, wait 3 seconds and turn it off in UI after that.
then it turns off.
was no issue in zha, now using z2m and this happens
@silk lodge 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, 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 options being the Zig-Ah-Zig-Ah!, Slaesh's stick (though be aware of the well documented communication problems with the seller), Tube's CC2652P2 based coordinators and the TI Launch-XL boards. 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.
IMO pick one of ZHA (part of HA) or Zigbee2MQTT (not) depending on your preferences/goals/whim
ahok
its mostly just thermostats that i would use with zigbee
zha might sound like the best and simplest solution then
Thanks, that helped.
https://paste.ubuntu.com/p/QKdBqpFMdV/
"Kรผchenlampe" is still on atm
why? whyyyy z2m?
@jolly narwhal superior z2m doesn't like my superioror tradfris
I've had problems with the Tradfri lights sometimes being told to turn off, telling Z2M they've turned off, while staying on
yes, exactly this happens
The "answer" is to set up reporting of OnOff every X minutes so you can detect this
and where do I set that?
69.... I see I see tinkerer
No issues here with my 60 or so tradfri
I went with random values for each light ๐
One, of course, is at 42
I think the problem relates to signal strength - the one most likely to do it is in a really poor location
However, it's really weird that the light confirms that it's off when it isn't, so I'm not ruling out crappy firmware

I have a huge mesh on a area of about 40m2... no walls in between and this affects only tradfri bulbs, was no issue with zha before ๐ฎ
those endpoint/node settings apply immediately on "apply", right?
I try those now, turning off / on in UI still needs a >2 second pause to sync correctly
hi, could i ask here about some troubles with zigbee network mapper (https://github.com/rgruebel/ha_zigbee2mqtt_networkmap) ?
That project looks very out-of-date.
I'm pretty sure Z2M has its own GUI with a map
i know its bit old, but seems one of stuff with some info about it... will check z2m again..
i hate how you can't find any information, despite being right in front of your fac,e until you ask a question to a community
disregard. I found what I needed. Sigh.
@dawn wagon depends on the integration you're using but if it's an ethernet coordinator and you're using ZHA, just plug it in and it'll work
If it's an ethernet coordinator you do, I don't think it uses the power cable for anything other than power
If it has only a microUSB port, it'll be like any other USB coordinator
Ethernet
Did it show up with autodiscovery? That was merged into HA core but I'm not 100% sure if it's been released yet.
yes, shows up as both ESPHome and a ZHA zigbee controller (I think that's the right terminology)
I'm trying to decide if I want to configure the ZHA, and if so, how I can set a static IP instead of the DHCP address it picked up
The .local address? I believe it maps directly to the IP address but if not, you can directly add the ZHA integration with the serial port path manually set to socket://ip.address:6638
Maybe i'm just not getting it but presumably, you'd need to ensur ethat it pulled the same IP address each time, right?
I do see the "configure zha" and it auto-fills in the IP address and other information, I just want to ensure that it has the same IP every time
Unless your router is wacky, it should
I don't trust my router at all ๐ฆ it's AT&T's stupid 2wire router that is super flaky. I've also searching for a better router and trying to figure out how to put AT&T into bridge mode, but that's a different project for a different discord ๐
You can edit the path to the "serial port" after you set ZHA up (albeit not through the web UI) so in the unlikely event it changes, you can always fix it. I'm pretty sure the zeroconf setup points to a .local domain, which will always point to the gateway, but ask @tube#0783 himself if you want a better answer ๐
Right on. Just rolled with the dynamic address, and found the first thing I had handy, so this is neat!
Next question. The previous owner of my house left a few of these Swann door and motion sensors behind, which appear to be zigbee HA 1.2. I went through the motions on their website to put it into pairing mode, but Tubes' zigbee controller didn't seem to find them. Any ideas?
Did you click the "add devices" button and then put the sensors into joining mode within 60s?
yes
They appear to be standards-compliant and should work just fine with ZHA
did a full reset, clicked the internal button to put it into pairing mode, and started zha searching
Ok. I'll keep futzing with it. Just wanted to get a second set of eyes on it, make sure it seems like it should work
Try permitting joins before putting it into joining mode
mind if I ask how/where to do taht?
So click the "add devices" before resetting your sensor (instead of after)
I'll give that a whirl.
Thanks for the assistance. I'm sure I'll have mor equestions, but I appreciate your patience ๐
If it's not showing up in the ZHA "joining" UI then the device itself is not attempting to join your Zigbee network, so either its battery is low or the reset sequence's timing is really precise.
This sensor isn't like 50 feet away from the coordinator, is it?
I just put fresh batteries into this unit, but I can try pairing it closer
If it's a range issue then joining it next to the coordinator would help, but it'll lose connection when you move it back. Zigbee networks require router devices (basically anything plugged into an outlet or a bulb socket) to act as parents for battery-powered sensors. If your sensor is too far away from the nearest router (or the coordinator), it won't be able to join the mesh.
Gotcha.
So if your sensor joins only when in the same room as the coordinator, it's a range issue. Otherwise, the sensor isn't trying.
well, in fact, it did show up once it was closer. So, that's great! I'll just need to figure out how to brach out the mesh using main-power devices
to get to these battery devices.
this is exciting!
Exciting is good. The only other pre-installed home security system I've seen was "Zigbee" and didn't work at all with anything other than the original hub so you're lucky that yours seems to
Is there a way to check connection quality through HA?
I had the sensor on my desk in the office, about 40' away from the coordinator, but it's final location is almost directly below it, one floor down.
Navigate to the device itself under the ZHA integration and the device object will have a "LQI" attribute that measures the relative connection quality (to the nearest router/the coordinator)
0-255. It's hard to figure out what the "minimum" is for your specific environment but I have devices with a LQI < 50 (and a max of like 160) so ๐คทโโ๏ธ. I wouldn't pay attention to the specific numerical value unless the device itself fails to respond to requests or is otherwise unresponsive.
Right on. Thanks
each zigbee device is part of the mesh and can relay for each other back to the coorinator, right?
Only if the device can stay powered on continuously
So usually mains-powered devices, like lightbulbs and things plugged into outlets
hmm, I do have two phillips hue bulbs, but not sure how to factory reset them so that I can pair them to ZHA and HA
Anyone have a favorite zigbee compatible dimming light switch?
You guys manually dim your lights?

in fact i made one that take care of all lights per room during all hours
Adaptive lighting does everything for us, we haven't adjusted a light in over a year
i have zibgee hue dimmers that have some nice automations but i almost never use them
yah i dont like that circadian thing
That was reaction on my post?
It will actually check mdns if the ip fails and then update to the new one from mdns.
hi, i trying to flash my cc2531 with no success. All the time i have ID=0000 . Any ideas what to do ?
i change the cables, the Raspberry and still no ID
Hm. While having installed ZHA and trying to remove addon & intergtions for deCONZ, I run into loads of issues. One being these cannot be removed... https://imgur.com/a/4jdXDht
Are these provided by the ConBee stick and therefore not possible to remove? And will I need both deCONZ and ZHA integrations?
I really just want/need ZHA (afaik), but if both are necessary
Why are they shown as unavailable?
What coordinator do you use?
No, but I totally see how you might think that. I had typed up a question, then found the answer literally half second later. deleted the question, but puddly had already seen it and started typing , so...
Now using ZHA, but how do I backup radio data? Is that done by configure the database path mentioned in the docs so it will come along in snapshots taken?
ZHA doesn't do radio backups yet
You can do them yourself depending on the radio you're using
But the radio backup won't be of much use since the network topology changes over time and will likely break a chunk of your network if you restore it
Ah... coming feature I hope? I am using a ConBee II
I just left deCONZ to try something more modern, but I have not done my homework... And yes, they do provide means for backup
Those backups can be restored, you don't necessarily have to use deCONZ for anything else if you don't want to
aha, will different integrations work simultaneously? Thought never crossed my mind...
Not at all ๐
They take exclusive control over the device, so only one can work at a time. I was just suggesting you use deCONZ on a separate computer or something to take backups if you think they're necessary
Ah, got it. ๐ It's a good idea to have backups, but I have a quite small network, so not a huge issue.
Which is the most preferred? deCONZ or ZHA?
Well the problem with the backup is that you can't really restore it without breaking the network
Every device on the network has state, and the backup keeps track of only the coordinator's state
yeah, have to take them often then so network don't change too much
So if your coordinator breaks and you restore a recent backup, that'll work
or do you talk about the zigbee id's... they change all the time...
They can change, child devices joined to the coordinator can pick a new parent, etc
messy... but something will save some time I would suppose
its this line from ZHA doc's I was wondering about "Full path to the database which will keep persistent network data." Sounds like some kind of backup, or what network data are they talking about?
What devices are on the network and each device's endpoints, clusters, attributes, and current address
Aha, ok... thanks
sigh. latest still isn't helping my ikea button battery life
Did you try the latest beta? Also, reset and rejoin the IKEA button
So, I got this little in-line Zigbee relay, and I paired it with ZHA
https://www.aliexpress.com/item/1005002095170500.html
It's showing up as a light (and a binary open/closed sensor, for whatever reason)
Any way to make it show up as a switch instead of a light?
so this polling workaround for the tradfris still doesnโt do it for me Tinkerer ๐ข think I will need to open a issueโฆ
I tried messing around with the clusters but I don't really know what I'm doing there, so I didn't get far.
Tuya yet again...
Yeah, the price is right for a 16A relay, but the build quality leaves a lot to be desired and I don't think I'll be buying more. I won't be heartbroken if I can't get it to work.
don't see bad quality links here https://imgur.com/a/pbQXt6B
Most (all?) Tuya stuff needs to be explicitly supported, they don't follow the Zigbee spec
(I do really like the 4 button Tuya scene switches)
If you don't care about the open/close sensor and just want to convert the light to a switch, see here:
https://www.home-assistant.io/integrations/zha/#modifying-the-device-type
ye I won't add the rest of my devices if those ikea lamps not even work right ๐
You guys and your IKEA problems
I'm looking for a set of dimmable light switches for the bedrooms. I usually am ready for bed before she is, so I end up laying there with the bright light in my face right now, waiting on her to come to bed so we can turn off the light. At my old house, I had a dimming switch, but don't recall what it was. We would usually set the lights to 5% via voice command (ok Google, set lights to 5%), which gave her enough light to move around the bedorom without blinding me.
I'd like to re-create that ability in HA. Can you recommend a good set of switches for that purpose?
tell me solutions @jolly narwhal !! you brought me on this track! it's your fault ๐
lol
it's adaptive_lightning AGAIN ๐ก ๐คฌ 
no z2m problem
i will throw that thing out again and go back to circadian_lighting
Same...
we also like being able to call for certain lights to be dimmed, such as during movies, or whatever. So, i'm just looking for community preferences regarding what switches will support dimming. My current light switches don't support it at all - it's either on or off
Looking for advice about a device to buy? Remember to provide guidance on:
- Which country you're in
- What your budget is
- What protocols you prefer (eg Zigbee, WiFi, Z-Wave)
- Any features you want (such as power monitoring, dimming, etc)
I just use hue remotes to do dimming, the automations are rather ugly though
@dawn wagon Just automate it whenever a movie starts, no button nonsense
United States, not really sure what a reasonable amount would be, but ideally in teh $30-40 range per switch, zigbee protocol, and yeah, dimmable at the switch level is the real requirement. A secondary objective would be optional 3way switch support.
I hear you, but that's the problem. I CAN'T dim them at all - the light switches are either on or off. I'm asking for a switch that will support dimming of the light bulb.
I don't care if you can manually adjust the brightness at the switch, I just need the switch to support dimming in some manner.
I can't do bulbs in my situation, I have to use switches
Ah, found my shopping history. I had Kasa tp-link devices. If I udnerstand correctly, that won't work with HA in a local manner, only cloud integration
at least, not zigbee
Maybe I'm just not understanding the issue. are there not zigbee compatible light switches that let you control how bright the room gets?
GE/Jasco has or had Zigbee Light Switches. Inovelli will have some soon.
I have a tuya light dimmer for some old non smart bulbs
In my (friend's) experience, the Jasco ones are great Zigbee routers, too. I don't have any personal experience with them, I'm all Z-Wave for my in-wall switches
It works fine
That worked a treat! Thanks! I ought to read through that whole page.
Ok. I think I see where I was being an idiot regarding light switches vs bulbs. I apparently had it in my head that I used to have light switches that controlled the brightness, but I did not, and in fact had light bulbs. After reviewing the items I had purchased, I see what had happened
sorry for being an idiot
Embrighten dimmable switch. Supports 3-way in certain scenarios.
I'm working with a lutron Aurora "dimmer" button. Its bound to zha. I've then added one bulb after another. Each time I go to the dimmer device -> clusters then bind to the new bulb.
So far so good upto 4 bulbs
the 5th bulb is not liking this and ignoring me
I've messed with a second setup like this but just processed the events and its less smooth than binding to the bulbs directly
Is there a max entity count for binding?
It's wifi but the feit dimmers are like 3 for $40, and you can flash to tasmota
try to make sure the knob is awake when you bind, either hold down or press the knob every so often
if they fall asleep binding will fail
I have a pretty good suspicion that rolling back the firmware on my unifi APs made my zigbee mesh stop collapsing every day or so
Would have already migrated from conbee 2 to zzh stick if I hadn't somehow managed to kill the latter
@short valve kill or just misflash?
pretty sure that I flashed it correctly! flashed it and let it sit for a week, put it in my unraid box and no life detected though so v0v. and of course I cheaped out and didn't buy the JTAG board for it.. ๐
Does it appear in any other machine?
Nope, not even in device manager on my desktop or lsusb on my NAS
I might've flexed the PCB somewhat when reracking the NAS but I don't think it was that bad
Anyone have experience with Ikea TRร DFRI wireless LED drivers? I want to see if I can pair it with a TRร DFRI motion sensor and have it trigger the stair way light without any hub
@queen bluff I butchered two to run my own led strips, i don't use binding with anything, all happens via HA but should be possible
Interesting, it might just be a bad flash then, I think it will behave like that without the right firmware
I should probably order a new stick with a debug board and find out now that it's back in stock
..or WAS back in stock, anyways, oof
๐คฃ
Not planning to use with HA this time as I donโt really need any automation beside it going on and off with sensor locally.
I did see that this is 24v so I might need to buy new light strips
People say I can run it in series but no idea how to do that yet. Might need some research
Used one large led driver for that cupboard
Nice
I just opened it up, soldered all led wires together
With just HA right?
The three outputs are all the same inside, there is no seperate fusing etc
Yeah, it lives in my z2m mesh
I would of thought they might use some kind of standard plug I can just buy
And ha controls and adjust it
It is standard plugs afaik
But I was connecting 6 strips to 3 outputs
12v strips?
Oh ok. JST are common, probably have lots of them from my RC stuff
Not sure what XH is
I'm gonna replace it at some point with esp + ws2812
For lulz
I have both, think I use the 30w in that cupboard
And two 10w in smaller ones
oddball q, but have you had any issues with the socket in that ikea light fixture? I've been having issues with a hue bulb in the one above my desk and the only thing that seems to help is to rotate the bulb in the socket
The death Star?
No issues ever, had tradfri bulb in there since day one
Did remove the RGB and replaced it with a CT though
mmm
flipping the switch does nothing so I'm kind of assuming that it's the socket in the fixture
or possibly expansion/contraction in the bulb vs the socket but
Could just be the spring bit is pushed to far in, unplug it and pull the middle bit outwards
The middle bit
yeah, just involves a ladder so I haven't quite gotten around to it yet.. ๐
thanks
I knew it, you are a leprechaun
I can reach the bulb, but not the actual socket! Also I'm a cripple, there's a difference ๐

u have the ikea globe light.. love it ๐
[Solved, look below for answer]
Hi , i have installed Zigbee2Mqtt into the add on, however i couldn't get it running. I'm using the Tube's ZB cc2652p2 coordinator and already setup the serial port needed by following the document here (https://github.com/tube0013/tube_gateways). But it doesn't work like it should, where am i missing? Here are the zigbee log https://pastebin.com/FPE08jG2
Anyone did a comparison of the old rgb e27 Ikea tradfri and the new one?
sure, https://pastebin.com/ZB5LJ4Ue here it is . I'm using the config provided
serial:
port: 'tcp://tube_zb_gw_cc2652p2.local:6638'
inside the zigbee2mqtt configuration.yaml, but couldn't get it worked tho. However, I am able access to the Coordinator ESPHOME Web based by using
http://tube_zb_gw_cc2652p2.local/
config should be fine since u can view the webinterface
afraid my knowledge stops there pretty early
Thanks for the help bud. Hopefully there is other who could help tho. Had no idea what should i test out more
But what's weird is i tried to do the intergration with ZHA . it could intergrate successfully in the intergration tho. Didn't try pair any devices yet
Awesome thanks! , i'll look around
did you leave zha setup?
You can only have 1 thing active at a time
2 things canโt use the port simultaneously
If itโs only the brightness might aswell get the older ones for cheaper
yes i do am aware only able to use 1 active intergration thing and so deleted the ZHA setup and tried on Zigbee2mqtt, but still no luck on getting it connected. Suprisingly it was easily making connection using the zha tho
[SOLVED]
Okay! , just got it setup. I tried using ZHA to get the device IP as i couldn't recognize the coordinator IP in my wifi router interface. But actually i had try this before and it doesn't work. The extra setup i took this time was configured the ZHA intergration then disabled it and restart the HA. Then next, i try to use the IP on the serial port int Zigbee2mqtt should look something like this:
serial:
port: 'tcp://192.168.0.XXX:6638'
Hopefully this could help other if needed. Thanks guys!
Yea my suggestion was going to be to try the ip as mdns may not have been working in the z2m container
was wondering if cc2531 sticks could interfere with loudspeakers , such as my 2 nest mini's which started making plopping noises lately ?
In theory... yes, but unless you've got the sticks right next to them... no
(and even if you do, the odds aren't high)
Are they gen2 nest miniโs? If so I believe that this is a issue with them. I got a new nest audio speaker and it randomly spits out crackles and pops. Google shows itโs a common issue
Changed the plug to go straight to wall instead of a power strip and did a factory reset seemed to help.. weโll see though.
(So I donโt think itโs related to zigbee)
I had one of the original generation working about a meter from the CC2531 for a while, it never had any issues like that
I have CC2531 with Antenna - next to 2 loudspeakers and they haven't missed a beat! ๐
Hello! I just set up zigbee2mqtt on my docker home assistant installation.
I just added my first lights (these: https://www.zigbee2mqtt.io/devices/HG06492B.html), they connect, and i can toggle them but I can't adjust the brightness via the overview in lovelace
However, I can modify it using automations... what is going on? ๐
When you turn it on, does the popup show the brightness slider?
no
And in
-. States it shows as a light entity?
yes
It should also list supported_features there
You're using MQTT Discovery to get them into HA?
yes
It sounds like it's missing the brightness flag ... https://github.com/home-assistant/core/blob/dev/homeassistant/components/light/__init__.py#L42
What does it say for supported_color_modes?
supported_color_modes: color_temp
That looks right, but interestingly it's not reporting that it supports brightness or colour temperature - which is deprecated and shouldn't matter, but clearl does
yeah seems so
I'd open an issue in Core
Want to see what issues are open (or were open and are now closed)?
- The core (backend) - for HA itself, and integrations
- The frontend (UI) - for cards and display issues
- The Supervisor
- HassOS
- The documentation
Finally, don't forget to check for any alerts
I have 0 idea how to fix that though
(or possibly frontend)
do you think its a HA bug?
Thank you, I'm going to try to get into the frontend part
Yup, its available there.
Alright, I'll report the issue, thanks for the help T
trick question should I switch from zha to zigbee2mqtt?
I'm getting some iffyness occasionally with the mesh quality not sure if the intigration can help with that or if its just a wifi vs zigbee thing
just last night 2 battery sensors that have been flawless for weeks went offline
but yesterday I added 2 shellys in the general vicinity as well
I'm using the Nortek stick
i dont think z2m fucks with the meshing capabilities of the zigbee network
it just translates between the zigbee signals and mqtt
I went with deco m5 wifi which is a bit simplistic in its configuration so I can't even manage channels. Thats what happens when you make decisions on painkillers recovering from surgery
Anyone have experience with Aqara Smart Plug (US) ZNCZ12LM?
Deco m5? i got weird issue with that mesh router tho. Had to return it and get my money back hahaha
@indigo sigil been running it for a couple years now, but moved and my zigbee network has expanded from 2 devices to 35 and growing
I have a large network of Aqara devices, have IKEA Tradfri Smart Plugs provisioned and recently got hit with the SI Lockup bug that took down a good amount of my sensors. I am thinking about moving to ZNCZ12LM since they are in the ecosystem. I am also having this crazy idea where Aqara end-devices would actually join other ZNCZ12LM's if their parents went down since they share the same bastardized version of Zigbee 1.2.
@fleet lodge haven't tried that one
Yep it does, should not need to do anything on the configuration by default if not mistaken. I just installed just now and could open the UI straightfoward . Add it to the sidebar for easy access and u can check all your device lists and features there too, very helpful! . dont know if using ZHA got this kind of UI tho have not explore more
ZHA interface/feedback is lacking which is part of my thought on switching
If your working fine for couple of years then should troubleshoot from when u make changes, Mine was like not working perfectly out of box had to make a refund lol
might as well do it now before the network gets even bigger
@indigo sigil well the changes where moving to a much larger house and changing everything
should also plan things neatly. I just grab myself a Tube's ZB coordinator to handle up to 100++ devices. What's your coordinator if u dont me asking
the Nortek stick running on a odroid n2
might do the usb extension cable and hang it in the ceiling
thats probably a good first step
yeah, larger house always have issue on range. Need to alot of testing, before i was just using it in 1 room. Now i'm expending it, the hassle of testing the range is just wow.. so much work lol
I've added plugs around the house to ensure good repeaters
yep try that mate, i do also get a 3meter cable for my first CC2531 usb stick. it works well
and I just started adding bulbs so I would think the mesh would be pretty rock solid
Zigbee2mqtt 4 lyfe
Something has suddenly happened... I have not touched anything. But today my z2m is down...
Zigbee2MQTT:error 2021-05-02 17:04:44: Failed to start zigbee
Zigbee2MQTT:error 2021-05-02 17:04:44: Exiting...
Zigbee2MQTT:error 2021-05-02 17:04:44: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:94:31)
at Generator.throw (<anonymous>)
at rejected (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65)```
What adapter are you using?
Electrolama zig-a-zig-ah! (zzh!)
What firmware?
The pre 2021 firmware has a known lockup bug
The easy fix is to flash the 2021 firmware
I had a lockup the other day and am running the most recent build
I've had none... yet ๐ค
Solution is to unplug it and plug it back in
Do you mean CC2652R_coordinator_20210120.hex?
Yes
Good afternoon. I'm using deconz successfully with a light and a motion senor, and am now adding my first switch. I have it paired OK throuh the phoscon web app, and in the deconz log I can see events being triggered when I press buttons. Now I need to find events to set up automations. The advice at https://www.home-assistant.io/integrations/deconz/ as to use the Developer Tool Event to listen for deconz_event, but when I do that I see no events, even for my other deconz devices. For example no event is shown when the motion sensor state changes (even though the automation attached to it is run correctly). Does anyone have any suggestions, please? Hass was installed a few days ago, and deconz installed as an add-on.
Hass was installed as a the downloaded official RPi image
The non-blocking multicast requests (zigpy_znp) aren't in Home Assistant dev or beta yet, right?
what do you guys like about zigbee2mqtt vs zha?
thinking about switching before things get too messy
Decoupling
Updated the stick and now everything ins back on track! Tnx
Not yet, I haven't published a new version of the package
does anyone have Xiaomi Vima Smart Lock? - https://www.zigbee2mqtt.io/devices/A6121.html
want to ask some stuff before i buy it
For some reason I keep loosing my devices in HA. I am using a Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis and HA is on in VMWARE instance on my mac that is on all the time. Basically, I can connect them and they work for awhile then (maybe around a restart of the computer or maybe not) it losses connection and stops responding. Any help on where to look for troubleshooting would be great.
Enable https://www.home-assistant.io/integrations/zha/#debug-logging so you can get more info than just "stops working" from the UI
do I need to set it back up and wait for it to die again.. I am assuming
Yeah
I need help. I have tried to connect to my Raspbee II running on my Pi 4 (ha on docker). I have installed and run deCONZ and confirmed it works perfectly on there. I have tried to connect to it via every single path I heard mentioned, S0, AMA0, etc. Still nothing, turned off Bluetooth, nothing. All I get is the unhelpful "Failed to Connect". At this point I am ready to throw in the towel and buy a usb addapter. Any further suggestions or advice on how to get more information on the issue?
What integration are you using?
ZHA
Enable https://www.home-assistant.io/integrations/zha/#debug-logging and look at the specific error
If it's a docker install you likely have a permission issue
You're not concurrently running deconz, are you?
Let me check. The window is not open so I assume it isn't but is it a background task? (Used to windows, sorry)
It is not running.
(I'll get those logs in a second)
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg)) serial.serialutil.SerialException: [Errno 2] could not open port /dev/ttyS0: [Errno 2] No such file or directory: '/dev/ttyS0
deCONZ is able to connect to the Raspbee 2 through that path, I am not sure why ZHA won't accept it.
Is this an issue with file paths on docker?
If you didn't map /dev/ttyS0 from the host to /dev/ttyS0 in the container, it won't exist
Yeah, oof. looking through stuff in the thread above I think that lightbulb just came on... Will do that. Thanks!
Hi all! I've opened a ZHA issue (https://github.com/home-assistant/core/issues/49985) yesterday and it was kindly pointed out to better ask here. I have some lights for which I use the mains power to turn them on and off. When I turn them off I'm stuck with the last state the light had and it takes about two hours before it's changed to unavailable. There seems to be a constant CONSIDER_UNAVAILABLE_MAINS, but I assume changing it is only a temporary workaround since it's most likely overwriten on updates? Is there anything else I can do about this? If someones willing to discuss this in more detail I may even be able to create a PR for this?
IMO the correct answer is don't cut the power
@sour shadow Thanks for your opinion on the issue. Would you mind to elaborate why it's best not to cut the main power in a spontaneously self-reorganizing mesh network?
Because:
- Some devices won't reconnect to a new parent ever
- It takes time for devices to pick a new route - "spontaneous" is very very far from the truth
- Devices that can't reach the mesh for over a given length of time will never reconnect - and that can be as short as an hour
Thanks for the explanation, I now get your point.
However, for me this seems to be no issue at all since I run this setup for like 3 years using deCONZ (mostly IKEA and Xiaomi stuff).
Would it be a solution to give the user an option to override the unavailable timeout on a per device basis - and also pointing out the risks you mentioned?
ZHA can do whatever it wants, the problem is with the devices
I totally agree. Therefore my question was (and still is) if somehow I can make ZHA work the way I like it to work ๐ Me creating a PR would be an acceptable solution, but this would require someone willing to discuss the details.
can i add lamps to my z2m setup using the styrbar?
TRVs? Dont buy eurotronic zigbee trvs. They are absolut trash!
Hey guys,
I accidently ordered zhh! stick twice from tindee.
So I have two extra. Anybody intrested in one maybe?
Cause I only need two, not four.
I am located at Central Europe, Hungary.
thanks, i was planning to get these from revolt
They are decent! Not sure if these are the whitelables one.
But there exist a whitelabel version of these exact trvs that may save you some bucks
Whats a normal realistic range for Zigbee? i could get some problems with range...
that depends on a lot of factors. Lots of WiFI nearby can cause issue. Thick walls can cause issues. Your coordinator and position of your coordinator is also important. I would say 50 meters.
50 meters ... is unrealistic
In open air, sure, but in a house expect up to 8 to 10 meters in reality
German house, so relatively thick walls, router would be nearby, in a basement, server nearby. sounds like the worst factors combined to me
Put the stick on an extension cable - that'll help
Or, run it remotely using something like a network connected coordinator
i could probably get a stick which is ZHA and Zigbee2mqtt comatible, and if the range really doesnt work plug them into a RPI with a Zigbee2mqtt and Zwave2mqtt docker running on it, somewhere in the middle of the house.
8 to 10 meters seems week af. I am bridging 20 meters here, inside my flat. But in your case I would go with a lot of routers distributed in the house
I like using the Tradfri repeater from ikea. Works nice and can also be used to power usb equipment
USB Extentions longer than 10m will probably also just introduce interference and issues, would probably need 5m+ to get out from where there the server is planned to be onto a relatively open space.
isnt it the same as with zwave, still a mesh but you should try to avoid points where all devices run just over one functioning as a "repeater"?
Yup
most devices would be in the upper floors, so they would all run over such a repeater hmmm
Then if you've got wired networking, have a look at https://www.tubeszb.com/product/cc2652_coordinator/1
that looks pretty cool
does something like that exist with maybe zigbee and zwave built into one?
Unlikely, Z-Wave is regional and really only made by commercial manufacturers
Your other option is a Pi with Zigbee and Z-Wave sticks
yeah, thought of that already.
wouldnt be a optimal system setup wise, but would probably work the best
my zigbee config looking like a pentagram๐ค
so i would run a zigbee2mqtt server on a RPI, how would homeassistant interface with that? would i have to add all the stuff manually then or can ZHA interface with a zigbee2mqtt server and let me manage it nicely in the normal webinterface then?
MQTT, and everything will just magically appear
https://www.zigbee2mqtt.io/integration/home_assistant.html no ZHA would be involved
ZHA is easier to use and simpler, z2m gives you more control and usually has a few more supported devices
https://zigbee.blakadder.com/ <- take a look there for information about device support
ah, so just the normal mqtt discovery i'm already running for some stuff?
yes
If you're already using MQTT, Z2M is probably going to be the better option. ZHA takes some of the setup steps away but you've already done them for your other MQTT stuff.
Device support is pretty equal. If one supports something and the other doesn't, it's usually pretty easy to adapt.
im using mqtt for sending usage data from my pc to HA, and some custom arduinos. so yeah mqtt is already running and im fairly familiar with it.
then just use z2m
and it would probably be better for the range stuff anyway
Yeah, it's handy for having another Zigbee network somewhere else that still interfaces well with HA.
You could have any number of different meshes, each with their own coordinator.
great, now i need another RPI lol
You can't have enough RPIs.
true true
would a Zero W be enough to run a Zigbee2mqtt server and a z-wave js2mqtt at the same time?
optimal bcz wifi tho :/
planning homeautomation do be complicated tho >_>
sure if you try to run it on multiple rpi's
A Pi Zero can run Z2M, whether it could run both that and the Z-Wave option... not sure
You're about 2000000% better off with something with wired networking though
Wait until you start buying all the Zigbee gear ๐
haha
Oh, there's another ยฃ100 spent on AliExpress
you're gonna be even poorer when you get fed up with rpi and buy a NUC
stop telling me the truth. I dont want to hear it.
Or any second hand PC that's not Atom based
Currently considering getting a SuperServer E200-8D for a home server
im just running a old pc with proxmox on it rn
i get lenovo m93p tiny for 29 bucks @ my workplace ๐ค with i5, 8g ram and ssd
woah
I'm running on an 8 year old i5 laptop ๐
my dad might be able to get a old server from his workplace to use :))
that will be interesting
never underestimate the power usage of servers @ home
Newer hardware is more power efficient than old hardware, and old servers may chew power like there's no tomorrow
I always laugh a little when I see the people on r/homelab with their 4U Servers and then late be like "my power bill is so high"
I'll take my 10W consumption on my NUC over any server.
Was previously using an old workstation and that was still 160W.
Eh, my Xeon server peaks at well under 100W ๐
yeah, only reason why my dad has not really agreed that this old pc will now be running 24/7, too much power lol
NUC! NUC!
50w average lol
Ah, 50W is nothing. I used to leave my gaming PC running 24/7...
with our energy price that will be like 150โฌ on electricity cost extra per year
well that wouldnt be good for me lol
150w average on that thing lol
btw just asking here: There is a esphome discord, right? Can somebody like it to me, as I am unable to find it
I should add a link in the #diy-archived channel, but ...
ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the Home Assistant side integration with it). They also have their own Discord server too.
thanks!
Hi everybody,
I can't seem to find out what happened here. About 3 weeks ago, my ZHA devices stopped reporting the correct battery status. They are only reporting the last value. here's a screenshot of my grafana panel: https://imgur.com/a/HlX5LdJ. I'm running HassOS 2021.4.6 with a ConBee-II on a RPi4. The only one which still worked was the Eurotronic thermostat. The last value was 15%. I changed it's batteries today and it did not update the value either. Does anyone have any hints/ideas?
Thanks!
How long ago did you change the battery? Battery status is usually reported like once a day.
About 3 hours ago. This might explain why my thermostat is still reporting the wrong/old value. But what about the others? I even rebooted the RPi (full reboot / power cable removed)
All eurotrinics TRVs?
only one eurotronic thermostat, the others are all aquara window sensors
I would give it a bit, like a day or so.
Did you open and close the windows once or so? These window sensors usually only send on change and once in a blue moon to the report the battery status
you can even see that they report the status like well every 1.5 days or so in your grafanda screenshot
I did, I have one next to me, did it multiple times. That is true, although, you can see, some of them reported the same value starting a few weeks ago
The batterys inside didn't leak? This is really a weird behavior.
I would try to repair a device next. But honestly no idea besides this. Does the log say anything?
nothing in the logs. Good Idea, I'll try repairing a few
Hi guys! I am getting nuts. I have new Ikea Tradfi and i can pair with no issue. I also have older ones... and those are a nightmare... I tried the on/off 6 times many times with no lucks on 2 different bulbs.
The model is LED1650R5.
Any tips to help me please?
I am trying to pair it with phoscon
ConBee II
When using Zigbee2mqtt, how would you pair new devices, since you are not using ZHA anymore, there is no interface for that, right?
Try to have them REAL close (<10cm) to the the coordinator if possible
Thanks. Will do.
you tell your coordinator via mqtt to go into pairing mode
you do thjat by setting permit_join: true in the config
you then just go ahead and start the pairing at the device (how ever it is done depends on the device)
afterwards dont forget to turn of permit_join again!
oh ok
guys, i went overthe top maybe with this Zigbee. I got an ikea gateway for ikea lamps, philips hue for my 3 philps lamps and also the ConBee2 for all Aquara...
But would you keep all HUBS or centralize in the ConBee2
Centralize!
I mean 3 gateway now (IKEA, PHILIPS and CONBEE2).
thanks cpid
That is what I am tryging to do
with ConBee
is taht a good move you think?
You can use the conbee2, for the start. People here will tell you to use other (better) gateways later on such as zzh!
^there is the first ๐
I am more for the motto of: try the conbee first and iif you run into issue switch the coordinator
I do not want to lose pairing there as those devices are super hard to reach
I currently have a conbee2 running zha and have no issue. But I do have a zzh! here now
and I dont have sooo many devices. I bought an zzh! for the antenna port so that I can install an antenna in a good spot and plan on moving from temporary setup with conbee and rpi to a more long-term solution
ok
it's regarded to be the best, bugfree and stable coordinator among the hivemind here
another communication system then...
it's basically always sold out
well... is there a way to back up a comminication to a device?
it would replace your conbee, but again, just try to stick with the conbee and see how it works out for you before you spend another 30-40โฌ for a coordinator and shipping
in the sense that you dont have to repair the devices with a new coordinator? I am unsure.
I mean... I told you earlier that my ZBMINI are a nightmare to install. Each take 2 hours... I do not want to dismantle all my wall mount things jsut to press a reset button
That is why I am asking if there is a back up for a pairing kind of
Somebody else may be able to answer that question. I never changed coordinators so far.
If you use deconz to read the network settings by hand and copy them to a file like this https://github.com/zigpy/open-coordinator-backup/blob/main/samples/z2m-sample-1.json , you can restore the backup to a zzh and in theory switch coordinators
Nice Nice!!!!
Deconz is able to read the network settings so in theory something else can but nobody has put in the effort to do this (yet)
Not 100% sure if everything is available though
So try it out first. Mention me if you have any questions, the Conbee is the last stick without backup support so it'd be interesting to know if it's possible
It exposes frame counters? Or just jack it up to artificial levels?
Probably the latter ๐ , though they apparently don't seem to matter to a lot of devices if you aren't using APS encryption
๐คทโโ๏ธ in theory. I know deCONZ has a network information dialog that exposes the low-level information, like the EPID, the PAN ID, channel, the coordinators IEEE, and a key. That's about all you need. In theory.
All you need to do what?
To copy network settings from the Conbee to the Zzh and have the ZZH take over.
It's low-level stuff so if you're not very familiar with Zigbee I wouldn't recommend it. But it might be possible.
I need to wait hours now to update this tradfri thing! Crazy
Is it a bulb or a button?
Bulbs shouldn't take more than 10-15 minutes, though if it's far away that may slow down. Dunno how Z2M handles it.
Buttons you have to furiously click or shake, they update very slowly otherwise
i put all them close to each otehr
That may make it worse, at least for the button
It has a parent router and if you move the button far away, it'll probably keep trying to communicate with it
When did Xiaomi OTA's get added to Zigbee2MQTT just noticed updates appearing for my Xiaomi devices?
They were added a couple months ago then pulled after some people reported them bricking devices reappeared in a new pr a few weeks ago ๐คท๐ผโโ๏ธ
Hmmmm... in my "Zigbee" integration, I still have a few entries that show "Phoscon" and also "The device is disabled by Config entry." (even though they're still working), while most of those that I've re-added properly show "Zigbee". I've stopped the deCONZ add-on a while ago, and completely deleted it yesterday. But only now do I realize that something doesn't look quite right.
My ConBee II is actually one of the devices showing up as supposedly disabled, and with "Phoscon" in the upper right instead of "Zigbee" ๐
Mine are usually 20-30 minutes per bulb, and I do two in parallel
@graceful canopy which devices? I see none
Lulz
@unborn copper posted a code wall, it is moved here --> https://paste.ubuntu.com/p/BP2N3MChcb/
Well, that didn't go as expected ๐
I see this in my core.config_entries file, now that I'm using the recent Zigbee integration, is this what I should try removing? (and all associated entries that have this entry_id) (see link above)
It has "domain": "deconz" and "disabled_by": "user" and I have no idea how to get rid of it from the web interface.
If you aren't 100% sure what you're doing, don't edit those files.
So how do you suggest I get rid of these problematic deCONZ leftovers?
They should remove themselves when you remove the integration, but I've never touched deconz
Yeah, well, they didn't, and now I get weird things when trying to re-add the same devices using the new Zigbee integration. It seems like what I did initially caused this, as I ended up with most of my Zigbee devices being tied to both the old and new Zigbee integrations. Even deleting and re-pairing doesn't fix it because those files contain all of those leftovers.
I don't know enough about zigbee2mqtt to know if you're trolling or not ๐
I actually like MQTT and am using the Mosquitto add-on for my Tasmota based devices.
He's not trolling. He really likes Z2M.
@graceful canopy here is the most recent or where they were added back https://github.com/Koenkk/zigbee-OTA/pull/38
Z2M FTW BTW
@dry fossil I really really really really do
I went to https://www.zigbee2mqtt.io/ and... there's no introduction whatsoever. What is it? What does it do? Why use it vs. alternatives?
What introduction does it need? It's a way of connecting Zigbee to HA.
Well, to MQTT... but most people will use it to talk to HA.
Well, I did edit the .storage files to remove the leftoever deconz entries. No big deal... since jsonlint is available inside the homeassistant container ๐ (man, do I hate json and the last element not having a trailing comma!!!)
Trailing commas ๐คข
I still got 4 of my ~15 Zigbee devices showing up as "disabled_by": "config_entry" so I've just set that back to null... ๐ค
I'm NOT looking forward to migrating my Z-Wave devices to the new integration ๐ฉ
I think some people are way ahead of you: https://github.com/zwave-js/zwavejs2mqtt
I know that exists, that's why I said it...
Ah ok, I thought you were joking... ๐
Nope. If you're using MQTT for at least one thing, it makes it more attractive to run other things through it.
The main reason I can see for someone not using MQTT is having to go to the effort of setting up a broker. If you have one, you're halfway there already.
Anyway, I managed to get all of my Zigbee integration cleaned up. No more traces of deCONZ inside my core registry json files, and all looks good in Home Assistant so far. I must be one of the few who survive editing those files manually... or I just haven't gotten around to see the problems I've caused ๐
But for zigbee2mqtt, the website seems to indicate that I need to flash my Conbee II USB device, and that it's beta... not reassuring. Then everything I already have in my automations with the HA "events" coming from Zigbee devices needs to be adapted, right? Not super motivated to go through that either.
FWIW: ZHA FTW (at least for me, today ๐)
Conbee ๐คข
And technically, you're doing things the 'wrong' way by using events. The HA way is to use entities.
Yeah... no idea... I just remember spending a lot of time gathering all of the different events that my Aqara cube sends. Not sure that can easily be an entity like normal sensors are. Same for my Mi buttons with their press, double, triple, long...
Z2M exposes those things as sensors ๐คทโโ๏ธ
The state momentarily becomes the type of press. Easy to write automations using state triggers.
This is a Zigbee button:
- to: 'single'
entity_id: sensor.0x00158d000401926f_click
platform: state```
Running zha using tube's zigbee hub. I bought these used iris contact sensors off ebay. 3 of the 10 of them show up "closed" when I pair them and don't trigger a change in variable when i put a magnet near them, despite the light indicating it picked up the magnet. (1 of the 10 shows up "open" but also no change when applying magnet). I've checked the battery voltage and they're all north of 2.9V. I try it within 10 ft of the hub, direct line of sight. No dice. Is it likely these sensors have a 40% dud rate? or is there some additional trouble shooting I should do?
Repeatedly trigger the sensor and click the "reconfigure device" button once
It's likely the sensor never got configured properly during setup
how does one get the functionality of the ikea styrbar to work on homeassistant
should i be triggering sensor repeatedly after clicking "reconfigure" or only up until i click it?
Before and after, give it like 10s
It's to keep the sensor awake so that requests to it succeed
ahh
Did it do anything or is the sensor still not behaving properly?
i am gonna go try now
the other thing im seeing is, one of the "working" contact sensor is correctly reading this sensor as closed, but it fails to bind the power or temperature. i will try your reconfigure approach and see if it helps
Use docker instead vmware? Probably usb passthrough is crapping out on vmware
Well, i dont know what i did wrong but now i can't even pair anything. i have 5 iris sensors in blue flashing pair mode, but when i go to the zigbee integration and add a new zha sensor they just dont pair. ive restarted both the rasberry pi and also the zb hub
powered everything down for 10 minutes, swapped the zigbee hub to a 3A wall wart, powered it all up, removed and attempting to re-add devices, 4 of them added, but the sensors dont actually send new values when i put magnet near them. reconfiguring does nothing. theres gotta be something else f'ed up here.
i wonder if my 2.4 ghz/5gh wifi router is interfering or something
See the pinned messages on interference
got one of these, doesnt seem to be updating
says it still has signal, i can read it's data, but it hasnt changed at all, which is not right as i walked through 3 rooms and put the sensor in with our hot peppers and no change
๐คฃ
If you really want to check if your temperature sensors work, you should smear them with wasabi.
Nah, stick them in the freezer, then the microwave
hot peppers like we got hot banana, jalapeno of 2 kinds, cayenne and 1 other i dont remember
we always start them inside before it gets nice enough out
Sure. But how does that help test a temperature sensor? ๐ค
well i walked through about 3 different temp's and humiditys
with no change and i stoped in each room for a min
It can take more then a minute
And wandering around makes it hard for the device to stay connected to the mesh
One does not simply walk....into the hot pepper room
Those devices in particular don't handle network or physical roaming well
ok i went in and reconnected it while its in it's location, and then blew in it to see if it changed, it did
there a way to force it to update at all by chance?
No, it's initiated from the device itself -- usually min reporting interval or significant change, which ever comes first
No, you don't force sensors to update ๐
Well, you may find that the manual wake action causes it to report everything
They try to conserve battery by only reporting rarely, just like Walt said.
It does on the Xiaomi devices, and then does a few minutes of rapid updates to drain the battery faster for you
If you want fixed interval updates I'd point you at Z-Wave sensors that are USB powered
would you have a recommended one?
im looking at getting like 3 or 4 temp/humidity sensors
wait till sept when weeds legal mmwwwwaaahahahaha
Don't forget your ESP32 and MiFlora sensors too then, lol
im horrible at homebrewing things
The Xiaomi sensors all work fine for normal use
to offtopic?
esphome makes it all pretty easy -- but I haven't used them personally -- https://esphome.io/components/sensor/xiaomi_ble.html
the russians have a home brew open source zigbee plant sensor posted if you really want a challenge
nope, lol
im looking at 3dprinting a parastolic pump to automate nutes tho
i just need to get a PH PPM meter that would link into the automations
now have to say I've never seen a zigbee PPM meter ๐
lol, to offtopic
ok. moved the zigbee hub 25 ft away from the wifi router via an ethernet cable, connected it w/ a longer usb cable. the sensors are all within ~10 ft and line of sight to the hub, but it nothing will connect. my 2.4 ghz home wifi is on channel 1 which by my understanding should be the farthest away from where the zigbee tries to operate. tried uninstalling and reinstalling the esp home and zha integrations. it recognizes the hub right away, but still cant pair. im flummoxed.
WiFi channel one is far away from Zigbee channel 26, but right down where channels 11 through 14 (and up to 17) sit
i can try to disable 2.4 ghz wifi entirely and see if my issues persist
Well, check what channel you use for Zigbee first
huh. this might be a problem. when i go to the network visualization tab on my zha integration screen, it says the device is offline.
I've seen that before - and think it's not accurate. so you are not able to get anything paired at all?
That's just a UI bug, yeah
hi tube. it was pairing earlier today, but some of my sensors were not communicating back *when triggering the contact sensor to close. this started down a path of trying to troubleshoot, reconfiguring devices, reconnecting, ultimately reinstalling.
now nothing will pair
can you enable debug logging and post some logs when trying to pair to paste.ubuntu.com?
do you have anything else beyond the iris sensors to try?
nope just them. some of them were working correctly yesterday, updating when i open/shut the door
how do i enable debug logging? running the home assistant rasberry pi OS
are they gonna show up under configuration > logs?
Errors and warnings will but youโll want to look at the home-assistant.log file in the config folder
Are you still able to connect to the hubs web interface? Just to check that itโs still online and nothing funky going on with the esp32
whats the url path? just port 6638?
i dont know if any of this is useful but this is what i see in the log that mentions zigpy
the url no port needed to reach the web FrontEnd
i can reach "tube_zb_gw_cc2652p2 Web Server"
Iโll take a look at the log shortly - cooking dinner now. So attention span limited
i wonder if i did something stupid like... put it into firmware update mode or something. if that's a thing. I used the toggle to try to "Restart the Gateway" earlier. i dont know if i should have done that. I didn't click the "prepare for firmware update" toggle itself
PSA: I've got the Aqara Smart Plug to parent 15 devices. Had to purchase the device to find this out.
By the grace of god, maybe I'll have my Aqara end-devices make the hop from one dead parent to an alive parent.
The part in your readme that says "It is Highly Advised to Ignore these entities in HomeAssistant as accidential toggling could rest the zigbee modules." i wonder if i f'ed that up trying to "Restart the Gateway".
omfg they're hopping on the new parent
@cedar coyote I do t think that would irreparably harm anything.
๐ grabbed some more logs just incase the last few minutes show anything else. https://paste.ubuntu.com/p/5pffJwggsW/
my Aqara env sensors were a pain to pair the first time
well im out of ideas. earlier i had hit the top switch toggle here thinking the fact it was in the "off" position meant the device was off. that might have f'ed something up. https://i.imgur.com/PYSESdl.png
If you restart it it should be fine, Iโd go into those entities in esphome integration device page and disable them.
Do you have a link for the sensors you are working with? I may have one I can test with.
iris il06-1. some of them were working fine yesterday and even this morning but now nothing will pair
Have you tried removing their batteries for a bit?
Yes I just did that. Unplugged zigbee hub for an hour, and all devices removed batteries. Removed esp and zha integrations and did fresh install of them. When I try to pair my first device I get these messages
"These" being the ones you posted earlier?
The network is open for joins, your sensors seem to be not wanting to join it
That's nothing to worry about
Do you live in an area with deployed smart meters?
I have a few sensors that refuse to join my network unless they're physically unable to scan for other networks in the area by being put in a metal pot with the coordinator... About 80% of my power company's grid of smart meters permanently permit joins and steal newly-joining devices sometimes.
Yes. But they're whatever proprietary version of zigbee
But yesterday I literally connected everything
I don't understand why nothing can connect now
The sensor is still flashing blue
The sensor is what decides to join a network, the coordinator only broadcasts that its network is open for joins
So either the sensor is not trying to join your network, or it's joining some other network
Is the reset on those to pop the battery and hold the tamper button while inserting it?
Pretty sure that how all the centralite variant contact sensors work. I pulled apart my not in use iris one when I was trying to modify one to make a recessed sensor.
I have some slyvania branded ones that reset that way
There is a button if I hold down when installing battery the led is red for a few seconds
10 different iris sensors all failing to connect
theres something systemic wrong
Hmm ๐ค
I pulled out a centralite sensor and get the red light as well but not joining.
Try this
Reset the device (push button while inserting battery)
Once it flashes red pull the battery
Wait about 10 seconds
Enable joining - Re-insert battery it should start flashing green or blue to join ๐ค
It sounds like you're making yours go into demo mode and then back into pairing mode?
When i hold the button and insert battery, the light turns solid red for like 3-4 seconds, then i release the button and it starts flashing blue
which sounds like pairing mode
Mine didnโt do anything after the red until I pulled the battery and re-inserted
Trying
Device flashing blue, zha searching, no dice
https://paste.ubuntu.com/p/vxwDJXGrgZ/ Does this look right? Nwk 0x000
last seen like 4 hours ago too i just notice
Im going to uninstall it, change the reserved ip address, and reboot the pi, and try again
@molten linden is there a way to force the hub to get a new ip address? It seems to have remembered the previous one even though i changed the reservation on my router
Maybe it doesnt matter
You router should handle that on a reboot of the hub
So Iโve had no luck resetting and rejoining the sensor I have since I got it to work the 1 time
Idk - the logs looks good from the coordinator side. Puddy is the dev and would have seen something if they were off there.
maybe i will ask the guy on ebay if he has any troubleshooting suggestions and if not ask to return them
After about a dozen tries I got the one I was working with joined to a different network. It was NOT super straight forward and just feels random that it finally reset
^not straight forward
Sounds just like my random eBay motion sensor
Yeah, if there was anything wrong with ZHA <-> hub communication you'd see big scary error messages printed every 30 seconds to your log until it was re-established, which isn't the case. Unless there is some RF problem (unlikely since it was working earlier in the day), it really sounds like these devices are shipped with in some "easy join" mode from the factory and are a PITA to actually get into joining mode a second time.
Well, the hours ive spent trying to get it to go, plus the hours yall have listened and helped troubleshoot, i would be way far ahead if i just had originally bought new sensors for $20 a pop if they were just reliable and not mysterious
Is there any paper user manual for the device or something that definitively explains how to get it into joining mode?
To rule out UI issues, are you joining these within 30-60s of opening the ZHA "permit joins"/"add devices" page?
I never saw this doc before, but seems a good reference. I think it's the v2 contact sensors he has. https://docs.hubitat.com/index.php?title=Join_and_Reset_Instructions#IRIS
Seems to be this thing https://github.com/Koenkk/zigbee2mqtt/issues/6793 ?
The exact manufacturer and model name from when it joined your network seems to be how they're identified
the one Iris I have left in service identifies as a centralite 3320-L
The IL06_1 on Z2M's page apparently says its manufacturer is iMagic by GreatStar
^ that is it
๐คฆโโ๏ธ ๐คทโโ๏ธ
"Iris has Shut Down: Thank you for including us in your search for ways to make your home smarter and safer, and for letting us be a part of your lives."
Looks like your instructions are gone ๐
Im going rogue
i deleted my zigbee db file
i dont care if i have to nuke my hass setup and start over
That did nothing.
Won't do much, unfortunately. If the radio says nothing joined then nothing has joined
i was trying to wipe out where it said โLast Seen: 2021-05-03T14:21:05โ for the zha device
If you want to completely start from scratch, reset the NVRAM on the Zigbee chip on the hub https://github.com/zigpy/zigpy-znp/blob/dev/TOOLS.md#nvram-reset (use socket://its.ip.address:6638 as the path). Make sure ZHA is not running, easier to do this from a second computer.
That's probably the time you last started up HA
i have reset HA like 25 times since then
That I don't know then. Your debug log will contain zigpy or zigpy_znp in it every 30s to indicate that communication with the Zigbee radio in your hub is still working
Anything weird in the ZHA user interface is likely just a bug
I contacted the seller of the iris sensors to ask if they have any troubleshooting tips. Maybe i should use this opportunity to buy some other zigbee devices, for research purposes
You'll likely need routers anyways if you plan on installing this lot of sensors in a large enough house so maybe try lightbulbs or something that plug into the wall
Anything on this list (https://zigbee.blakadder.com/zha.html) has been confirmed working by at least one person to the owner of that website. While it isn't exhaustive and accuracy is user-reported, it'll give you a reasonable place to start.
By router you just mean devices placed around the house to help build the mesh?
With a few rare exceptions, anything that's always powered, like a lightbulb
Sensors are asleep most of the time so they can't route messages for other devices
How do i set what zigbee channel it runs on?
No way to do it at the moment in ZHA without CLI tools
Different from the zigby-znp reset you shared earlier?
Same toolset
But if they joined previously on channel 15, they should continue joining on 15
And for the few devices that are picky about Zigbee channels, 15, 20, 25 are the safest picks to begin with for both that reason and because they sit between the common WiFi channels that would cause RF interference.
Should I switch my wifi to channel 11 then? It's on 1 currently. Or stop worrying about it
99% sure it's not WiFi
But WiFi handles channel changes better than Zigbee so it probably won't hurt the Zigbee side of things
puddly, tube, thank you by the way.
Half of my devices in my zigbee network have stopped working, how do I go about debugging this?
I am using zigbee2mqtt
Probably they're all connected through the same problem router device
Start by using the Z2M UI to check what's going on - look at the map and the logs too
Map looks as expected only have two routers and tried unplugging both with no luck
Going to update coindinator firmware and repair devices see what happens
Only two routers? I hope that's a small/open space
Hi all, my power meter has recently been fitted with a NIC. https://zigbeealliance.org/zigbee_products/silver-spring-nic-400-with-lg-e350-u3300-meter/ The docs state that it has Zigbee PAN for home automation integration. Does anyone know anything about these ?
No, but why not try to pair it?
@novel crown Not really sure how. I have enabled discovery of new devices in zigbee, but normally you have to put a zigbee "device" in pairing mode which i don't know how to do for this one.
Lets see and ask google. What is the device name? The NIC ist just the module on top of the meter, right?
It's probably done via the light interface thingy in some way and we kinda have to consult the docs of the meter I assume
Yes, the NIC is used to transmit the data to the power company. The meter has the optical port as well. The meter model is a Landis + Gyr E350
The meter seems to have the following module as communciation module: https://www.landisgyr.eu/product/landisgyr-e35c-communication-module-for-e350-meter/
I can't find any info about the NIC you mentioned and this meter
More so the meter specifies this module https://zigbeealliance.org/de/zigbee_products/landis-gyr-e35c-a/
meh, there isn't really any information available. I would go ahead and directly as silverspring. I assume a technican can only activate the pairing
Your USB coordinator arrived today, will test it out later ๐
having trouble adding these Mi light sensors to phoscon/ha, any suggestions? https://nl.aliexpress.com/item/4000506764191.html?spm=a2g0s.9042311.0.0.16b14c4dsLOdwO
Hello everyone! I Have a question regarding Phoscon.
Should I do all the scenes/manageligns/schecurles... in Phoscon UI or you recommend I do it in HomeAssistant somewhere else?
home assistant
Thanks HellCry
use ZHA or Zigbee2MQTT
I am trying to find info on all this
I would like to make it simple for me... dont want to spend hours
that's not a solution, all systems have their pro en con's, I'm staying with phoscon, works ok, not perfect, but ok, mqtt was a disaster on my mi flower sensors
Have you asked the folks over on the deCONZ Discord?
you asked for an advice that was mine, not trying to be an smartass here just give you mine
i know that sensor works very well on ZHA and on Zigbee2MQTT
i have them also
also this advice was given also becuse most ppl that come here with some issue is usually about deCONZ
ok, thx for the advice, deconz is bad maintained, for me it's the best solution because it's clean, no gateways, no soldering, no flashing, no nothing, just put stick in, add deconz integration to ha, add lights, sensors and switches and go, it's the first sensor I've trouble with adding
Z2M involves flashing a stick once every few months, or just flash it once then run it, the additional step is not calorie-killing ๐
if you want zero work i'd sugess you go ZHA with Elelabs ELU013, and later when you are more advanced you can update the firmware
And if you must run it in an addon ๐คข that makes it as simple as deconz probably
but appart of that you dont have to solder or so stuff
but spinning up a second container somewhere to run z2m, that also is quite easy to maintain tbh
yah you are so right but not all ppl know docker and stuff
๐
the discussion for me is really not what's the best system, like I said, all three of them have pro's and con's, I just would like to get my mi light sensor working in deconz
and I can get a docker running, deconz is running in a separate container from HA
@cursive bobcat what you must understand from all this is: you need a level of knowledge to do a minimum amount tinkering for you to have a good smart home
you can't have a good solution without tinkering a bit because there isn't one
if you want a tinker free solution, buy a homey, and be at the will of developers or a cloud service shutdown
had a technical inept friend of mine do that after asking me about HA, because "he had no time to tinker" but he has had nothing but problems ๐
don't be mean, even if you are right ๐ lets try to guide him a bit ๐
I'm just honest 
๐
@cursive bobcat the thing is we can not recommend you to go deCONZ way willingly
but if you do
that choice was made, no clouds anymore, everything local, except the camera's, that's why I started using deconz, and it's my first problem with deconz besides getting it up and running (had a hickup on first time installation but since than it has been running good for one year already)
all I can recommend is try to get the device added in deCONZ
by that i mean ask devs to support device
Interesting choice to keep the cameras in the cloud, that would be some of my most sensitive data and I would never have that in the cloud
those are your solutions: go with a better system ZHA or z2mqtt (you cant go wrong with any of those) or add support for your sensor in deCONZ
btw if you go with latter
gl with it
it already has been mentionned to devs, at least I think so, but no solution since end of march https://github.com/dresden-elektronik/phoscon-app-beta/issues/361
i've tried and after 6 months of waiting i gave up
yah exactly :))))
it's Google Nest, I do trust Google, I know, I'm Nuts ๐
To take all the data and run ๐
google already knows everything about me at all times, but I'm damned if I'm gonna share my video and pictures from surveilance with them
LOL!
I should get a mic blocking device at some point tbh, the one our government agencies use is nifty
I've no problem with Google,, it's one eco system and they know everything about me, they yet have to abuse my trust by the way, they've never done that, but I'm aware they've lots of data on me and some data is backupped locally on my nas
we're way off topic right now by the way ๐
Hi everyone, newbie here with a first-time setup to be done in around a week when my NUC arrives.
Before then I'd like to pickup some hardware here in the UK, to start with I was going to pick up a mixture of Ikea Tradfri bulbs, white and coloured and a Conbee II stick. I've taken these from a number of video / forum / blog suggestions that might be completely out of date.
Since then I've heard there can be issues with the Tradfri, and am also now considering smart dimmers for some rooms and bulbs for others where I want colour.
My questions are:
1 - are my choices still decent?
2 - are there better alternatives I should consider buying here in the UK?
3 - is there something I should have thought of / should start thinking about now when doing my first setup that may hamstring me later if I don't?
Tradfri bulbs are great in my experience, some users have a lot of issues, I have 60+ of them and have never had issues
the conbee is probably one of the worst choices for coordinator, look at TI-coordinators @stark remnant
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, 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 options being the Zig-Ah-Zig-Ah!, Slaesh's stick (though be aware of the well documented communication problems with the seller), Tube's CC2652P2 based coordinators and the TI Launch-XL boards. 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.




