#zigbee-archived
1 messages · Page 60 of 1
the config in the config folder is nto being honored. The changes I made there didn't affect anything. i had to use the UI of the addon to configure it.
You can check what directories a addon/container mounts like this: <#add-ons-archived message>
You can get the name of the container via docker ps
In this case you can also look here: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/blob/7e62cbe421da08de49f5aa4b90f9cd6fad1c7b96/zigbee2mqtt/config.json#L24-L27
And see that the default is in /config/zigbee2mqtt: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/blob/7e62cbe421da08de49f5aa4b90f9cd6fad1c7b96/zigbee2mqtt/config.json#L37C19-L37C38
And then come here: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/blob/7e62cbe421da08de49f5aa4b90f9cd6fad1c7b96/common/rootfs/docker-entrypoint.sh#L49-L53
So in conclusion the path is in data_path/configuration.yaml which is most likely /config/zigbee2mqtt/configuration.yaml
Hope that helps 😄
yea i was trying to figrue out the data path because thats the yaml I am looking at, and it wasn't right
my configuration.yaml has a few entries in teh mqtt section, but in the addon config section it was empty. when I changed the /config/zigbee2mqtt/configuration.yaml and saved it and restarted z2m, the changes weren't there
I'm not sure what takes preference or how settings are merged between the GUI and configuration.yaml.
Everything's a big rabbit hole as I demonstrated above.
for other addons I thought the config in the UI was just teh normal yaml but it seems to be doing something wonky. Maybe it hides some stuff or the config is some sort of upper level override. Ah well, it works so I'm going to just be happy with that
now to start shopping for more zigbee gadgets 🙂
oooh soil sensor lol. I wonder if zigbee will reach far enough to my garden plot
For the past three years, I've been utilizing a Phoscon ConBee II to manage my Zigbee devices. However, recently I've observed inconsistencies in my automations. When attempting to switch groups of lights on or off, some lights don't respond synchronously with the rest. Has anyone else experienced this? Could it be a sign that the ConBee radio is deteriorating? Appreciate any insights!
it's probably interference related, conbee is the worst of all the coordinators with being succeptible to interference. 30 second video showing another coordinator suffering the same thing: https://youtu.be/tHqZhNcFEvA
i'd personally suggest moving to a different coordinator and using zha or z2m (i like z2m) but apparently conbee sticks can work okay on zha if there's no interference
also i assume you are already using zigbee groups to control multiple devices to "sync" up properly - zigbee groups will send a multicast (three i think?) across the mesh to turn the group on/off/whatever all at once instead of unicast per device using something like home assistant groups or manually choosing multiple devices/entities in an automation action / script
P, I have sensors falling off the network daily, yes it is on an extension to get it away from other radios and I have multiple routers in each room of my house
Anyone know why ZHA since an unknown while ago "Self activate" debug logging?
I switch off, but after next reboot it is active again
Did you change your configuration.yaml to enable debug logging at some point?
@soft mirage I converted your message into a file since it's above 15 lines :+1:
That config very much enables ZHA debug logging :). I would delete the entire thing.
Thank you!😍
No biggie but still annoying to have the warning icon on ZHA integration.
Have absolutly no idea how it started. Seems extremly unlikley that I wrote thoose lines.
Hey all, im on and off about a week trying to get my kwikset 914 to work with my z2m. The lock is a supported lock so not sure why it wont work. I'm able to pair them but thats about it. It was working when I using the sonoff E adapter (currently on P). Any help would be appreciated!
you haven't said what isn't working
Oops! I',m getting the "...hardware is not supported"
when trying to pair.
hang on, I'll get the exact error
Device '0x002446fffd098c89' with Zigbee model 'SMARTCODE_DEADBOLT_10_W3_L' and manufacturer name 'Kwikset' is NOT supported, please follow https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html
you said you're able to pair them
I have 3 of those and haven't had issues pairing or using them, but it's been a few months since I paired them
When I first used the sonoff ZBdongle-E adapter, it was working fine but had issues with z2m crashing. So I switched to ZBdongle-P
even uninstalled mqtt, z2m, etc and tried again and can't get it to work
it almost seems like the TS/converter files are missing
I need some help with a Zigbee Curtain/blinds switch
""TS130F by _TZ3000_dbpmpco1"" [Loratap curtain switch]
"Quirk: zhaquirks.tuya.ts130f.TuyaTS130ESTC"
The Issue I have is that when I close the curtains, the curtains themselves are FULLY closed, but the switch does not detect that they are closed, Pressing the stop button, the Curtains slider show up as 50-70% closed.
What Can I do to resolve this? so 0%= FULLY closed and 100% is FULLY open.
When checking the logs I also get the following error for zigbee: ""Zigbee channel 20 utilization is 98.93%!""
How do I resolve this? [Currently running on the default firmware]
You resolve that by moving to a channel with less utilisation ... which requires re-pairing everything
Using a USB extension cable, if you aren't already, will probably help a lot
From what I know I am the only smarthome user in my area. I have about 45 devices [of which 6 are routers]
Would using a custom firmware be a better solution. since from what I could find, the default firmware only supports about 40 devices. and custom ones can support up to 100
You know that Zigbee uses the same frequencies as WiFi and Bluetooth?
And ... that 40 "limit" isn't what you think
That's the limit of directly connected devices - with (Zigbee) router devices you can extend that by many hundreds
Have a look at #zigbee-archived message
AAH OK. will check then if the error re-appears with more routers
Would you also happen to know the solution for the issue with the Curtain/Blinds switch I have?'
No idea, don't use those or ZHA
Utilisation isn't about routers, it's about signals on that band
Eg, WiFi, Bluetooth, USB interference, etc

OK. in that case I will wait for someone who does know how I can change the range limitation in ZHA.
after checking under "Manage Zigbee device" I did find a parameter for "Physical_closed_limit_lift"
Which seems to be related to the closed state atribute.
Zigbee channel 20 utilization is 98.93%
Still has nothing to do with range, routers, or the lack of routers
I'm having a weird bug that started happening last night. Sonoff motion sensor under zigbee2mqtt became unavailable, but after turning on the logging in Mosquito MQTT broker, I can see in the logs that the specific motion sensor (Motion-Master-Closet) actually sent a MQTT message and status, yet the sensors show as Unavailable.
Tried restarting Home Assistant and that didn't change anything.
I'm lost as to the next steps to debug or get this thing working.
Everything was working for a few weeks perfectly fine until yesterday.
I'm doing a tail -f home_assistant.log and I'm seeing mqtt messages coming thru.
I'm running Z2M on a separate raspberry PI, HA is running on a VM. I would have restarted, but the home assistant logfiles are showing the messages coming into HA.
Version of Z2M was a new install from docker (installed a week ago).
That's not a number
There's also been similar reports from others, solved by restarting one of Z2M or HA, can't remember which
Restarted HA, didn't change anything. Didn't consider restarting Z2M because the HA logs were showing the messages coming in.
Trying a restart of Z2M now.
Ok, that worked, but why did it work when I was still getting MQTT messages??? (or, a better question, how do I make sure it doesn't stop working again - wife angry when things don't work!)
My theory is that when the messages from Z2M aren't retained that some recent change in HA is causing it to miss something important
On 2023.8 and Z2M 1.32 that's not something I've seen, but there's been a few reports for 2023.9 and 1.33
However, my setup also has all of Z2M's messages retained
I haven't noticed any of that, not sure if I set my topics to retain either.
Ok, I will watch it for the next little bit and see if I can spot anything, cause it is weird that the MQTT messages are still coming through but the sensor is saying it's unavailable.
i set up z2m about a year ago and it's just worked for me ever since
not set to retain
still working fine over here
9 bulbs and one cheap button thing
The only thing that might be different in my setup is that I'm running 2 Z2M on two Rpis (two different base topics on the same MQTT).
In ZHA, is there a way to see temperature updates from a sensor in the logbook or similar? Curious about update rates.
I guess I can see "last seen" in the device info, but was curious how often it was updating
Hey y'all, quick question regarding adding zigbee devices to my network: In ZHA, should I always just attempt to add all new devices via the coordinator, or via what I think is the closest router device? (i.e. a light switch)
Does it matter at all?
Each update would cause a state change unless the temp is constant
Last seen is updated every time the device communicates so I wouldn’t go by that
Generally doesn’t matter unless you are having issues or it’s an older Aqara device
Trying to get both, upate rate (which obviously isn't going to update if no change) and to validate it's talking, since I physically moved to a new house and wanted to make sure zigbee mesh was rebuilding without any routers (for now)
haha, yeah, I did that earlier, then moved it to outside where it's harder to get to
the visualization of the zigbee mesh is a mess, so wasn't sure it was working
@finite jay I converted your message into a file since it's above 15 lines :+1:
@finite jay I converted your message into a file since it's above 15 lines :+1:
ok I think it's solved. I had ZHA installed also and I think that creates a conflit. After disabling nothing worked, I had to restart HA again.. anyways, it's working
Happened again tonight. Restarting Z2M fixed it. Anyone have any ideas what would be a more permanent fix?
Has anyone gotten a SLZB-06 adapter to work with Z2M? I keep getting ' Error: SRSP - SYS - ping after 6000ms' in the log. I'm powering the adapter by POE and i have "port: tcp://192.168.1.206:6638" in the serial section of the configuration. I have the proper firmware (CC1352P2_CC2652P_other_coordinator_20230507.zip) flashed from the Z2M supported adapters page, and the ESP firmware is at v0.9.9. I have confirmed that ZHA is not installed. There was a discovered ZHA device which I told HA to ignore. Not sure what the issue is as I think I've covered all the bases on the support pages. This is my first zigbee coordinator.
After 5 hours of reflashing and tinkering etc, I found a line of text in the firmware release notes which says a "hard reset is recommended" . After holding the button while powering on the device, it immediately began to work. Totally my bad.
i just can't seem to get zigbee2mqtt running, i'm using the docker container and get that error:
zigbee2mqtt | Zigbee2MQTT:info 2023-09-16 16:48:10: Coordinator firmware version: 'undefined' zigbee2mqtt | Zigbee2MQTT:error 2023-09-16 16:48:30: Failed to start zigbee zigbee2mqtt | Zigbee2MQTT:error 2023-09-16 16:48:30: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions zigbee2mqtt | Zigbee2MQTT:error 2023-09-16 16:48:30: Exiting... zigbee2mqtt | Zigbee2MQTT:error 2023-09-16 16:48:30: Error: get network parameters Error:TIMEOUT zigbee2mqtt | at DeconzAdapter.getNetworkParameters (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:1002:35) zigbee2mqtt | at runNextTicks (node:internal/process/task_queues:60:5) zigbee2mqtt | at listOnTimeout (node:internal/timers:538:9) zigbee2mqtt | at processTimers (node:internal/timers:512:7) zigbee2mqtt | at Controller.getNetworkParameters (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:360:44) zigbee2mqtt | at Zigbee.start (/app/lib/zigbee.ts:113:62) zigbee2mqtt | at Controller.start (/app/lib/controller.ts:101:27) zigbee2mqtt | at start (/app/index.js:107:5)
sorry, took me some time 
no answer for that (to my knowledge) on the troubleshooting link
i'm using a Conbee2 on a S12 Mini PC
sometimes "Coordinator firmware version" gives me a value, sometimes it's undefined
Please use multi-line code blocks (three backticks each side) for things more than one line: https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-#h_01GY0DAKGXDEHE263BCAYEGFJA
I'm not familiar with that adapter and the only issue I found is this: https://github.com/Koenkk/zigbee2mqtt/issues/18090
Is it connected with a extension cable?
There's likely USB 3 ports near which give off interference. See here for a demonstration: https://youtu.be/tHqZhNcFEvA
I'm not sure if this would cause this particular issue (not familiar with the deconz driver) but since this should be done any way it's worth a try to see if anything changes
yeah found that post too, but changing the adapter is not an option tbh
kk, i'll try, 1 sec
is it also a bad thing to put the conbee in an USB3 port?
Yes but seems like you only have USB 3 ports on that device:
- <#the-water-cooler message>
- <#zigbee-archived message>
The extension cable method is likely enough to avoid most of it
yeah, just checked, that's the case
it worked! at least i get better logs
ty!
Is there a way to refresh the Skyconnect zigbee network?
weird, now it's not working again, same error, extension usb cable is still connected
refresh?
I have some sensors that aren't showing up after a system migrate. I use the word refresh loosely. Like reboot the zigbee network. Trying not to repair the sensor. But I may have too. @grim igloo
i think depending on the device they wont wake up til they're used
really not sure tho
Makes sense. I will give it a few and see what happens. Thanks
Hi. Strange problem in installing/migrating from ZHA/RaspbeeII to Skyconnect. Followed the guideline precisely, except Step 11 (Overwrite radio IRRR address) simply never appeared. I selected the Skyconnect at a USB port, and restored the auto-generated backup, but hitting submit simply ended the process- no prompt to overwrite the Skyconnect IEEE. Hard to understand how this can happen, given the IEEEs are reported as different, ZHA was stable, the migration process saw the USB-connected device, and the backup was restored... So now it is in limbo- where the RaspbeeII is still shown as the coordinator, just as offline since it isnt physically connected (RPI4). Running HA 2023.9.2, RPI4. Just seems impossible the code cannot determine that the IEEE values are different, but there is no failure on an attempted migration- there is no IEEE migration prompt- never was. No originally, not after a reboot, not after a power disconnect reboot. Any ideas? This just a QA failure?
What's the SkyConnect firmware version? (Did you update it yourself?)
Also, are all Zigbee devices working as expected? Is the coordinator only shown as offline in the topology map? If so, that's expected and you should be able to remove the old coordinator as a (ZHA) device from HA.
Depending on the SkyConnect firmware version, the IEEE can be set as many times as you want. That's why it doesn't show the prompt.
@glass sequoia ^
Hi. Sorry, Im not seeing the firmware variant in the Device Info list. The firmware subsection of the Skyconnect site says all new devices are shipping with the most current firmware, and this was shipped 3 days ago. Maybe I should reupload in case?
The zigbee devices are not working. Many show as 'connected' within the ZIgbee coordinator for the Skyconnect subinfo page, but all sensors read as 'unavailable.' None show as connected in the Visualization map. RaspbeeII shows as the coordinator, with an Offline state. Skyconnect shows as Coordinator, with no device state listed. It does show as a different IEEE however. Any idea how I set IEEE if this isnt available for edit under the Network Settings section? Seems I can update the Channel, but not IEEE. I can get to the Manage Zigbee Device dialog for it, but this doesnt seem to do anything. Example, I can select an attribute like Manufacturer (0x0004), and Read Attribute just shows and Orange blob with an exclamation point in it. Diagnostics doesnt seem to show firmware variant- just amfg code of 43981
So, seems they werent all that correct about the firmware as current and not needing update. The installed variant was 7.1.1.0 and the current is 7.2.2.0. Updated, reran the migration, and this time it asked if I wanted to have the Skyconnect inherit the legacy IEEE. So, yea, frustrating is an understatement. They need to do a much better job of documentation. How hard would it be to have a provision that just says to check the firmware vs 'we are so sure that the shipped firmware has no bugs, that no update is needed' along with the install/migration procedure, where their error makes following the procedure impossible? Anyway, I deleted the legacy RaspbeeII device, but I dont see connections yet from the devices. So, Ill do a reboot and give it an hour.
The migration dialogs in HA mentioned that you have to be on a minimum Conbee/Raspbee version. Did you upgrade your old coordinator to that version before the migration? Otherwise, the migration won't work correctly. You'll have to power-cycle all mains-powered devices then.
Also, the version the SkyConnect ships with is fine and no update is needed.
re:
I dont see connections yet from the devices
The topology/visualization isn't live. Do not look at it to determine if "your network is healthy".
So, I'm assuming no devices are responding? If you have mains-powered devices, try power-cycling them and see if they show up as online.
Hi! My zigbee2mqtt devices are "hidden by integration" - therfor i cannot adress the devices in ZHA areas. Anybody has an idea how to change the visibility in z2m?
Have those entities been used with a helper?
If so and the option to hide the used entities has been chosen, it sometimes sticks when removing the helper
Hello people! Do you know of any plug that works as a router?
That's all of them
Only two-wire switches, Sengled bulbs, and a handful of other devices (like the Aqara FP1) don't
Hey folks I have a 2ch weten (Tuya?) zigbee no neutral switch (for mounting in housing). Using ZHA it appears binding is only available as “in” (not out) in the clusters pane. And in the binding panel it doesn’t show any devices except the coordinator. Is this fixable/changeable at all?
TS0012 by _TZ3000_jl7qyupf
Hey, using zha + sonoff, I'm trying to listen to an event of a single button press with device _TZ3000_kjfzuycl / TS004F (it's not really that device though, it's more like ERS-10TZBVB-AA). If I click it, it sends 'on', if I double click it, it sends 'off'. But once it's considered "on", and I single click it again - it sends events with some random values: "Move To Level" and "Move To Hue". I want to listen to these events (they're not registered as regular HASS events, matter of fact nothing was until the recent August update) and act upon them, how can I do that? Or at-least debug the exact event that is being emitted?\
From what I read these tuya chipsets don’t have the ability to bind to lights or groups. Anyone suggest and zigbee no-neutral switches that do have binding?
Hi, I am using an Ikea Light Switch with the Homassistant SkyConnect. When I press the on button a random Light turns on and not the one I assigned it in the Automation. It worked 1 week ago where I added the switch to my network. Any ideas whats going wrong?
i've been getting the following log errors a bunch, does anyone have any idea what's going on in these 2?
https://dpaste.org/aaPr8
https://dpaste.org/oE8js#L13
i'm not super good at understanding these kinds of logs, so if anyone can point me in the right direction so i hhave an idea of what to investigate for the issue, i would greatly appreciate that 😅
is it also still triggering the light from the automation? Could it be bound to another light?
these all seemed to go away when i force closed the ha app on my phone so idk what was up with that ¯_(ツ)_/¯
I would like to integrate Deconz into HA. I am familiar with this page. https://www.home-assistant.io/integrations/deconz/ It also describes the procedure for connecting Deconz to HA via Phoscon. However, this way I create a new API key and delete an existing key. And that's exactly what I have to prevent, because I share the gateway hardware with another app and therefore already have an API key. How do I set up Deconz (possibly by directly editing internal configuration files) so that I can enter the host, port, user, serial number and API key manually?
Hi. I can't find much info on how zha does encryption and if it turns on encryption when it pairs with devices automatically. I found mixed and very old information on forums and discord. Anyone know how it works?
Google's Bard says it generates a random key and sets up encryption with each device when it pairs.
I found that the zigbee plugs I just got don't support encryption. I need some zigbee plugs that can do encryption. I'm in the US.
Hey guys, I want to get into zigbee but aren't hugely tech savvy - the sky connect is easy for me to get but I was wondering how good it is for simple door sensors like the aqara door sensors?
What plugs are these? All Zigbee devices support encryption. Not all of them support being added to the network with an installation code, but all of them will have their traffic encrypted with the network key
Yes it is triggering the one I want plus another one. How do I check if it is bound to another light?
Hey guys I want to get into zigbee but
I asked bing ai chat if it supports encryption and it said no.
CMARS Smart Plug, ZigBee Switch Mini Smart Outlet
Google Bard says it does support encryption, so...
They are eWeLink devices
battle of ai's
I ran across this ieee_extend_security setting that might not be available until 2023.10
I'm not sure whether I should worry about encryption. I will have a smart lock on my zigbee network soon.
Again, all Zigbee devices support encryption. Traffic on the zigbee network is secured with the network key
Someone can sniff the network key under the right conditions and decrypt the traffic, but they'd need to (1) know you have a zigbee network, (2) want to target you for some reason, and (3) be close enough to do it
Thanks!
Depends what you are using, in ZHA you can look at the device configuration and unbind from everything... or there's sometimes a command in the clusters that does it too...
Ahhh I found it, thank you. I manged to bind the correct lights. I had to re-pair one Switch though.
Did you ever figure this out? I couldn't get it to work with the dimmer switch.
Also, I'm having really bad reliability issues with my two new Econic fixtures.
I'm having a bizarre problem with my Sengled E11-N1EA bulbs where if I set it to somewhere between ~4650 to ~4750 K temperature, it instead goes to like 7000 K. And it's not a gradual thing, if I use the temperature slider it will instantaneously go from like 4600 to 7000 with no transition. Anyone know what could be causing this?
we have another problem the sonoff snzb-02d keeps losing the connection to the zigbee gateway, the thermometer that came with it does not lose the connection even though it is further away.
Did you pair it in place?
Did you pair it to a specific router/the gateway, or just let it pick?
Did you check that your Zigbee channel is clear of WiFi?
- You have to pair in place
- You have to use a USB extension cable for your Zigbee stick (coordinator)
- You have to ensure your Zigbee channel is clear of WiFi
Look at the pinned image @dim turtle
Is that even a thing ? I never heard about it before. Thanks for the link tho
Afternoon!
I'm using Z2MQTT, routes through my private Eclipse-Mosquitto broker, making it's way into HA through the MQTT integration.
I updated all 3 docker containers yesterday, and since then HA has been erroring on what I believe are the main feature discovery messages for my ZigBee devices. Example:
Error 'string value is None for dictionary value @ data['name']' when processing MQTT discovery message topic
The documentation for the MQTT integration indicate that a null name will have the entity marked as a main feature by this excerpt from the "Naming of MQTT Entities" section.
It’s allowed to set an MQTT entity’s name to None (use null in YAML) to mark it as the main feature of a device.
I'm not sure why HA is throwing an error for this none type name now (and, consequentially, not generating the main entities, leaving me with a power measurement sensor entity but no light entity for my light bulbs, etc). Any assistance in understanding/resolving this, or who I should talk to next in my quest for knowledge/the right channel for this question, would be greatly appreciated!
hahaha ! I need to check this more in details then thanks
good evening, probably somebody can help me out, i upgraded hass from 2021 to 2023 and now i'm missing tons of valuable info especially in my mqtt section (zigbee2mqtt) like the good old "attributes" on my entities, like battery_status, voltage, link quality etc. is there a possibilty to get this info in a different way?
good morning, probably somebody can help me today out 😄
What version of Z2M are you on?
My HA instance is completely unresponsive and I'm not sure how to debug, any ideas? My only hints are that I just installed the thread/matter add-ons and now, when I restart my rpi manually, it's only responsive until it says "please wait for zha" (or similar), at which point it hangs and I can do nothing. I can ping the IP address of my server, but it's just an infinite spinner when loading in a browser in incognito. I waited a solid 5 minutes after restart, restarted again, and nothing is changing.
If you have the SSH addon and are able to connect to it you can run supervisor logs and core logs.
Otherwise connect a keyboard and monitor to the device and run it through that.
amazing, I'm ssh'd in and confirmed that it looks like it's the thread add-on -- any suggestions for uninstalling it via cli?
I'd just restore from the last backup but I don't actually know how to do that with ha backups -- info requires a specific backup ID and I don't see a way to list them
Type ha addons and note the slug of the addon. Then run ha addons uninstall slugnamehere.
For backups it's similar. ha backups then ha backups restore slugnamehere
uninstalling the thread add-on worked, thanks! now to file a bug report
the latest standalone:1.33.0, i used now the blueprint built-in automations instead, they seems to be working, independently from the missing attribute.
its a pity that tons of useful attributes are lost now 😦
Hello, I'm buying new kit and one of the requirements is a boiler switch. I see the following https://zigbee.blakadder.com/Lerlink_A2-ZH20.html but can't see it in the list for Z2M. Does anyone have it and how sure are you it is going to work ?
I just put out a couple of aqara leak detectors. They paired easily. They seem to become unavailable (or at least one so far). I suspect it's going into a sleep state but zha is still polling for its status. Is that normal?
It says "This entity is no longer being provided by the zha integration. If the entity is no longer in use, delete it in settings." in the device's battery history dialog.
It's behind a refrigerator and I'm wondering if there's RF interference or something.
or maybe the refrigerator is pressing the reset button.
battery-powered devices aren't polled. aqara stuff tends to stick to whatever parent it was paired to; they rarely reroute when a better path becomes available
did you pair it in place?
Hello, anyone using this sonoff zbmini extreme?
Are you starting a club of zbmini extreme users or is there a question related to the device?
within a few feet of where I placed it. It's in an awkward place. I'll try pairing it closer and I'll try a different sensor to see if it's the sensor or something environmental. Thanks!
Try also pairing it to a nearby router
Aqara devices will pair to the first thing they hear, even if the signal is terrible
This is my first time doing this bro. Got my self a HA container installed, and sonoff zbmini for testing. I got it to work with ha to switch on/off light, but the actual switch doesn't respond. I'm out of idea, can you help guide.
you have to wire the switch according to the wiring instructions and your installation
Yes, there are two difference type of wiring. Done them all, and still doesnt work.
I have 2 of zbmini switch, tried both as well and stiill the same
I bought some smart switches that go in the light backbox from Vesternet and they came with several kWh of usage recorded (I question Vesternet about why when I bought new but got no answer); it it possible to reset it to zero? I've been looking through all of the attributes in HA but can't find anything that looks like it.
That depends entirely on what they are
These in particular: https://www.vesternet.com/products/vesternet-zigbee-dimmer
Done that a couple of times, unfortunately didn't reset the value
Read that manual a couple of times too, there's some info about the clusters it supports but not much else. ☹️
Is it possible the kWh value is read only?
Possibly something that can't ever be reset
However, it's probably Tuya, so if you can find the underlying Tuya model you may find more information
Fair enough, little bit annoying when they came from the retailer with nearly 8kWh on them already; ordered 2 and they both have 7+ kWh each
ugh, the batteries are dead in all of my sonos temp sensors again. i should graph this to understand it but it seems like i'm replacing these coin cells every couple months. I'd love to have something that used a lithium 123 cell like the nest room sensors
What integration are you using? When you joined the sensors, did you join them in-place or did you join them near the coordinator and then move them far away?
Great question... I'm using the sonoff wifi bridge flashed with tasmota. I think I walked into that room, joined them and then installed them
So with ZHA as a remote serial coordinator? Or with the Tasmota ZigBee firmware?
I suspect that my integration is polling too frequently and burning up the cells but have not dug into it
looking
The sensors usually are not polled. They are given an attribute reporting configuration and the sensor itself decides if/when to send data. ZHA's sensor configuration isn't aggressive.
tazmota sonoff zhabridge 12.2.0.2
i've been reasonably happy with it. my HA is a VM so it's not trivial to have a USB zigbee radio
I just hate prying apart the sonoff temp sensors to replace the batteries. i'm using command strips to hold them in place so it's just a pain. a lithium 123 cell would last a lot longer
oh man...... i just realized that these snzb-02 units use a 3v cr2032 and the lithium CR123A is also 3v. sounds like i need to 3dprint a new case for these
So is the integration through MQTT or through the ZigBee Home Automation integration?
zigbee home automation
When you re-install a battery, click the Reconfigure button to push the attribute reporting configuration again. They shouldn't be running out this quickly.
For comparison, Aqara sensors with the same battery can last for about two years.
Yes. The Sonoff sensors are buggy and inaccurate
I loved using the accurite sensors going to a dvb radio on my pi but failing root filesystem sd cards made me throw my hands up on that
it was also mqtt and the integration was very manual
i miss the display
I have a SkyConnect and a couple dozen Zigbee devices. If I buy an eero 6 router will it "steal" those devices? How do you deal with multiple controllers?
the xiomi was really cute but the encrypted data stream was really a pain
The router won't do anything unless you deliberately configure it to "steal" the devices (aka pair them with it)
huh, the aqara temp sensors are only $47 for a 3 pack on amazon at the moment. that's not awful.
i still like my idea of macgyver-ing a CR123A onto a sonoff SNZB
thanks @austere patio for the aqara suggestion. they will be here today and i will give those a whirl
i have a question about this ZigBee have GLEDOPTO ZigBee 3.0 DC 5V TV Backlight USB Led Strip total 4. but it sometning disconnect keep it. or block so i remove only two work. do know why any conflict ?
thanks
I'm using IKEA Tradfri E1812 light bulbs. Most of them work fine... except one.
Brightness works fine, but when trying to change the color... that error appears. Any ideas?
Z2M btw
Magically works now
Ok so I have two of those and they work fine.
If you can switch the light in HA, you wired the load correctly.
If the physical switch doesn't work, either you goofed up the switch wiring (not likely), shorted it (the switch terminals are very sensitive to shorting), or the zbmini is set to the wrong switch mode, ie momentary vs toggle. There is a button on the zbmini, I think you click it 3 times or something to change the switch mode but double check the manual. Do that and see what happens.
that tracks, mine were also guzzling batteries every couple of months
Yes bro, i think that maybe the case. Will try the 3 click button thing, didnt know it has thats feature. Will report back
Are there any good Zigbee fan controllers?
Bro, thank you it works. After just 3 click on zbmini now both the switch and HA working accordingly.
However i was trying to do test automation. Just a simple turn on at a specific/fix time, but it doesnt turn on. (Even though HA log noted that automation have been deploy) Do you have any idea what can i do wrong?
I check with local time, both inside HA setting and the machine running it.
Do i needed to copy codes or script into yaml file or something?
I know the Wink controller was the recommendation when it was around. I actually have one, but would like to know if there is anything newer and better.
@astral seal i got the automation to works, my trigger/actions thing done wrong 😂. Thank bro
Yeah I thought that might be it. One of mine worked fine out of the box, the second one I got came set to the wrong mode.
how do i get started with zigbee?
in theory i think i should buy a hub (usb or something) and then some wall sockets that act as repeaters.
is that correct? if yes which ones do i buy?
if someone recommends me something specific please keep in mind that i dont want US sockets. i want european ones. with round holes and 220v compatibility.
thanks
you choose the coordinator ("hub") thats most compatible with the integration you want to use so you need to decide on that first
i am literally just getting started. i have a server running home assistant vm for a couple of android tvs, few smart lights and smark speakers.
i have no other integrations and certainly nothing zigbee related whatsoever. i'm new to this and all i know is that i need some water leak sensors in my house.
did some light asking around and found out that i need to create a kind of mesh network with a hub and light switches or sockets that act as repeaters.
so i thought that was a good place to start at. am i wrong?
the good place to start at is choosing the integration you want to use
can you rephrase that so that i can understand it better? i dont know what you mean by choosing integration first. do i go out buying the sensors that i want and then find hub and repeaters?
are there no brands/hubs that are generally regarded as good ones? recommended to buy?
recommended way to use Zigbee in HA is through third party usb sticks
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 causing stability/reliability issues), and the HUSBZB-1 uses an older chipset so should be avoided.
Finally, the ConBee range are fine with deCONZ, but experience with ZHA and Zigbee2MQTT appears to be mixed.
Lads, Im a bit lost as a newbie in Zigbee.
I bought a sonoff dongle-p, inserted it in the RPI4, installed Mosquito, zigbee2mqtt, added required port (sonoff ID) and put philips hue led strips in pairing mode.
When pressing find new devices, nothing happens. I can however see that in the mosquito broker two clients have connected.
Why is it that these devices are not showing up in zigbee2mqtt?
Im currently not using an usb extension cable, also using stock software.
If changing these two helps, I have no issues doing so. Also I'm not 100% bound to using Z2MQTT if Z2M is more reliable
get an extension, Z2MQTT and Z2M are the same thing
Aight, the interference explains why mosqito sees the light strips but not Z2MQTT? As in, the connection is not stable enough to connect?
coordinator software is also from 2021 (20210708). Should I update or is it a 'if it aint broke, don't fix it' situation?
how can mosquitto broker see the light strip if zigbee2mqtt which sends the information to the broker cannot?
seems you're mixing up the terminology
Broker msg: 2023-09-21 12:46:09: New connection from 172.....:55116 on port 1883.
2023-09-21 12:46:09: New client connected from 172....:55116 as mqttjs_73a67a5a (p2, c1, k60, u'addons').
but neither show in the web ui of mqtt
Please provide surrounding logs and context and don't censor the ip. It's probably a healthcheck
It seems to repeat the new connection, new client connected, client closes connection within a span of one minute in the mosquitto broker logs.
(What do we use to share logs?)
Nothing else going on.
https://github.com/home-assistant/core/issues/51603#issuecomment-856523532
Also scroll up and see the log example
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Config MQTT: http://pastie.org/p/1OsZEY64VxRZ2qFYS8g6K8
Broker log: http://pastie.org/p/1T91ULOKPcLEGrENn2X9hJ
Z2MQTT add-in log: http://pastie.org/p/04LOPDYiSmwgPIQxioFA5L
Actually mqttjs isn't the healthcheck. Could be lots of things but likely Z2M or something else JS based.
The ip hints toward an addon and since it's the same one... You can make Z2M use a specific client id if you want to be sure
Im thinking of anything else I may have misconfigured;
The zigbee dongle is still in 'discovered'. I thought it was just for Z2M but is it also for Z2MQTT?
The zigbee dongle is on an usb 2.0 port, and ive added the ID ( /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 ) instead of /dev/ttyUSB0. Does it matter?
Discovered? Not sure what you mean with also for Z2MQTT
Yeah - In the integrations tab I can configure 'Sonoff Zigbee 3.0 USB Dongle Plus'.
but AFAIK none of the guides ive seen mention or do anything with it
Which integration are you talking about? Are you trying to use ZHA and Z2M at the same time? 🤔
sounds like it
I'm working to intigrate the IKEA TRadfi 5 button remote into my setup. I was able to add it no problem. Single button press works. However when I try long presses, it also executes a single (short) press at the same time.
For single press, I see a single ZHA event, for long presses, I see for ZHA events. Is there a fix to sort this out?
Either is fine, right now none work. I've added all integrations for Z2MQTT, but if Z2m is easier to set up / maintain then that's fine for me
I'd say try both but not at the same time
I'm not trying to do both right now, I'm sorry if I confused you with that
main focus is Z2MQTT
In this case you should probably remove/disable ZHA
Ok, could you assist me on where I can find ZHA?
In the ingrations it's still on 'discovered'
https://pasteboard.co/NffIcyAUMLJi.jpg
I've been doing some digging. the u'homeassistant' in the mosquito broker log seems to be the broker itself (uses the homeassistant account), and Zigbee2MQTT add-in uses 'addons' (which doesnt exsist?)
not sure if that matters, or if its a default or reserved username without password
I assume that means that the coordinator sees no devices (in pairing mode) and that I should buy the extension cable before putting in much more effort / time right
ZHA stands for Zigbee Home Automation so basically where you're looking at
Go over my message here again: <#zigbee-archived message>
I guess I'm tired because I don't see what you want me to see, unless you mean that the message is similiar to the message in the github and that it is a health check
Hi, I'm a student of electrical engineering and ICT, and my major is IoT. For my assignment, I need to measure temperature and humidity and send this data to Microsoft Azure IoT Hub. I've been given a Raspberry Pi from my school to complete this assignment. I have an idea how to do this. I want to use the Zigbee protocol because there are the sensors I need, but I don't have any experience with it. When I look for information, I always find solutions for home assistant. My main question is, can I read the data from Zigbee sensors via the Raspberry Pi if I use a Zigbee dongle and push it to Azure?
Yes
However... rather than coding it all yourself, try Zigbee2MQTT and then you only have to interact with an MQTT broker
i have see that alot the zigbee2mqtt but i dont realy understand what its used for?
The name is pretty descriptive
It's a bridge between Zigbee and MQTT
(and they have a spiffy web site)
Well, that's on you
Hopefully you already have a plan for that
(the answer is clearly it's possible)
"All" you'll have to solve is reading from MQTT topics and publishing to Azure, both of those are solved problems
Hi, i dont know if its the place to check, but anyone knows if z2mqtt supports the Tuya SC20 smart knob? or if there is any work to support it?
(and if not, can someone point me a to a guide where i might try to create my own support)
You can check here: https://www.zigbee2mqtt.io/supported-devices/
There's also a link on that page with info on adding support for unsupported devices
Hey, so i have a Hama thermostat and zigbee2mqtt, in the webgui of zigbee2mqtt i can change the set temperature but in home assistant i don't even have the control element. i've read about the legacy value, but i'm not sure if that would make it work or maybe ruin something
hey guys, i have a bit of trouble with one of my motion detectors, apparently because it gives a link quality of 0 - how would i ideally fix this?
occupancy inactive
battery_low False
battery 100%
voltage 3000mV
linkquality 0 lqi
sensor is a Sonoff SNZB-03
nvm, another sensor with 78 lqi won't react either
ok, setting legacy to false didn't change anything or i did something wrong
Hi, im currently migrating my deCONZ network to Z2M. I have around 40 devices most of them bulbs. When triggering them alone, they work fine. However when using a service to e.g. turn off all lamps, several lamps have a delay, around 20 seconds. Is this normal?
Group in Z2M?
I think I did the same in deconz
Can I create a group for all lights?
Yes, and yes
Hi folks,
I have a problem with a component that I want to include from Zigbee2MQTT into HomeAssistant. The device in question is the ZBMINIL2, and it was successfully added to Zigbee2MQTT. The device works within Zigbee2MQTT; I can read all the sensors and control the relay. However, when I attempted to add this device to HomeAssistant, I added the MQTT service to my devices, and the ZBMINIL2 was detected. Unfortunately, only the sensors from Zigbee2MQTT are showing up, and the switch to control the relay is missing.
Pic:
https://drive.google.com/file/d/1PbaR8loPPJSEuX9qo8HOMb7MtSQd7L4p/view?usp=sharing
Hey I want to buy a sensor for air inside of my room since I can now control my ventilation. My initial idea was just to buy the first sensor that I could find, but since I'm a dev, are there any sensors that still require work where I can provide support for and buy them to make the support better?
Anybody know how philips will enforce the account creation to toggle lights?
I just now restricted internet access for the hub, it is on FW 1.60.196006203
As I don‘t care about updates and don‘t even use the app - I should be safe right?
The only reason I still have the hub in use is because of a gradient light which z2m supports at least in dev currently but none of the media sync apps know z2m or mqtt.
Was there some policy change announced regarding this?
I feel like recently when I tried to setup their lights I needed their app to get them into zigbee pairing mode.
you can use their remotes too, just hold them near and keep pressing on and off
Don't own one.
oh do you mean the wiz bulbs?
afaik these are f*ed with that policy change
No, regular Hue BR30s
ah, yes you need a remote then
(or the app)
I guess that's one place they can gatekeep.
Actually sucks cause their app requires a fairly recent version of android. My ~3 or 4 year old phone it would refuse to attempt to install, had to borrow the wife's.
Or try to find an ancient APK to sideload.
I just had a look at the FW version today, last time I opened the app was ages ago the app got unloaded on my phone
The Hue lights should enter pairing mode by cutting power and re-powering them 5 times in a row 🤔
At least with a firmware newer than 1.65.7
(might be for the ones with Bluetooth only)
oh nice, I thought thats a tradfri exclusive thing
No reason the IKEA repeater shouldn’t work with a Tasmota Sonoff bridge and HASS right?
I could add another bridge but I really hate flashing the things.
Hey all, I decided to start fresh with HA to figure out my issue with z2m unknown device that is supported based on z2m's supported hardware
where is the file located for me to add/change this...? https://github.com/Koenkk/zigbee2mqtt/issues/4119#issuecomment-694374231
when pairing, i get the "Received message from unsupported device with Zigbee model 'SMARTCODE_DEADBOLT_10_W3_L' and manufacturer name 'Kwikset'"
Does anyone know of some US Decora style Zigbee wall switches that supports Multi-Tap? I haven't been able to find anything in the Blackadder zigbee database (https://zigbee.blakadder.com/)
I know the Inovelli Blue DOES support up to 5x on each button, and the Enbrighten/GE models do NOT, but I only know because I have them both.
What about the Leviton Lumina ZS057-D0Z, or the Quirky Tapt PTAPT-WH02, or the Aqara "Smart Wall Switch (With Neutral)"?
Is Inovelli the only one with multi-press events, or are there others?
Hello guyz, using sonoff zbmini extreme on two way switch. Do we required 2 zbmini to works?
I added Zigbee usb repeater today, I open map to see my mesh network and see this: 🤣🤣
I didnt even plan this 😂
no one plans for the antichrist
maybe you live on ley lines 😛
Is the Innr bulb power-on behavior configurable in ZHA?
ahh the old demon trap via Zigbee. I wonder if that works
Does anyone know where the device TS files are located?
A few days ago I migrated from the Nortek dongle to the SkyConnect one, and while the backup and migration mostly worked, I have a handfull of devices that are having an incredibly hard time reconnecting. Are there any good trouble shooting steps for this, or would it be best to just wipe ZHA and start fresh?
On their Zigbee 3.0 bulbs (any current ones) yes
Thank you!
I'm starting not to trust these aqara door/window sensors.
Go into ZHA, hit "add device" and then reset the device that's having an issue by holding the button or whatever procedure. It should re-pair while keeping the configuration in ZHA and that should fix the problem.
You want to elaborate on that? They're generally considered some of the best Zigbee contact sensors available, tons of us in here have at least one of them, so if you give some more details someone can probably help.
One was reporting that it was closed when it wasn't. I had to fiddle with it to get it to report as open again. That's all.
batteries seem to be draining quickly too
That’s worked for most of my devices, except for a few Sengled bulbs (warm white only and warm/cool white are the ones having issues, my colored Sengled bulbs reconnected themselves right away). One or two of them won’t show up at all in the “add device” screen, even after being reset multiple times, and one or two of them will show up, but they get stuck on “configuring”
Battery reporting on older Aqara sensors isn't reliable but as long as you use a fresh battery, they'll last for about two years (some three)
If you aren't receiving sensor updates and have already swapped in a new battery, make sure the sensor is joined through the physically closest parent router. Find the router closest to your sensor, click "add devices via this device", and then reset the Aqara sensor to get it to re-join. Also, make sure your coordinator is on a USB extension cable and away from interference sources such as USB 3.0 ports and SSDs.
I've re-added it through the closest router. I'll see how that goes. Thank you!
When a Z2M device loses connection, what's the right way of fixing it without having to delete the device from Z2M, which gets the device deleted in HA and messes up all the automations involved?
Re-pair it
I'm having some trouble with 2 Aqara window sensors i just got. Both get added to HA via SkyConnect, but the states is always Closed and doesn't change. I tried reconfiguring but it didn't help. I got other aqara devies and door sensors and those work. Am i missing something?
Do you have any routing devices on your network? Or just the SkyConnect?
I do have an aqara smart socket
See what I wrote above for a different person's problem ^
i kind of covered all of those, i did pair it next to the skyconnect stick and then also next to the socket in the room i'm trying to add it to
also another strange thing is that the Battery status is UNKNOWN
Hey, so i have this problem with zigbee2mqtt and HA. i have multiple devices (plugs, thermostats) on which i can only see some values and change a few things, but i have no option to turn them on or off... do i need to change something specific to get these options?
on the webgui of zigbee2mqtt i see all options tho
i've tried to turn off legacy, but that didn't change anything
one of the devices is a hama thermostat and the other on is a blitzwolf plug switch
i have the suspicion that HA is not listening to the right topic, since zigbee2mqtt shows a lot of stats but it also creates a topic called homeassistant
Did you try restarting the services in use?
I'm getting this error way too often to have a reliable smart home: Failed to send request: device did not respond
It's pretty new since some time, no hard ware has changed
Can you upload diagnostics JSON for the ZHA integration?
which efr32mg21 chip is in skyconnect?
EFR32MG21A020F512IM32
Sure, but how🙃
Can you describe the exact steps? Do you mean deleting it from Z2M and repair? Or is there a way to avoid deleting it?
AFAIK if I delete it, all the entities and device from HA get deleted as well, which will break automations. Right?
Hit 'permit join' and factory reset the device. It will leave the mesh and rejoin and HA won't know the difference
You'll just need to redo any device settings that you changed
so without manually deleting you mean?
Yes
perfect, will try, thanks
yeaah! It worked. Thanks! I know it was silly, but I was deleting the device everytime (thought not doing so wouldn't count as repairing). Worked perfect.
Side question, is there an indicator in Z2M that tells you if the device has "gone silent"? Often I only discover they've losty connection after looking at a flat graph, or eventually trying to turn on the light and it doesn't respond. When you check them in Z2M they apparently show as normal, even the LQI. Isn't there an indicator somewhere for picking it up as soon as it happens?
it's not constantly polling the device
which would be impossible for battery devices, but even for those that are plugged in
that's what I mean. But even when it hasn't received a poll since long ago, it doesn't "say" this device went silent anywhere?
it's not polling at all
well, nevermind 🙂
this helped. It was just going to Settings > Availability > Check, and now it shows the additional column on the device list. That's perfect.
Say that three times fast 😃
His cat walked across the keyboard
I could use some help
I've recently changed from the original Philips hue bridge to sky connect and now the motion sensor from Philips won't detect Motion.
I've also got a Ikea motion sensor that works fine
Any idea what might be wrong?
Have you tried pairing it again?
Yes
Even tried a different sensor
I've got 2 outdoor and one Indoor and none are working as they should
Hey there, I have this thirdrealty smart plug with monitoring, it shows up fine on zigbee2mqtt with all the metrics
However in home assistant some sensors don’t work
https://media.discordapp.net/attachments/792768889372934179/1155144999743275114/image0.jpg
https://media.discordapp.net/attachments/792768889372934179/1155145110506442822/image0.jpg
Click the ⚙️ and see if you can enable it. Not every entity is enabled by default
Oh, there it goes lol
Thanks, why would it be disabled by default though
Gotta ask the Z2M devs. I guess it's to not bloat the database with "useless" stuff. Some of the diagnostic entities seem to be disabled by default
You could have replied to it like this to give some context
sorry, next time i'll do that!
I'd suggest you share a screenshot of the device page and perhaps one of the states while searching for its name: https://my.home-assistant.io/redirect/developer_states/
how do i add a screenshot here?
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
ok, so in that developer mode i see the value current_heating_setpoint: 5 on home assistant, but not on the device page, 1 sec, screenshot is on the way
is that the screenshot you need?
and the device page in the mqtt integration only shows me this
I suppose Heating is your on/off?
i could be wrong, but i'd say no. that value just shows if it's heating or not... in zigbee2mqtt there's a value called "system mode" which i can set to on/off/auto
that's the zigbee2mqtt page of that device
heating is still ON in this picture because i changed it on that page recently
And theres nothing related to that in the states if you search for thermostat_wohnzimmer? Might have to check the Z2M source
Could you simply search for system_mode there? This should be exposed: https://github.com/Koenkk/zigbee2mqtt/blob/f224ef7b7c9ba1cc6819c3b7bf84119d7ce5ec9b/lib/extension/homeassistant.ts#L245C79-L245C79
system_mode on the dev. page on HA seems to be it
tbh not sure what to do with that info..
i see that this code block is used to read the system_mode
just posted about this in a diff channel, trying to set up zigbee and its just giving me this, can't really decrypt the error
even if i change that value to "heat" in the dev settings, it doesn't change anything in zigbee2mqtt
feels like it's some kind of one way communication between HA and zigbee2mqtt
Things you change under "states" in the developer tools won't affect the device and so would not show in z2m. That feature is for simulating a state change for testing things that depend on that state change, like automation triggers.
Under Developer Tools>Services, can you call climate.set_hvac_mode and change the mode of the thermostat?
Do you get more controls if you tap or click on "Local temperature..." under Konfiguration on the device page in HA?
Any way to stop hue bulbs from acting as router devices?
What?
No and also why would you want to do that?
just to follow up on this, after switching to the sonoff stick i haven't had any issues with devices going randomly unavailable. i changed nothing else with my hardware, so i have to assume there is some issue with skyconnect. i still see new reports from others of the same thing, which is part of the reason i'm giving this update. if you're having bad luck with skyconnect like i did, just get the sonoff.
sorry, went to sleep, no i can't. there's no entity or device i can select under climate: set temperature
hi! im trying to find an offending zigbee device. Is there a way to eport a list of device names + zigbee address?
2023-09-23 21:40:41.830 ERROR (MainThread) [zigpy.zcl] [0x5AB8:1:0x0500] Traceback (most recent call last):
i got this only...
Anyone managed to turn on/off the LED on IKEA Vindstyrka with HA?
I baught a Zigbee Sonnof Dongle Plus and connected it to my rasp running Home Assistant, i followed a tutorial, done the mendatory configurations for mqtt and the zigbee config, but i am getting 502 Gateway Error and the other suspicious thing is that all the tutorials get a port: dev/tty/USB0 and i get dev/tty/ACME0 or something like that, can anyone help, did anyone run to this situation, it would be very helpfull, thank you in advance!
What do the logs for Zigbee2MQTT tell you?
Zigbee2MQTT:info 2023-09-24 14:20:57: Logging to console and directory: '/config/zigbee2mqtt/log/2023-09-24.14-20-57' filename: log.txt
Zigbee2MQTT:info 2023-09-24 14:20:57: Starting Zigbee2MQTT version 1.33.0 (commit #unknown)
Zigbee2MQTT:info 2023-09-24 14:20:57: Starting zigbee-herdsman (0.18.5)
Error: Reset error: Error: {"sequence":-1} after 10000ms
at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:299:23
at Queue.executeNext (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:32:32)
Looks like it's having issues with the stick
You didn't set up any integration for it did you?
You've tried flashing it with current firmware, just in case there's an issue with the flash?
At first I put it with the original flash I think I had the same problem, then I read about a firmware upgrade I did it on the computer, but still the same..
You didn't set up any integration for it did you?
You'll see problems if you've enabled ZHA
via zha i was able to connect a snzb-01 buttons
You can only use either ZHA or Z2M - to use both you need a second coordinator
and it works normally, only the zigbee2mqtt tab cannot be opened
hey! I'm using ZHA on RPi with everything up-to-date. I have a Tuya 4 channel switch and I believe that when connecting, the incorrect quirk is being used for the control. ZHA detected it as zhaquirks.tuya.ts000x.Switch_4G_Metering is used while I think it should use .Switch_4G_GPP instead. I think this is the case bacause:
- There is no data in the voltage, power, etc sensors - all equal to 0
- Through "manage zigbee device" I can change the switch type of the device (which should not be available for the metering device)
how can I force ZHA to use a specific quirk, different than the default, for this device?
It is not incorrect, it's chosen according to the device zigbee and vendor IDs
What you have is a device that requires a new quirk since it's reusing an existing ID
Anyone using Xfinity XHK1-UE security keypad? Wondering if there is a way to control the beeping? It beeps when pressing buttons, but not when it gets armed.
@violet dagger where can I check device's ZigBee and vendor IDs? and where in the quirks code is the matching? I could check if this is indeed incorrect matching
You look at the device card
The card says TS0004 by _TZ3000_ltt60asa and is using Quirk: zhaquirks.tuya.ts000x.Switch_4G_Metering but that doesn't seem enough to unambigously match one of the quirks in https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/tuya/ts000x.py. I was thinking there should be something more that defines which quirk my device should use
https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/tuya/ts000x.py#L758 is what makes it use the quirk
Available clusters
if I understand correctly, ZHA would check the device model and then do some matching based on available clusters?
my device seems to have the cluster available (when I go to "Manage Zigbee device" but then there is no data available there)
somehow my zigbee network is on channel 11, according to the exported json backup. IF i decide to change it to 15 (first checking wifi around me), will the devices fallen off the network get its original entity naming? Or does HA see it as a completely new device?
loosing entities if tough to get it up and working again.....
Not if you use the ZHA channel migration feature (pencil icon next to the channel number). The auto setting will pick a better channel than you would using WiFi network information alone.
i came from a sonoff, which i think was 11. Then you helped me so migrate to a stick even before it was an option in HA
so im stuck on 11, although it says AUTO?
i assume HA doesnt change channels on the fly right....?
auto tells ZHA to scan and pick a channel after you click "submit"
Instead of you having to pick one by hand
so i can use this without loosing my complete network?
i dont mind 1 or 2. but all 63 devices...
It'll ask devices on your network to migrate to the new channel. Some people lose no devices, some a few. If you are in a spot with so much interference that no packets can be sent out, that would prevent devices from migrating.
If you can move your WiFi network, I would do that first
Yes
it does a scan? ok thats smart stuff
its set 11 now. gonna change to auto now
i have loads of wifi around me.
so i hope i will get less zigpy errors
thx for the info! much appreciated
and HA choose........ 11 again lol
Refresh the page
Your routers (e.g. bulbs) should migrate instantly, sensors can take a 10-15 minutes
ye, once they call in
did a quick check and stuff works. Will do the house completely tomorrow
@broken stratus I converted your message into a file since it's above 15 lines :+1:
8123 is not your MQTT server's port
hmm , i'm new to ΗΑ so what do you suggest i fix? thanks!
It probably listens on port 1883 but according to the docs you should leave the mqtt section empty: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt#installation
Hi all, just moving this from the general channel to this one - but unsure if I should be raising this forum post. I tried but I can't seem to google an answer for this.
I have this recurring error, which I assume is due to one of my Zigbee devices, but can I figure out which device is triggering it?
Logger: zigpy.device
Source: runner.py:186
First occurred: September 24, 2023 at 10:52:38 PM (47 occurrences)
Last logged: 3:49:27 AM
Failed to parse message (b'1c5f117d0af700413703280f05217b00092100010a2100000b20000c20010d231e0e000011230100000065202566208067203d6920026a21e11b6b2000') on cluster 64704, because Data is too short
hey... I've got a dimmer switch that I'd like to control a light with. It's a lutron Aurora (has a outter ring that turns for dimming, and a center button for toggle).
In order to use it, I must use the mqtt events that fire, and while I've been able to figure out toggling the light based on event topic, I am not familiar enough with this method to get the dimming working... :\
I have a blueprint for this switch which "works" but, the state of the lights it's controlling don't stay in sync with HA. (just means having to push the button several times to get it to sync each time you use it).
I'm looking to move away from this blueprint, but... I don't even understand how the blueprint works :\
This is the blueprint: https://community.home-assistant.io/t/legacy-zigbee2mqtt-lutron-aurora-dimmer-control/452283
Anybody able to help me learn how to do this?
When using the developer tools EVENTS to listen to mqtt events... what do I listen to?
Hello. Looking for an advice for zigbee stick which plugs into the raspberry pi4 I would buy from EU sources.
For ZHA?
Ended up re pairing all sonoff sensors but that's ok. Network is more snappy and no more time-outs in the log
EFR32MG21 or CC2652P is the better choice?
I found local store with this 3 options: CC2652RB from Slae.sh, SkyConnect, or Sonoff with EFR32MG21.
There is a small price difference, but its ok.
skyconnect is designed to work with ha so, arguably, it would be the best choice
In other news T1 Aqara sensors are available in european market
Took me some time, but after purchasing an usb extension cord Ive finally got two philips hue led strips in Z2MQTT.
Could someone tell me where I can find the entities in HA (e.g. state, brightness, color)? I can see and control them just fine through the 'exposed' section zigbee 2 mqtt addon.
If it helps: I do have some entities in the MQTT integration
I'd assume I would have to check some setting in the zigbee add on? A Guide that added a led bulb to zigbee2mqtt seemed to have these entities available to them instantly
Those aren't enities - those are attributes of the light entity
That's how all lights work
Right. How do I makenthose attributes available to me in HA?
You're taking the wrong approach
The XY problem is asking about your attempted solution rather than your actual problem.
Like the ones documented there
I want to be able to control my LED strips through my google voice assistant, which I can do if I have the state on/off available
And sync them with google home for the WAF
Well, control through Google voice just requires you to expose the light to Google
Same for the second one
The issue I think Im facing is that I struggle to understand how I do this with zigbee devices, as I dont see the light as a device in HA
That while I know its pairing through the add on, so I must be missing some connection
Not a device, an entity
You have a light entity
That is what you expose to Google - via google_assistant or cloud
There's some o mine
Thank you for trying to bring me up to speed with the right terminology.
To summarise you're saying that I should make the philip hue led strip, which is a light entity, available to google in order to control the light. I assume the doc you linked aids me in exposing/creating the light entity
If you want to control it from Google, you have to expose it to Google
Where that entity came from is irrelevant, just that it exists in HA
Using that, or the cloud service
You don't need Google to control the light from HA, or anything other than Google
Hmm, I guess I was/am confused because some attributes of the 'hue light entity' are available to me, just not the ones I desire
You however do not directly change those attributes
You call a service on the light entity
Also, you're looking at other entities of the device
Right, and those are the commands found on the zigbee2mqtt website?
Hmm.. I see its a bit of a learning curve comming from 'wifi only' devices
The thing is, once in HA whether the device is WiFi or Zigbee, or wet string, is irrelevant
All that matters is that it's a light or switch, or ...
Ill go have a look at the docs you sent over and 'tinker' 😜 with it for a bit
Thank you for now
How much work does it take to adapt a light strip from Paulmann that works in Z2M into ZHA?
There may be instructions for this?
So I added 2 magnetic door sensors to ZHA however their entity ids are basically the same, just the second one has a _2 which is not helpful when using them anywhere hah. I found an issue discussing it but I'm not really sure what the solution actually is here. For instance, my entity is sensor.lumi_lumi_sensor_magnet_aq2_* and I'd much rather it be sensor.front_door_sensor_magnet_* is that possible? https://github.com/home-assistant/core/issues/35336
The solution is to change them
You can rename the device and/or individual entity id's
k, i just didn't know if renaming them removing some kind of link or anything. Im not really familiar with how all this works behind the scenes
Is there a way to bulk rename them?
You can rename the device and/or individual entity id's
You can rename the device, which will rename the entities (if you didn't rename them already)
Either way they remain linked to the device, you can't break that link
It does if you didn't already, it even asks you if you want to do that or keep old names
it will if you tell it to (it asks), and if you haven't already manually renamed them
it did ask, but it did not do the rename
and I have not manually renamed them
Maybe i'm being unclear, by "rename" i mean the entity id
Then rename to something else and back
It should rename the names and entity_ids, but it won't if it thinks you've done something to them
Anyone know a good zigbee smart plug type F that doesn't do coil whine ?
I'd expect Innr to be fine since their UK ones are silent
Coil whine perception can differ between people so no guarantees
I can hear device whine only too well, but yeah
Il look into it whine is so anoyying
hoping this is correct channel.
trying to use IKEA Rodret (E2201) remote with z2m and in the long run Node red.
anyone had success using it ?
If your question is if it's supported by z2m, yes it is
so it might be node red then
Node red still requires z2m or another Zigbee solution
i have z2m setup and working
i'll hop over to node red channel as you just confirmed the support for z2m
Anyone know of a decent, affordable Zigbee multisensor that can be plugged in? Really trying to minimized the number of batteries in my life. There's a Zwave one for $37, (temp,humidity,motion,light) but I can't find a Zigbee equivalent
@violet dagger according to lots of posts it's only fully supported thru ZHA. z2m seems to struggle
Then why is it on their supported devices list?
Hi, I need a suggestion available on amazon canada
I got an Sonoff Zigbee 3.0 usb Dongle plus and bulb B05-A19 , and its work well on HA but i need to be on cloud
i need a light who can be controlled offline any suggestions ?
i have button SNZB-01 too
thanks
Any Zigbee bulb is local only
its not the same Sonoff B05 ?
its writed Zibee on the side
when i search on amazon i have , Sengled and Kaza
It's writed where exactly?
oh sorry i made a mistake , its writed SONOFF
Understandable mistake, those two are easily confused
thanks
You can try SonoffLAN custom component for your wifi bulb
they share no letters
i need to switch wifi to local ?
Sounded like you want to do that
Or fonts, colors or shapes but that's besides the point
If you don't want cloud you need to change to local
Why so many questions? Your HA will not implode suddenly
sorry lol
I migrated my zigbee radio from Sonoff to Skyconnect last night.... but when I go into ZHA it's still showing the Sonoff dongle.
if i click thru to Config, it'll show /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0
The integration name? You should be able to rename it
...strange
Ahh ok fair.
getting some strange behaviour post-migration so i was wondering if that was a factor.
certain zigbee bulbs aren't turning on/off with automations.... however they can be manually turned on/off
a bunch of devices were giving me a "cant send message" error last night. unplug/replugging them seemed to fix it
If you experience it again, turn on debug logging and send snippets of the failed requests here
where is the best place to buy Zigbee bulbs ?
Thanks! Seems pretty comparable in price to the Zooz options
hm, so observed some more. The automation in question fires 4 lights. 2 are zwave, 2 are zigbee(grouped, automation fires group). Automation is fired based on the state of 2 zigbee sensors(also grouped).
Motion trigger fires the 2 ZWave lights, does not fire the zigbee group.
Lights don't turn off after 5min per automation
very strange
so bits of it work and others dont
i'll check the trace to diagnose... just very very strange
Is it a Zigbee group or a HA group?
Okay, should be good for "a small amount of lights".
Is the SkyConnect plugged into a USB extension cable?
In case you aren't aware: https://youtu.be/tHqZhNcFEvA USB 3.0 causes a lot of interference (but other stuff too)
yeah had that issue previously and got extensions as a result
Logs would be helpful at this point
zb and zw dongles are both on 50cm cables and about 50cm away from each other
Hello. I have an issue with switching from SD to SSD (Kingston a400) on Rpi4. Have a fresh HAOS on n the ssd, can boot it and then roll out the update. But I have issues with my ZHA devices - primarily with the lights. Cannot turn them on anymore. The ZHA window sensors and temperature sensors report data just fine. And idea? Logger: homeassistant.components.automation.licht_flur_aus Source: helpers/script.py:420 Integration: Automation (documentation, issues) First occurred: September 22, 2023 at 11:18:01 AM (4 occurrences) Last logged: September 24, 2023 at 11:45:05 PM Licht_Flur_Aus: Error executing script. Error for device at pos 1: Failed to send request: Failed to deliver packet: <TXStatus.MAC_NO_ACK: 233>
unplug/plug your coordinator
@wraith pelican I converted your message into a file since it's above 15 lines :+1:
Did not solve the issue. I did not change anything in the setup exept adding a SSD via SATA Adapter to the USB3 port. ```[547598916416] Failed to send request: Failed to deliver packet: <TXStatus.NWK_ROUTE_DISCOVERY_FAILED: 208>
[547598916416] Failed to send request: Failed to deliver packet: <TXStatus.MAC_CHANNEL_ACCESS_FAILURE: 225>
[547617385408] Failed to send request: Failed to deliver packet: <TXStatus.MAC_CHANNEL_ACCESS_FAILURE: 225>
[547617385408] Failed to send request: Failed to deliver packet: <TXStatus.NWK_ROUTE_DISCOVERY_FAILED: 208>``
ok, so when I connect the SSD to the USB2.0 port, everything works like a charm....
is there some kind of zigbee relay that supports having a "timed output" on board? what i mean is that i want the device to turn itself off after a small fixed time of being turned on (for example, to send an open signal to a door), doing this kind of stuff in HA automations has failed me in the past because of unwanted delays and stuff, so i wanted to get some kind of devices that can have this auto shutdown programmed on board just like you can do with wifi relays
If it works with ssd in USB2 you probably have interference issue between USB3 communication and zigbee. I have this issue on my rpi4 too connecting zigbee coordinator over usb extension should help.
I just installed my SkyConnect, it picks up essentially all the devices I used to have on my Sonoff but it doesn't work past that. Any command I issue I get
Failed to call service light/turn_on. Failed to send request: Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>
This is using ZHA
I am also using a 1.5M USB extension cable, with the device situated about a meter away from the server.
Same, its started happening in the last day for me. Previously worked just fine and nothing changed besides maybe a reboot
The weirdest thing is that the closest ZHA devices still work, but everything else is failing (including Thread). The location/environment hasn't changed so that's even weirder.
For peeps who have trouble keeping the zigpy logs clear. since 2 days i switched zigbee channel from 11 to AUTO, and it selected 15 for me. SInce then my logs stays almost clear of an various errors and the network as a whole is way more snappy
my old cc2531 stick can be reflashed to be a router ? and does this also need an extension cord in the phone charger ?
can it even be flashed over usb only ?
Can't even get ZHA to start now to get to a point where I could change the channel 🙃
dunno what chaned in recent hass versions but it's just gone to absolute shit
Somehow recently I got scripts failing to run because of some ZigBee device not responding. Looks like the new Core made the whole script error out when that happened. That's new, old way it used to just execute the rest of the script
I mean the ZHA integration won't even initialise lol
Now with the new channel things run smoothly, but that doesn't mean that new annoyance is fone
You need more help then I can give
logs on my gateway just show hass connecting and giving up lol
Connect from host 192.168.0.222 fd=5
Closing existing connection
Connect from host 192.168.0.222 fd=5
Closing existing connection
Connect from host 192.168.0.222 fd=6
Closing existing connection
Connect from host 192.168.0.222 fd=5
Closing existing connection
Connect from host 192.168.0.222 fd=5
Closing existing connection```
probably, it just seems like it's ruined itself. once it connects it'll be semi-stable for a while but getting it to actually connect right now seems nearly impossible
for exmaple, it's just connected fine on this restart of hass lol
Everything seems to be a bit goofy since I migrated from my Sonoff to Skyconnect Zigbee radio.
At first I assumed, perhaps it was my USB extension(as my host uses USB3), even though my Sonoff stick was fine using the same cable.
Now... idk. I'm getting some bizarre issues that appear to be intermittant.
i.e. tried to turn on a zigbee bulb a moment ago. Worked fine. Turned it off, worked fine. Moments later when trying to turn it on..
Failed to send request: Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>
(full log: https://pastebin.com/zvxjhU9L)
I've got just under 80 zigbee devices in total. probably 20+ routers. While my 2.4 airspace is pretty busy (living in a city), i haven't had these issues before migrating to Skyconnect
Interesting. Exact same issue over here
Searching for EmberStatus.DELIVERY_FAILED: 102 seems to yield a lot of results here, many (but not all) referencing Skyconnect
I am planning to reset and re-pair everything once I get home. I'll move to a better channel too than the default noisy 11
I just searched thru the bits and found this comment that seems to support my conclusion
I was hoping for a bit better support on a official, commercial product
I doubt it's a channel/noise issue. the issues only started after migrating to SkyConnect
...at least in my case specifically
Yes, the channel is just for good measure
I think it's the network being fucky.
The auto adoption seemed too good to be true.
So it's a hard reset for all devices for me.
I have 76 zigbee devices... i'm not spending a full day resetting stuff lolol
For me it's this or dumb lights so lmaoo
Worst case scenario I'll migrate back to my Sonoff controller... Ironically I bough the SkyConnect expecting better support/reliability
I can't wait for support to maybe come at some point.
at this point idk if it is the SkyConnect for sure, but, i can say for sure that it was working fine 2 days ago(and for 2 years before that) with the Sonoff dongle
I just want matter support, so it's not even on the table. I wiped the network in hopes of a smoother start
I think the devices I'm using just needs a reset.
Reset network key etc.
I’m doing a reset right now and that’s fixing issues :/ but now I gotta fix automations lol
It's very rare to ever need to reset everything. Click the pencil icon near the network channel in ZHA's configuration and leave it on auto to pick the best channel for your environment.
Sure. That's the default and all my devices are not responding. Evident by searching the server it isn't very rare at all
auto is the default for the dialog but it's not a setting
It just says "pick a good channel" instead of you manually selecting one from the dropdown
"Resetting everything" usually fixes things because ZHA forms the new network on the best channel for your environment. If your current network is on a congested channel, moving the channel will have a nearly-identical effect.
I've reset the SkyConnect three times to no avail, with both 11, auto and 15, so the way I'm seeing the next obvious step is resetting the devices.
Does a ZigBee mesh require a coordinator to operate? Or could in case it fails the mesh still handle preconfigured actions?
Yeah the worse part is having to rename everything again. A few flicks of the light switches I can handle 😂
How specifically did you migrate from the Sonoff to the SkyConnect?
A coordinator is required, yes. Devices that are connected via binding will still work even if the coordinator is down though
How would I setup such bind
Can you post a link to the diagnostics JSON for the ZHA integration? https://i.imgur.com/d0G0oZr.png
Sure thing!
It depends on the devices (if they support binding at all) and the zigbee software you're using
Hm I see so chances are good if I don't see it in the ui that it doesn't work
I'm not seeing anything too out of the ordinary. Is your old stick still plugged in somewhere? Can you try re-orienting the SkyConnect or using a longer extension cable?
One thing to try is to update its firmware to the latest release, which you can do by disabling ZHA, installing the "Silicon Labs Flasher" addon, configuring it to point to the stick, then running the addon. Once it finishes (~30 seconds), you can re-enable ZHA.
I'm not seeing anything too out of the ordinary.
Thanks for checking!
Is your old stick still plugged in somewhere?
Disconnected on a desk
Can you try re-orienting the SkyConnect
Done, no change
using a longer extension cable
tried as well. no change.
Firmware may be the ticket. I'll give that a shot tonight.
heading out for a few hours, probably not wise to flash firmware now haha
If you put a space after the > the quote(s) will actually work
I'm using z2m and have a pair of ikea fyrtur shades. I'm looking to bind the remote, but when I click unbind it fails. Anyone have an idea on why? genPollCtrl is the only cluster remaining
Hi, this PR pertains to device I have that often throws "ascertain" errors in my log. With this PR, should it solve that? https://github.com/zigpy/zha-device-handlers/pull/2563
Can you post a log snippet? (https://dpaste.org/)
Thanks
ZHA/multi-pan/SkyConnect
Hey guys, does somebody have knowledge of mosquitto bridging, i have troubles with my bridge setup since i upgraded from 1.6.x to latest mosquitto version 😦
@austere patio any luck reviewing https://github.com/home-assistant/core/pull/87546 and https://github.com/zigpy/zha-device-handlers/pull/1961 ? Thank you !
It took me some time to figure out, but I've found that I can 'make' light entities from the zigbee2mqtt if i add a mqtt: light: to my main configuration.yaml file (see below).
http://pastie.org/p/3LQ4WQnRiyKUYcz5Sd6TqX
I've not configured lights/devices through yaml before; If I were to add another light to the yaml it mentions using the same 'trick' (code snippet starting from light:...) it has a duplicate key and it errors.
how do I add another entity to this list?
You follow the yams structure from the docs https://www.home-assistant.io/integrations/light.mqtt/#json-schema
The - makes it a list
I also have some difficulties 'translating' the mqtt page info into what I need to put in the light config.
Do I just look at the zigbee2mqtt output of the device and start trying to match the mqtt light docs from HA?
Quick question: why are you doing it manually?
Uhh, if there's a way to do it automatically please show me.
I just want to control my lights using the voice assistant of Google home, and Tinkerer mention that I should make light entities for them so that I can send service calls to the light.
Before I edited the configuration.yaml, I was not able to control the led strips at all (yes, through zigbee2mqtt addon, but not through HA/GH)
Consulting project documentation is always a good thing to do https://www.zigbee2mqtt.io/guide/configuration/homeassistant.html
Ok will have a look. As a non programmer it is a bit overwhelming with all the new terminology, so I'm not always sure what I'm looking at (e.g. with the link you provided)
Firmware updated using the SL Flasher. Issues persist.
@molten linden is it safe to update esphome on the poe coordinator? Installed version is 2022.9.4, latest is 2023.9.0 so getting a year old now?
I have not tested 2023.9.0. so I do not recommend updating
There are some new retrying features in the upcoming beta that may help but I'm not too sure, the only difference between the two sticks is antenna. What devices are you unable to control? Or is it random?
does my zigbee light have to remain plugged in ?
Yes. If you unplug it, any devices relying on the light for meshing will stop working.
Oddly, my zigbee motion sensors appear to be working fine.
100% of the non-working devices are Zigbee bulbs. It's possible other things (plugs etc) are problematic but I haven't noticed it.
So you are able to receive data, but you cannot send? That sounds like interference. What nearby devices do you have?
sounds like interference sure, but i've got ~80 devices and >20 routers. also never had interference issues until migrating to SC
Device info
E11-N1EA
by sengled
^problematic bulbs
Would that error be triggered because;
the message can't be sent or;
the message is sent but no ACK is received so HA says it wasn't sent.
i don't know the answer, but given the instantaneous error message when hitting a button, i'm thinking it's the first one
It's possible there is a routing problem. Wait until the beta releases later today and try it out, there are a few changes that may help.
Also, which Sonoff stick did you migrate from? The -P or the -E?
I'm seeing other references to that error here in the chat, many of those users have SC as well... so it feels like it's an issue with SC and not my environment but there's not enough data to say that conclusively.
The SkyConnect runs EmberZNet firmware while the -P runs Z-Stack. They have completely different error status reporting, with EmberZNet firmware having just "DELIVERY_FAILED".
Ahhh, good to know
Thanks - I took a moment to really make sure I understood that I was looking at and managed to make it work!
Hm, after some more googling it seems like a lot of people are getting <EmberStatus.DELIVERY_FAILED: 102> with the SkyConnect. Seeing issues going back to early this year, several in the last 8 weeks or so.
adding code that does a bunch of retries is a bit of a band-aid. Anecdotally, if i manually try sending the command over and over (once every 15-30sec or so) it continues to fail. If i come back in 30mins there's about a 50/50 shot it works.
The retrying code isn't in software, it's a firmware option that is more complex than just "re-send the command a few times". The driver communicating with your -P dongle performs five retries internally (with various communication settings), in addition to the three retries done by ZHA.
ahhhh, fair enough. that's what i get for making a layman interpretation.
Often times the -P's aggressive retrying can mask network issues behind slight delays
still a bit concerning to see such a big issue persist for so long
99% of the time the problem is environmental noise. The delivery failures are a symptom, not an issue directly. In either case, give the beta a try once it comes out. If it still doesn't help improve reliability for you, I'd be curious to know what exact devices you have on your network.
Thanks, and just for clarity when you say beta you're referring to SC firmware?
He definitely hasn’t added a bunch of random tuya crap 
endpoints only, no routers fwiw
The HA 2023.10.0 beta
ahhh gotcha, thanks
@austere patio unsure if this info is valuable but it appears that the only affected devices are Sengled Bulbs, models; E11-N1EA, E11-G13, Z01-A19NAE26.
They're pretty dispersed around the house. Issue appears to be more prevalent with devices farthest away from the SC in the basement, however all of these bulbs have LOS to a router.
i'll fiddle with some plugs to see if i can replicate the issue there. I don't recall it happening to a plug off hand, but it's rare that i cycle those on/off
i`m having some problems with ZHA and ikea tradefri the big 4 button one ( its not passing configuration)
If you got it recently, just return it. I got some of the ikea single buttons and the motion sensors. by far the most unreliable devices in my network.
the buttons chew through CR2032's at a shockingly fast speed
batteries aren't accessible without a tiny philips driver. all around just terribly designed devices. Currently using the ThirdReality buttons and motion sensors. they use AAA's and it's just a matter of sliding a hatch to access the batts
both of my ikea buttons came with dead batts, both of them consumed a duracell cr2032 in about 4 weeks.
Update the firmware on the buttons. (You’ll loose group binding though)
They are very reliable once they’re working
I bought some TuYa WSD500A's (Ts0201 _tz3000_xr3htd96)
When using ZHA or Z2M, they report temps for about an hour or 2, then stop. Then after 12 hours, they go offline. Is there a way to tell them to continue responding without hitting the button ever hour?
Do you see any nwk conflicts in the logs related to these?
Not that I can see. Just noticed these failed topology scans though, unsure if that's relevent https://i.imgur.com/lmuUReN.png
there are certain mix of devices that can make sengleds just drop off the network until you power cycle them. Usually you see nwk conflicts (if using ezsp adaptor)
^certain mix = random mix having a cc2652 router using z-stack router fw seems to make the issue worse in some situations
Can you post a screenshot of the topology scan failure's full traceback?
ApplicationController is not running shouldn't be happening, this means that your coordinator is not running. How are you running Home Assistant? OS? Or in a VM?
HAOS. Originally on a Pi, migrated to a NUC several months back.
@violet dagger just a heads up. IKEA RODRET (E2201) is supported but it took a restart of z2m and about 50 attempts to pair it be4 it properly configured. even tho z2m popped an error message that it wasn't paired properly when it actually succeeded
Ok and?
are ikea stuff generally this tricky ?
No
anyway. only wanted to share the info but seems it was of no interest. sorry for the ping then
I swear there used to be a way to @ someone without the ping. was that a dream? lol
you can switch it off in each reply
When using Discord's Reply feature it defaults to pinging the person you reply to, which can get frustrating for the target. Use Shift + click on the Reply option, or click @ ON to @ OFF to stop this - on the right side of the compose bar.
You have to change this every time (thank the Discord devs for that).
AHhhhhhhhhhhh Shift Click, that's it
Can someone please help me understand how Zigby routers work? Does the Zigby router just gets the signal and passes it to a further distance without making it stronger?
Because I have 38 zigbee devices, 13 of them are routers almost all of them have below 80 LQI even though they are in 2-3 meters distance from each other, is it because the first router (i.e the closest one to the coordinator) has a low LQI to begin with?
{Please ping me when answering}
passes it to a further distance without making it stronger
LQI isn't a particularly useful metric on its own. If the device is working, then you can generally disregard the LQI
My closest router from the coordinator has 40/60 LQI even though it’s just less than 2-4 meter distance and it passes it to the rest of the routers
I have some devices which keep losing connection and I have to pair them back manually every time (pressing the button on the device won’t even help. I have remove it then pair it back)
I changed the zigbee channel to a less cluttered one.. didn’t help
As for the router, I’m using the the Sonoff ZB-Dongle-E
NWK conflict is reported for 0x2ea2
Well that's concerning... I can't find a way to search by network addr though.
What integration are you using?
Are you having any issues with some devices not responding?
Bah, still getting delivery failed after updating to the latest beta https://pastebin.com/gVQkFMLU
Do dimmer modules with neutral and support rocker switches just not exist? Even the Samotech device which has the built-in switch is no longer for sale.
No, either the dimmer modules or behind switch plate style. I want to reuse existing switches so need a dimmer module that supports rocket switches and neutral
One of my aqara door/window contact sensors doesn't have a line to anything in the network map, though it seems to be working. Is that normal?
Network map not being accurate is normal
Z2M
Yes, Some devices keep disconnecting, I already changed the zigbee channel to avoid interference
darn it.. i just purchased an active usb to ethernet extension adaptor from aliexpress
before realising its only usb 1.1 compliant.. will the zigbee sonoff p dongle work with usb 1.1?
its only low speed serial anyway or so I thought
im currently using a passive usb to ethernet which works fine.. except when theres a thunderstorm or a hot day, and it drops out 😉
well i guess there's one way to find out.. there are usb 2.0 ones, but they cost significantly more
Might be misremembering, but zigbee I think tops out at 250kbps, while USB 1.1 is 12Mbps. Even counting overheads, think you'll likely be ok
nice.. this could be a life hack then, because it advertises up to 60 metres
like i said, the passive $2 one works.. but not very well.. im suspecting voltage dips
thats at 30 metres anyway
the ones that advertise 120m.. say to use cat6.. they're usb 2.0 as well.. and some of them over $200.. which is crazy, at that point you're better off using mqtt or whatever
I think if I was going to trifle with USB extenders and did need USB2, this is about as cheap as I'd go: https://www.amazon.com/dp/B07VN3FBW3
What in the world.. just buy a PoE coordinator
with PoE coordinator and Z2M, you don't need the machine with HA in the same place - heck not even in same room or house - host in cloud if you like (with VPN)
You and your cloud shit lol
🙂 but it works and maybe save some money, if one is only using the machine for HA
the whole idea of having your noisey 1ru in the garage.. and your zigbee dongle inside the house, makes a lot of sense
running an mqtt proxy or using the cloud, kinda complicates things
i already have a reverse web proxy setup in docker, so I can access my stuff remotely with the app/browser
i dont need cloud
and if my internet goes down.. i still have my wifi/lan/zigbee and can control the stuff in my house
https://tubeszb.com/product/cc2652p2-based-zigbee-to-poe-coordinator-2023/ you know this exists right?
i do now.. how does that compare to the sonoff P dongle im using?
right now im $30 (aud) in for the sonoff p dongle .. and it was $2 for the passive extender.. this glitches out very occasionally, which is admittedly annoying
Same chipset
i just paid around $34 (aud) for the active usb 1.1 extender.. in theory, this should have enough bandwidth for the dongle, and should work.. im going to find out when it finally arrives from china
I moved from p dongle to the link above
if it still causes me dramas, then im going to buy one of those, and forget about this whole saga. Hehe.
im bookmarking that
at least i can confirm the passive dongle works.. but 30m might be right on the limit
active says it works up to 60
25m would probably work fine 😐
(for passive)
beauty of poe is it obviously supplies the power.. and will go a lot further
Yeah idk man I wouldn’t even try long range usb
sick.. and it comes in white.. which is the same colour as my wall
its like its meant to be 😛
Well you can 3d print your own case
I have stl files for one with holes to mount on a wall if you need
i just duct taped mine to the wall 😂
Sadcat
its a metal wall and the resin wont ruin the paint
ive already checked it comes off safely
if you say you have the stl files.. i could probably make it like the ikea stuff so it has a magnet in it
and it just sticks to the wall with a magnet.. that would be rad
what is the EFR32?
For zha only
does it support more than 50 devices?
right so that just means 50 directly connected
they daisy chain or whatever
i am using zha currently.. im just wondering why you would use one over the other
If you use zha then you can buy either one
I’m not sure of the ‘benefit’ other than thread support in the future
im kinda of the opinion if i need thread support i'll worry about that later
If I need that I’ll add another dongle or use thread border routers or something idk. More I learn less I like about thread and matter
right.. at the moment, i use predominately zigbee and wifi, and there's little incentive to use anything else
in my garage I have an ewelink ethernet hub, and that works using the sonoff integration.. i understand that's kind of a crappy way to do it, and limits me to sonoff devices
but i only have one temperature sensor and door sensor in there anyway
so I don't really care 😂
oh and the light switch
a future project could be to flash that gateway with a custom firmware, and then use it with mqtt
Idk what that is but it sounds gross
i have a whole bunch of ewelink/sonoff stuff anyway
mostly door/window switches and temp senders.. and light switches
The only thing sonoff I’d buy is the p dongle myself
plus some ikea bulbs and remotes
right, doing it this way allows you to use tuya stuff as well
with the dongle that is.. connected to zha
in the garage with its proprietary ewelink gateway.. no
i would like to have a door lock thats zigbee one day
im sick of manually locking and unlocking my front door 😂
but it has to be retrofitted to a sliding door.. and ugh
I use zwave locks and light switches and zigbee bulbs and sensors
sounds reasonable.. i already have a bunch of the sonoff wifi/zigbee switches.. and every bulb is zigbee
After some update a while ago I've been getting this. It is actually stopping scripts all together in stead of continuing with the rest...
Failed to send request: device did not respond```
Yes the light went offline, but why not continue with the rest of the lights and furthermore the whole rest of the script
Its new and verrrry annoying
Here's an odd one. My ZigBee plug of about 3 years, used to monitor my tumble dryer, seemingly cuts off the power now?
Worked good as gold up until yesterday then I thought the tumble dryer had packed in. Took the Zigbee plug out of the connection and we are good to go...?
the relay most likely died if the plug is still operational Zigbee wise
Is there a way to tell the battery devices to always check in and stop falling asleep?
What does that mean sorry?
relay no worky no more
Hahabahabab
but plug still on zigbee network
Aye, sorry. That was a stupid question. Maybe I should just reread the answer haha
This is configurable by HA: https://www.home-assistant.io/docs/scripts/#continuing-on-error
Thank you
Someone mentioned that aqara devices will only connect to the first router it hears. I just ordered a "HIMOJO" scene controller. I think it's a tuya thing. Will that "travel" well within my house or will it latch on to one router and only talk to that router?
Tuya and Aqara are different ecosystems
Himojo is just a random assembly of letters pretending to be a brand which is, as you said, likely Tuya
With Tuya you never know
You know that it's going to be an adventure 😛
Maybe if you reveal what device you're looking at more information will be available
I have Smartthings which I have integrated with HA. I really like the Ikea buttons but the integration with Smartthings doesn't work so I bought a SkyConnect which apparently works well with Ikea stuff. Now that I'm reading the install instructions it asks if I want to create a new network or migrate an existing one.
Which got me thinking, if I make a new network I need to then get more plugs to act as repeaters to get full home coverage. But is there a way to have this work with my existing Smartthings network so I can leverage all the repeaters I'm using for that?
I see, thanks.
Not necessarily the main deal is that their older non zigbee 3.0 devices don’t necessarily change to a better route like they should so it’s suggested to pair them in their final location directly to their closest router.
Which in general is a good thing to do anyways
Would wall outlet repeaters count as a router?
If it follows zigbee spec yea which most do
I had no idea, thanks
Do you actually mean smart plugs or outlets?
Smart plugs
I’ve seen zero outlets in the us only eu
And they’re Chinese designed and manufactured which is a hard no
I'm in the UK and yeah, I have seen some for sale
outlets also route since they need to be mains powered
Is there a way to visualize my zigbee network and see the signal strength at different devices?
There’s a network map but it’s not 100% accurate
I'm wondering if I've gone overkill with smart plugs 🙂
Well you don’t buy smart plugs to just put in an outlet to repeat unless you literally have no other choice.
Green means not mains powered?
Aka ‘end devices’ yes but could be mains
Well, I did just to be safe. Never said I was smart 🙂
Gotta add smart to your name 
I assumed even if a device had signal, more coverage would mean better battery life.
somewhat correct assumption but not a rule
Now I need to decide if I have a 4th Zigbee network or not. Everything with HA is a rabbit hole.
Well, two are hue bridges
And the other is Smartthings
I was running HA on TrueNAS Core before and USB passthrough didn't work or was a bitch to set up so Smartthings was good enough
ah, the thorny road of compromises leads to 4 separate zigbee networks
I don't mind Hue tbh
you can completely remove hue bridges from interfering
and just have one big zigbee mesh
I will probably at some point but it was the first smart home product I got and I quite like the app
the app sucks balls yo
I'm an Android user so can't use iConnectHue
what
And I'm bad at making dashboards so until I learn that, I'm going to stick with it
do you even use home assistant?
you're really doing everything wrong lol
according to google iconnecthue combines multiple hue bridges to control cuz hue cant make a fucking bridge that will work with hundreds of devices
but.. a #zigbee-archived coordinator can
i think you need to do some research, ask yourself some hard questions, and redo every-fucking-thing-you-have-setup
4th zigbee network
Why do you hate yourself?
shhh, its fine... The Hue demands it!
"i can save him"
@austere patio good news and bad news..
Good: you were somewhat correct. Ch15 was congested, Ch25 was giving me values of 2-20 on the energy scan, avg value over ~20 scans/4hrs was ~11 (ch15 was >40)
Bad: Having less <EmberStatus.DELIVERY_FAILED: 102> but it's still significantly more than last week with the Sonoff coordinator.
also, on the beta channel now per your suggestion
I don't have problems with Hue at the moment so I'm prioritizing things that are problems for me. I'm sure doing everything ZHA is better but I just don't need it right now.
we never said zha lol

