#zigbee-archived
1 messages ยท Page 138 of 1
yeah so this has a bunch of constants so I can't tell what the strings are supposed to be
so the top button toggles between sending "on" and "off"
the second button is to control the brightness.. and it basically sends a "move_to_level" command and then sends some args with what looks like a brightness level
"device_ieee": "cc:cc:cc:ff:fe:a9:d1:5d",
"unique_id": "cc:cc:cc:ff:fe:a9:d1:5d:1:0x0008",
"device_id": "e6a8d173d7edf4f0d54efb8b258f637c",
"endpoint_id": 1,
"cluster_id": 8,
"command": "move_to_level",
"args": [
191,
3
]
},```
that 191 cycles
between a bunch of numbers
it seems to be a 8-bit brightness level value
how can I take this python module and move it into my custom quirks directory to test stuff?
Are you familiar with Python?
yes
If you've enabled https://www.home-assistant.io/integrations/zha/#custom_quirks_path, just drop the cctswitch.py file into that folder and any quirks in that file will take priority
as far as I can tell this switch does not do any long presses on the buttons BTW
none of the imports have to be modified if I do that?
I don't need the __init__.py?
Nope
Looks like your issues are already documented: https://github.com/zigpy/zha-device-handlers/pull/211
is this path relative to my config folder?
It's an absolute path
oh I see ,he's got new device_automation_triggers posted in there.
So /config/zha_custom_quirks/ if you're using the OS
It doesn't look like that stuff was
Looks like the normal buttons should be simple to expose as device automation triggers, the programmable one isn't
do you have to restart HA Core to get it to load these quirks?
yeah I'm not as concerned about button 4
I just want the top three to work
Usually yes but I think I got it to load the quirk module once by clicking the "update settings" button in the main ZHA configuration page
After that the modules are cached so it won't re-load it
If that doesn't work, you'll have to restart core. You can tell that it's using your quirk if you look at the device signature again, or the device page itself, which lists the quirk in use
so it did reload it
because I forgot to import the new consts ๐
and I got an error
Try the button again, maybe the error caused the module to not "load"
Which ones? The move_to_level ones?
Yeah, custom quirks let you do simple changes but anything involving editing zhaquirks itself requires you to get into the package. The docs have some info about that if you're using the OS: https://github.com/zigpy/zha-device-handlers/#testing-quirks-in-development-in-docker-based-install
python doesn't really care where I define these consts.. I mean unless there's somewhere else in the system that is gonna depend on them
if I can figure this out, I'll put in a PR
it seems like maybe it wasn't tested when the last PR went in
or.. ecosmart changed it slightly? I hope that's not what happend
Could be a different firmware version or hardware revision. There's no info about the original device in the PR except for the endpoint info but maybe something else distinguishes it from yours
These are attractive because they are like $7 for a zigbee bulb and a remote
Do any of the changes you're making conflict with existing triggers?
If any of the dictionary keys are duplicated
oh in my automation dict?
Yeah, Python will only use the last key: {'a': 1, 'a': 2} == {'a': 2}
These bulbs get pretty hot and really dislike brownouts
But for < $7 I wouldn't miss them
Mine gently crackle and flicker sometimes after a brownout a few months ago but otherwise work fine
Their minimum brightness is really dim compared to IKEA bulbs
yeah, I've got some hue bulbs and they are brighter
I guess you get what you pay for
I wish I had an IKEA close to me
They make pretty good night lights if you have motion sensors turn them to 1% brightness
okay, so I just had some success
but it's weird, it doesn't trigger everytime I press the button
oh it's every other press
Is that one of the buttons that remembers state and sends one of two commands?
maybe I have a bug
yes
it sends on and then off
alternating
oH i only setup one automation
I'm an idiot
Having them both map to the same automation trigger doesn't seem possible at the moment
it's working perfectly now
now for the other two buttons.. I don't suppose it's possible to grab that 8-bit number and figure out how to make that end up in the automation so I can set the light to a percentage based off of it
I mean I can just use it as a binary on off switch
as a plain button I guess
Hmm, that I do not know
huh, so when you hold down the "brightness button"
it throws a "move" event after a time and then shortly after throws a "stop" event
Yeah, it's likely so that you can join the remote directly to a bulb and it tells the bulb to do just that
I guess with the built in way it works with the bulb it would start changing the brightness and then "stop" changing it when you let go
yeah
where do people come up with these weird interactions ๐
The magic of Zigbee ๐ช
I could probably build some kind of script that toggles the color brightness between levels using a script or automation inside HA
Yeah, the raw zha_event gives you access to the actual command the remote sends
yeah, and you can trigger off that, but I don't think you can grab data from it, store it in a variable and use as data in an action
but you never know, HA surprises me all the time
anyway, it's late, I got this much working, I'll work on the rest later. Thanks for your help!
https://github.com/AppDaemon/appdaemon (or a custom component if you're really looking to have fun) should be able to help
puddly: what are these quirks that y'all are talking about. Is is something I can grab, put somewhere in HA, and modify to hopefully get my switch working like it should?
Quirks are what ZHA uses to make "bad" devices work better. They're automatically applied to any device that needs them, assuming the device is properly initialized: https://github.com/zigpy/zha-device-handlers/#zha-device-handlers-for-home-assistant
IIRC your switch is Tuya, which is exceptionally bad. They're not as simple as most other devices to support because they sort of implement their own proprietary protocol on top of Zigbee.
I wanted to try the "testing new releases". I added the repository, Custom deps deployment, and started the add-on. But I'm not sure what to do next. The docker-based install says navigating to /usr/local/lib/python3.x and then site-packages but I have dist-packages in my python 3.7 folder.
was looking at the ts0044.py and was curious if it would just be a simple matter of changing line 54 from MODELS_INFO: [("_TZ3000_vp6clf9d", "TS0044")], to MODELS_INFO: [("TS0044"; "_TZ3000_xabckq1v")],
found it. /config/deps/lib...
If there are any swedes in here or other that can buy on amazon.se they have a too good to be true price on this hue lightpost https://www.amazon.se/Philips-Hue-Tuar-svart-stolparmatur/dp/B07BXT4S45?pd_rd_w=JLCJO&pf_rd_p=a7784b4a-3855-4387-8ca0-bdc926481c11&pf_rd_r=9F3H2635JEJKKFDZH5VY&pd_rd_r=ca40772c-25ba-4041-b24a-be931408a101&pd_rd_wg=Nkzh5&pd_rd_i=B07BXT4S45&psc=1&ref_=pd_bap_d_rp_1_i But them today and can comfirm that thats it is the product described
*but recieved them
Only thing wrong is that it says its black but its aluminium,. its like 80% cheaper than the second best price I could find this weekend when I ordered them.
So... that was a bad idea. Looks like I corrupted my zigbee.db. had to delete it to get HA cooperating again... ๐
Any chance somebody has some links to help understand how Thread/ CHIP/ Matter will work/ not work with Zigbee? Before I go all-in on Zigbee, I wanted to understand what's on the horizon, but I can only really find 'marketing speak' right now rather than a pros & cons of Thread/ CHIP/ Matter when compared to 'normal' Zigbee.
Apologies if this is off-topic, wasn't quite sure which channel to post in!
Future thing, don't worry about it
There really isn't anything like that yet. With that said, I'd wager that Zigbee isn't going anywhere any time soon. I'll put it this way: Zigbee is being used on Mars: https://www.theverge.com/2021/5/20/22445330/zigbee-on-mars-ingenuity-helicopter-perseverance-rover
Yeah, I figured this was the answer, I just want to be prepared! I suppose the fact there is nothing out there highlights not having to worry about it!
This is pretty cool!
Also, there's always something "newer and better" on the horizon. If you wait for that you'll never do anything...
Most people have no idea how ingrained the Zigbee protocol is in everything. It's been used for years in commercial automation applications.
Smart meters...
Reminds me of that one guy when I worked in a computer store that came by every week to hear if a new model motherboard or CPU was in stock, then he replaced his current if it was
Probably why I've got almost nowhere with the smart home so far ๐
I'm old enough to remember the craziness when Zigbee3.0 came out. ๐ lol
i keep reading online that many devices aren't compatible with channel 26, but can't find out which devices aren't
are there really that many devices not compatible with 26?
Yes. Most ZLL profile devices (Cree, Ikea, Philips, and a few others) pretty much require channels 11, 15, 20, and 25. Touchlink devices (which are most of your Zigbee 3.0 devices) requires those channels as well. 26 is a fringe channel that only ZHA profile devices can really operate on (and usually even those tend to fail on that channel rather quickly as well). Unless you have some use case where you HAVE to run on channel 26, it's generally not recommend as it sits on the very fringe of the Zigbee frequencies.
ok thanks
i'm migrating adapters
will 2 plugs have trouble coexisting on 25
for a little while
Yeah, they will have issues.
Unless you are doing a backup/restore from one coordinator to the other, it's better to just setup your new coordinator as a new mesh (with a proper channel).
(and yeah, it's a pain to have to re-pair all the devices lol)
i'm using zigbee2mqtt
re-pair was actually ok
but the groups didn't seem to work anymore
after I changed the channel
is that normal?
You probably need to recreate your groups. I've heard of that happening before.
someone else was saying the conbee II had a lot of issues
but I haven't been able to pinpoint the actual issues people are having
do you have examples? maybe I also have these problems, just don't know...
Mostly, AFAIK, problems with the conbee have been things to do with the conbee firmware. Race conditions, high CPU usage on the host and such.
is it normal to get a lot of
Failed to read state of 'L - Spot 8' after reconnect"
in the log
but the lights seem to work. i only control lights with groups
or "Failed to ping 'L - xxxxx'"
That's not normal, no. How many repeaters do you have in your mesh?
how do i see that?
Take a count of any mains powered devices (plugs, switches, bulbs, etc).
61 devices, 59 are powered, only 2 battery
Huh... ok, so you aren't repeater starved. lol But... you are also getting to the max capabilities of the conbee2 as well. Anything over 30 source routes and it starts to have issues.
You said you were changing coordinators... what are you moving from/to?
i've read conbee II can support up to 200+ devices
i was using conbee with deconz, moving to conbee with zigbee2mqtt
It can... kinda. deconz fakes it a bit by smoothing the messages between the coordinator and the devices.
Z2M is a more purist approach and doesn't do any of that message smoothing.
smoothing as in ignores some?
More like FIFO queues.
what do you mean by conbee II having issues with "over 30 source routes"
So, in a typical Zigbee mesh, the coordinator knows all of it's direct children and those direct children know about their direct children... Source routes are how many direct children are attached to the coordinator. Give that you have potentially 59 routers, there's a high probability more than 30 are directly connected to the conbee directly.
A Zigbee coordinator isn't that different than your typical network router. The more traffic it has to process, the beefier it needs to be. For instance, you can't use a consumer grade router (like a cheap TP-Link) and expect it to handle over 100 WiFi clients. It just doesn't have the processing power to route all that traffic. Same thing applies to the conbee and other small coordinators. At some point, it exhausts it's queues and just starts dropping messages.
deconz (well, phoscon) kind of "fixes" that by using it's own queues for messages. Since the host running deconz is usually larger than the conbee is, you don't notice it except when there's a LOT of traffic on the mesh.
i see. i was under the impression the conbee II was one of the more capable coordinators.
For smaller meshes, it absolutely is.
And if you're running deCONZ it's the only choice
capable of handling more devices
i'm moving away from deconz
the errors on in z2m
errors in the log
But yours is also a bit different... Normally, most "typical" meshes have a handful of router devices and more end devices. You have a ton of router devices and not a lot of end devices. That causes you to have a ton more source routes.
would the zzh! CC2652R be able to handle this better?
Yes
can these coordinators handle 100-200 devices?
100-200 devices no problem?
Nope
The CC2652P2 that I have can handle upwards of 200 source routes. ๐ (Thanks Tube!!!)
Plus, I have 2 CC2652P2 serving as routers that can handle ~50 routes on their own.
If someone here have conbee2 as headless install, could you hit me up with message to help how to connect to it... what is the default address or something?
The default address?
What integration are you using? What install method for HA are you using?
Im trying to setup HA with M2Z... I have MQTT in HA. But the M2Z side might be still not ready... I have flashed the conbee2 but I guess I should be able to connect to it via webapp?
https://github.com/zigbee2mqtt/hassio-zigbee2mqtt - Add the repository URL under Supervisor โ Add-on store โ โฎ โ Manage add-on repositories: <----- is this part done in HA?
all out of stock
Yeah, he goes out of stock quick. He has a twitter feed where he posts when he gets stock in.
how many devices do you have with these?
gtg, thanks for suggestions, will look into those other coordinators
i'm still very confused by these limits
I'm running low on supplies (out of my control right now ๐ญ ), but will try to build out the remaining modules I have to boards today. will post to to twitter.com/tubeszb when they are in the store.
i'll be watching
currently I'm having issues with my controller pairing over 10 devices (I got 15 devices total). Before I was using a cr2351 which was dropping those devices farther away, switched to a husbzb-1 now it keeps stable at 10 devices and drops the other 5 at random?
note that I'm using the husbzb-1 with default firm. Will upgrading help
my devices are 12 sonoff temp and door sensor. 3 aqara motion sensor
You need at least 1 (or maybe more) router devices; Plugs, switches, bulbs... something mains powered.
It's not the coordinator that's the problem. It's the fact that you have a mesh with just the coordinator and no way to extend that mesh.
Well, the HUSBZB-1 is only a little better than the CC2531 - it uses a relatively old chipset too
Mine is still rocking as my Z-Wave coordinator. ๐
It's a perfectly fine Z-Wave coordinator, but that's because all the 500 series (Z-Wave Plus) chips were made by the same company ๐
yikes, I was trying to get better performance by upgrading. tried to go with the recommend for zigbee homeassistant :(
That recommendation is old (really should be updated). The HUSBZB-1 is discontinued.
btw how can I tell if is a router device aside from buying an actual router for zigbee?
ouch :(
what will be a good updated hardware for zigbee and homeassistant?
Bascially, any device that is mains powered is a routing device in the Zigbee spec. However, use https://zigbee.blakadder.com/ before making any purchases.
Check out the pins on this channel.
Unless you have a large mesh (>50 devices), you can pretty much stick to plugs and switches (as long as they are neutral wire powered) for providing routing in your mesh. Once you get above 50 or so devices, you'll want to look into getting dedicated routers.
but that's where i redirected myself to the husbzb-1 . It recommended the emberznet based usb stick which the husbzb-1 is. and also redirects me to the zha integration page
https://github.com/Koenkk/zigbee-herdsman/issues/319#issuecomment-789757269 is something I should add in
@rich mirage https://www.zigbee2mqtt.io/information/supported_adapters.html is a better source.
Oh nice I will check this one
Personally, I'd stay away from emberznet devices as they can get quirky, depending on the firmware. Some people swear by them, but I've had nothing but issues with them over the years.
Welp at least im glad the stick I picked can be use for zwave, so it was not a total waste if this is really the culprit
Husbz is solidly made and can be updated. For the 95% of users it's more than enough.
True on both counts, but with them being discontinued, I didn't think many sellers still offered them (granted, I haven't checked in years on purchasing one).
Husbz-1 does not compare to cc2531, it's like comparing i8080 to Intel Pentium. And it is one of the solidly made adapters on the market. Can be updated and runs great
I'll update my comment to "imho" ๐
Shame that the Pentium is so old now ๐
LOL!
Nortek GoControl QuickStick Combo Model HUSBZB-1 (note that this is based on Silabs older EM3581 "Ember" family chip)
Not the oldest, but still, if you've got a choice of current or old ... why the heck would you pick old?
Because you can buy it on Amazon and it works pretty well
It doesn't have the same unicast request performance as the CC2652 (or I assume the newer SiLabs chips) but for most people who just connect a bunch of switches and a lightbulb it should work fine
(though I don't think Tube minds the extra traffic)
Going from HUSBZ-1 to latest MG21 made little difference in the network responsiveness. From user experience - 0 difference.
Yeah it's latest and greatest now , but only because I don't mind breaking things that work
But... there's also something to be said for future-proofing.
Don't get me wrong... I love(d) my Nortek stick and I'm still using it as a Z-Wave coordinator (because the Zigbee radio in it died ๐ข), but I love my CC2652P2 more now ๐

I see I will see if I can get a sigbee plug or switch. but in the mean time is there a way to fix my issue without adding more devices? I mean the zha page suggest that the limit of devices per controller is around 30 devices, I'm getting stuck at 1/3 of that
I don't think it is a device limit issue. I think it's the range.
A short USB extension cable might help with range
So I got a aqara temp sensor and a ZZH stick. How do I connect the two.
I can't see to see a pairing mode button?
Using ZHA
In the ZHA integration, push the "Add Devices" button in the bottom right corner
Bluetooth
You sure that's the right one?
Well then
It's probably still possible to use them with HA, just not this way
I have a drawer of those...
I got 5 or 10 BT Sengled bulbs from some Best Buy promotion recently... They're in a drawer... doing absolutely nothing lol
Hue bluetooth devices?
Ohhhhh, first gen?! Ouch.
no
3rd i think
with the slightly brighter colors
they weren't terrible
at the time.
Huh, I still have 2nd and 3rd gen lights in my setup.
i moved 1 month ago, so a lot of turnover
had about 25 ceiling cans with hue 3rd gen
but back to original comment, plenty of other sensors that were either by mistake or crap
To be fair, the Hue bulbs are probably the BEST when it comes to stability. Color sat and brightness kinda suck though.
I have a 10 gallon tub of old Zigbee/Z-Wave stuff up in the attic. My wife told me to sell it all... but I declined and stuffed it up in the attic. ๐
hehe
I don't think is the range with the husbzb-1 because some devices that are farther from the controller work just fine
thats why I was assuming it was a device number issue, since it sits flat at 10 devices. I figure by updating it will help, but its just me speculating, I want to confirm with anyone over here. Since I don't want to take on that ordeal specially since the only linux base machine is the one where my ha is sitting on.
What do you mean when you say "drops"?
th device shows up as offline
i haven't notice it with the husbzb-1 but with the cr2351 it did happen rarely
With the CC2531 specifically, "offline" can be caused by the coordinator itself getting frozen
And can only be fixed by unplugging and plugging it back in
Which happens on any day ending in ... any letter of the alphabet really
What do the LQI and RSSI values look like for your sensors?
both unknown
Did you recently restart HA?
yes I did... setting up another integration
They're recorded at runtime so the values won't populate until the sensor checks in
Do the Aqara motion sensors ever become unavailable?
Or just the Sonoff?
I can't speak for the Sonoff but despite treating the spec as loose guidelines, Aqara devices do work like clockwork and check in about once every 50 minutes, no matter what
I'd wait like an hour and check what the LQI and RSSI values look like
they have been offline since like 10 hours or so
If you have no routers there's really nothing to screw up the connection to the coordinator other than environmental factors
Like the coordinator's ability to receive packets crippled by placement (e.g. in a metal cabinet, stuck straight into the back of computer, etc.)
I started playing with the door opening and clossing. I see the sensor flashing detecting change in state, but it still appears offline. this door is in clear sight to the controller and its about 12 feet/4 meters away
They usually flash multiple times or do a single long blink when they can't contact the coordinator
It still appears offline, and unknown
Try re-joining it and look at the RSSI and LQI
I notice when it can't contact the coordinator it gives a faint blink while when it's in contact it give a brighter blink
rejoining by reconfigure?
No, just permit joins in ZHA and reset the device
Enable new device to join to the integration?
Yeah, the "add device" button
If it's blinking faintly it could be that the battery is almost dead
it switches between faintly or bright if its connect to the coordinator. when it was connected it said batteries where at 81%
Battery percentage for Aqara is garbage
ouchie, well im restarting ha to see if it reappears
Won't make any difference
Sensors aren't contacted by ZHA
Their state changes when they themselves send something
They just stop working properly after a while and usually fail to re-join due to the extra current draw during scanning causing the battery voltage to dip too low
okay, so let me see if I get this right, you want me to do add device and do resync on the actual device kind of like if I where syncing the device for the first time?
oh okay, i think I misunderstood the first time > .<
will be back in a bit again then
Hello everyone, does someone here has experience with the Sonoff Dual (R3) zigbee version ?
and its back online hopefully it wont go offline. But I think I just realized something. When I switched from cr2351 to the husbzb-1 there where some device that I didn't need to readd. I think this might have been the one the went offline after restarting ha... (or maybe I'm miss remembering because I do remember taking the change to rename the devices in ha)
Opened support ticket earlier. I tried adding custom quirks following instructions to install Custom deps deloyment. Broke something; thought it was corrupted zigbee.db by trying to modify TS0044.py with TS004F's MODEL_INFO. Had to jump through hoops and reload snapshot to fix. Tried again because I was going to use a TS004F.py being developed. ZHA broke after installing the Custom deps deployment. Had to reload snapshot again because ZHA would not load and I couldn't remove to attempt to reinstall.
Error occurred loading configuration flow for integration zha: cannot import name 'setup' from 'zhaquirks' (/config/deps/lib/python3.8/site-packages/zhaquirks/__init__.py)
Delete /config/deps/lib/python 3.8/zhaquirks and zigpy folders
Did you accidentally follow the instructions to the letter and install the old release of the quirks package from like a year ago?
Reloading snapshot deleted it for me.
The first time a did and the second time I used 0.54 (?)
Anyone here experienced in troubleshooting bellows problems? I also have a Tuya remote like d_sellers1, unfortunately it doesn't look like its the same model (it reports itself as a TS1001). 2 of the 4 buttons are working okay, but the other 2 are not being decoded by bellows.ezsp.protocol properly as far as I can tell.
Bellows just handles communication with the radio. You'd also be looking at supporting your Tuya device with a quirk
Thanks for the suggestion. I've done exactly that for the buttons that produce a frame that is passed down the stack, but its the frames that are not producing proper zcl frames that I'm pondering over
Do you have a sample?
I'm pretty sure Tuya devices are "compliant" with the spec, they just do everything with manufacturer-specific clusters
@dusky hatch posted a code wall, it is moved here --> https://paste.ubuntu.com/p/sM9gRCFC54/
@dusky hatch Rule #6: Please do not post codewalls (text longer than 15 lines) - use sites such as https://paste.ubuntu.com/ (just not Pastebin).
Please take the time now to review all of the rules and references in #rules.
Sorry for the wall folks..
The '1' button seems to work ok. The '0' button was kind of working, dim +/- were being weird. I upgraded the EZSP software to the recommended version of the project and now the '0' button stopped working properly too.
https://imgur.com/a/MIGZYSv
Added IKEA shades button in ZHA, noticed that there are 2 entities for the remote. One is its batter level.
Does anyone know what the binary_sensor of the remote means?
anyone else have problems with the on/off state for hue color bulbs after the recent May updates to HA? services will be able to turn lights on and off, but the HA UI will show them as on or off, until you hit the UI toggle again. zigbee2mqtt will show the correct state.
I would love to buy some IKEA smarthome stuff, but it's not available online and there's no IKEA close to me
Ignore it. Use zha_event event for automations
Anyone know why hue bulbs so cheap on eBay
its the update available function
If anyone has this same affliction, remove/rejoin solved it for me
I didn't even see that yesterday. Another thing to do would be to re-interview as well. That should fix it.
Having an ongoing issue with z2m on hass inside VM. Every few days all zigbee stops working. Logs suggest "zigbee_publish_error". It often starts to work again itself somehow, or restating z2m fixes it. Any suggestions on where to begin?
with what installation method ?
It's HAOS ๐
The logs for Z2M should tell you what's going on, but I'd bet on the USB device being disconnected from the host
HAOS yes, in virtualbox, all other integrations work, just z2m is problem. I dont have to reconnect my TI USB device, to get it working again.
Which Z2M logs?
How the add-on works I don't know, but it has a logs/ folder that logs from it get written to
The entries in there when it stops working should tell you why - but I know a few folks who've reported issues with USB devices getting briefly disconnected from HA or add-ons, causing problems like this
The entries just state "Error Publish 'set' 'state' to 'Bookshelves' failed: " etc etc
here's the last entry: https://pastebin.com/jxzKPPhY
Anyone using Ikea lightbulbs and they do not always turn on and off when theyโre told to?
@jolly narwhal I know you use them
Yeah, I maybe must have changed the log level at some point. There is nothing sinister before that, just status updates, which have now stopped.
Or was it just dimmers ๐ค
I'd bet it's either a weak mesh OR the lights are frozen due to buffer overflows.
Okie, I've changed log level to debug and restarted. Will have to wait until it happens again.
at this rate wifi switches would be more reliable ๐ฆ
Any idea how to figure out whatโs what? I think my mesh is pretty good?
are you using z2m @thick plover ?
Yeah z2m
You're using USB pass-through in an open-source hypervisor. That's not exactly the gold standard for stability. Are you hosting virtualbox on Windows, Mac or Linux? If it's Windows, I'd be willing to bet that the OS might be power cycling the adapter.
you can see your mesh in the z2m gui, but I guess you know that already
The map? Yeah
Add the last_seen attribute to your MQTT output (Settings>Advanced>Last Seen) and then watch it. Usually, Ikea bulbs will check in at least every 3-5 minutes.
I'm using virtualbox on macos, it would usually report if usb was disconnected. To be honest I dont believe there is a better way to host haos
There absolutely is... bare metal install (either on a SBC (rPi4/oDroid/etc) or on a NUC or even an old laptop.
Virtualbox has a nasty history of issues with USB pass-through.
It got slightly better when Oracle took over, but only slightly.
bare metal is worst solution for backup/redeploying etc
Is that in MQTT those settings?
Z2M ui > Settings > Advanced > Last Seen
Still, youโd think when mqtt pushes a command to it, it would turn it off. I just hit the on button then the off one again and it turns it off
You can also set it in the config file under advanced:.
Agree to disagree. I can redeploy any of my bare metal servers in a matter of minutes. Less if they are using my FusionIO drives as the OS drive.
I can redeploy my HA instance on any of my hosts in 2 minutes or less
That's why I'm saying weak mesh or buffer overflow. Is it always the same bulbs or different ones?
long live container
slow clap
you can redeploy haos on bare metal in 2 minutes? How does one obtain this power?

Always the same ones
LOL atx is right though... Container for the win.
@thick plover do the lights go on/off when you use services? light.turn_off etc?
Your troubles sound similar to what I dealt with
Are they on updated firmware?
Havenโt tried tbh, it will eventually work with the switch which is an automation > mqtt > z2m I think... what was your issue?
Yah
Service calls and UI would be able to toggle the physical lights, but the state in HA wouldn't update
Switch to #449717345808547842 and then you just need to backup your /config/ folder. Then, when problems arise, move your docker-compose.yml to another machine, rsync your /config/ backup and run docker-compose up -d. 2 minutes (maybe 3 if you have a slow internet connection).
a second hit to the toggle switch would update it
Ah the state in HA updates Iโm fairly sure, as they appear off on my HA Lovelace UI
a bunch of my automations are based on the state being whatever for this and that amount of time, so it was an issue
ok I'll look into homeassistant container, I need to be able to fix issues remotely as I spend half the year at sea.
My automations are fairly basic - trigger of the button being pushed and action of a service call
Salty
Ok, quick test. Take a bulb from somewhere else in the house that works reliably, and swap one of the trouble bulbs with it. Then test it out.
if your internet connection is stable, and your docker hosts are stable and you have a backup of your config \ replica of your config
you can fix it anytime
with #449717345808547842
hallowed be #449717345808547842
Will give it a go tomorrow, well actually later today now ๐ด
isn't there the same issue though, passing usb to a container?
also supervisor is lost.
you have two levels of virtulization currently
Host - VM - Container
making that one will be a lot better
virtualbox is a shitty fulltime hypervisor too
and supervisor is shite
but requires far less babysitting
Thank you legends, have a great night or day or whatever you want
Later @thick plover
you never get to hear from users that are living the good life, though
thankfully
YES
not everything has to run on the same host though
which makes a lot more flexible
decoupling
loosly coupled if I were to use buzzwords ๐คข
If you containerize and separate (my personal preference), if one system is down, others can still be running. For instance, if my HA instance goes down, I can still control most of the house from MQTT and/or Z2M ui.
Stop that. F'ing buzzwords... lol
hang on honey, I'll just run some cloud native applications loosly coupled with the global namespace of this software defined network with my orchestrated hosts

You suck... lmao
OMG... Ok, I want that emoji!!!
The thought of moving all my stuff and setting everything up again is not attractive, I guess I'll have to wait until I have a few days spare
I moved all my stuff from VMs to docker containers in about 2 days
starting from scratch on docker
I had never touched docker before
I've used it to host the odd factorio server, thats about it
@heavy latch If you want, I'd be willing to share my docker-compose.yaml files to help you get started.
I even did it remotely from the US with my servers back home in Norway
๐
I have all my docker compose files on github too
aye that might give me a head start
Boom. There ya go.
You can find his config lurking in the darkness.
they are one level up under docker-compose
I need to update it soon, I've done some changes since the last update
Yeah, I need to do the same as well.
you aren't running z2m in docker too?
sure I am
that is on yet another host
that I haven't uploaded the compose for ๐
Ahh that's why I dont see it ๐
Psssh... Z2M in a docker... I run mine bare metal/node-js through systemd heh. lol
https://hatebin.com/wrvmevagys @heavy latch
thanks ๐
shrug That's a compliment! lol

maybe a strange question, but how does one update z2m addon? Yeah I know there's probably no point as I'll be moving everything to docker soon but still
For sure i've done it in the past
no idea, #add-ons-archived or #330990055533576204 would know
thanks
add-ons auto-update
disgusting ๐คข
The exception with Z2M would be if you're not using the current repo 
I did something terrible. I spent hours and hours setting up my perfect home automation, using ZigBee Home Automation integration. Then I got a smart lock (Danalock) and read online that I could pair it using deCONZ. So I opened up deCONZ, searched for my Danalock, and found it. However, I then noticed ALL my lights stopped working, perhaps because deCONZ was discovering them while in Pairing Mode (although this is weird, because I didn't put my bulbs into pairing mode). After that, all of my automations / lights stopped working, most likely because they were now added through deCONZ. I thought I was smart to take a backup, but to my horror, after restoring to the point before I installed deCONZ, my lights were still not paired, perhaps because they unpaired themselves... the question is now: what can I do now, to easily get my lights back?
Only my motion sensors, and 1 or 2 lights still work, everything else is gone..
like, they are in the interface and all, but i cannot control them.
I have a ghost, or a faulty aqara motion sensor. Anyone have one that keeps turning occupancy on even though middle of the night and no one is in that room? (Kept turning lights on)
Is there a source of IR in the room?
Have you tried clicking the "add devices" button in ZHA and power cycling a bulb?
@austere patio Actually I figured out it was quite simple. I just had to go to Add Devices as you say, and then reset the Hue Bulbs using the Remote. Then it shows up, and I don't have to rename them, reassign them to rooms etc, it's all there.. very pleasent surprise!
However, I notice that so far my IKEA bulbs (where i turn on an off 6 times) haven't been able to show up in that interface...
I'm really not sure what could have happened to your network if only remotes remained. Maybe deCONZ changed network settings and the remotes never updated?
deCONZ have a special way if you want to add remotes/motion sensors, guess that's why..
But if a power cycle doesn't cause the IKEA bulbs to announce themselves and re-join, they're not on the network
however, it seems very easy to get the Phillips Hue lights back on. Only issue now is my IKEA bulbs, they don't show up
They should be touchlink capable as well
Have you tried the same procedure you did to rejoin the hue bulbs?
e.g. with the hue remote?
Yes
ill give it a try
well, it reacts to it, but it does not show up in "Searching for ZHA Zigbee devices..."
Hmm, odd. And a single power cycle doesn't cause it to pop back up?
ZHA can't pair using TouchLink (or reset them by using TouchLink). So you never need to bring a light "really close" to your stick.
Only for resetting it with TouchLink (e. g. by using a Hue dimmer), you'd need to bring it close.
I'd try what puddly suggests: (search for new devices, ) power cycle the bulb and then see if you can turn it on/off through Home Assistant again)
If you need to reset it, I'd try the 7x (?) on/off method meanwhile already having the "Add new devices" window open in ZHA.
Damn, thanks, I tried both things. 1) Simple power cycle (can't control it, nor see it) 2) Turn on off 6 times (the lights blink), same result, nothing 3) tried with hue dimmer, it blinks once, but still cant see it...
That short blink sequence? Make sure you do it within 60s of permitting joins. Otherwise the spinning thing in the joining page makes it seem like joins are still permitted even though they're not
ok. Ill try again. I'll do a 6 time power cycle, then click "search again"
I think once you reset it it stays reset. Just power cycling once after that should get it to try re-joining.
Aha, I see..
I'll have to double check though
otherwise maybe try the IKEA app, and see if I can pair, then remove again, through there?
Wouldn't that require their hub?
And then they'd be on the hub's network
yes, but then I'd remove them again, maybe then they will become pairable.
haha
actually
I just opened the app
and theres a few bulbs that's "seen 21 minutes ago"
weird, because I havent had it open for months...
maybe the IKEA bridge will auto add them when in search mode.
ill try and turn it off and see if I can then add the lights..
maybe thats the one whos interferring
now the hub is off, I've power cycled the ikea bulbs 6 times, but nothing is showing up so far..
Hmm, I can't get my bulbs to reset while the network is still "up"
but i see them fading up and down..
hm, so maybe I should turn the Home Assistant off, and then reset?
I wonder why the fade up and down, are they connecting to something...?
But for me that's because they just re-join immediately after being power cycled
it stopped now though, but it happened like a minute after i power cycled them, as if they connected to something
I'll try the "Reconfiguring device: Hallway 1"
If you have the IKEA gateway running as well maybe try shutting it off too, maybe it always permits joins or something
unfortunately it fails: "The device reconfiguration failed. Additional information may be available in the logs."
I just turned it off, prior to power cycling again, didn't seem to work
So when power cycling the bulbs, do you keep them initially "off" for like 5s, then on/off like six times?
No, but I could try that
Some I think start pulsing, others do a quick flash
My blink, and then they go pulsing, on/off... they're doing it now..
(while I'm searching)
option 2 I can try, is to try via the IKEA bridge
and then.. after pulsing for a while.. they blink, and then stop pulsing. it's this effect that makes me think that "oh, it connected to something"
Can you look at the logs tab in ZHA's device joining page?
This is what I see currently:
(had the logs open while trying a power cycle)
it would be very weird if they connected automatically to any hub, maybe it was my neighboors router they connected to..
i'll try a reboot of HA... just in case
Yeah, nothing seemed to have joined
ohh, just noticed I have "Trรฅdfri" Integration
maybe that one has some kind of "auto search" feature,
that intereferes with ZHA
is there a way I can temporarily deactivate that addon?
now I see new stuff in "log"
Nah, that's just general ZHA logging saying those bulbs have been offline for a while and not responding to proactive check-in requests
ahh, i see
This is what I see: https://imgur.com/ALx7dsh
It says "Not loaded",
and I think it has troubles starting, because I turned the Bridge off...
gotta eat, and then look at it with fresh eyes after ๐
Ah, thanks! So will they receive updates even though they are in ZHA instead of in Tradfri gateway?
You have to enable OTA in the config but if it's an IKEA device, it'll auto-update whenever the device next asks for a new OTA image (about once per day): https://www.home-assistant.io/integrations/zha/#ota-firmware-updates
You can also tell the device about the new image to get it to check in sooner
Very nice! Iโm fairly new to Zigbee, itโs been very interesting to me so far. Thanks!
The documentation also briefly explains how to update all other devices but you basically clone all the images in https://github.com/Koenkk/zigbee-OTA and enable the otau_directory config option. The Hue images are kept as URLs so you somehow need to download them all too. After you do that, ZHA will auto update any compatible devices. It'll take about 24 hours for it to re-scan the image files if you don't restart HA.
Hey Guys ,
Can you recommend me a door sensor which can have a detection distance of 2-3cm?
I got Sonoff Snzb-04 for my garage but the distance between gate and my fixture point is too big
If I'm not mistaken, the "Konke" sensors aren't bad (not sure if they'll do 2-3cm)
The Aqara sensors are also not bad in terms of detection distance
The Sonoff ones are one of the worst. Perhaps you can try taking both housings apart?
The Konke are fine, but 2 to 3 cm is pushing it, pretty sure it won't. Of course, all these detect a magnet. More powerful magnet == greater detection distance
So if I just get a strong magnet I can trigger the sensor?
Yes, if you pop open the "dumb" part of any door/window sensor pair you'll see that it's a small magnet inside
https://simplisafe.com/blog/door-sensor-secrets (one of many Google hits)
More powerful magnet == larger/strong magnetic field == detectable further away
Rare earth magnets tend to be pretty powerful for their size
Yeah I opened the sonoff case earlier I'll try and figure something out
Other than the TV remote, no
Thereโs also 3 other motion sensors in that room and itโs the only one doing this
The rest have no events recorded since midnight (now 7.30am) but the one in question is non stop on and off all night
So, I just got a cc2531 usb dongle, and am having some trouble getting it to work.. I try and install Zigbee Home Automation as an intergration, but it doesn't seem to show my dongle. I am at a bit of a loss. Ideas?
What installation method did you use for Home Assistant?
And did you buy a pre-flashed dongle with firmware already on it?
I don't know what you mean by installation method. I plugged it in.. Was just gonna use the Zigbee intergration, not the zigbee2mqtt
I mean, are you using Home Assistant OS or some VM or hypervisor that requires you to explicitly pass through the USB hardware?
Most CC2531s that you buy online are effectively bricks until you flash them with firmware, unless the seller specifically advertises that they're flashed with firmware.
I am using a VM.. But I did pass it though.. It was a cheap cheap one off Aliexpress.. So it likely has no firmware then I would guess.
Do any LEDs come on when you plug it in?
One green LED
If you push the button closest to the antenna, does the LED turn red?
Or if you push the other one, does it turn off?
Let me check, brb
If not, it's got no firmware
So, when I first went to see it. No lights were on. I unplugged, and plugged. Green light. Push button, turns red. So it should have firmware..
Then it should show up as a serial port
The green light keeps going off..
It shuts off after I think ~60s because the CC2531 leaves the bootloader
Well, it doesn't SEEM to show up as a serial port. How would I check?
If you're running the OS I think there's some "hardware" command or something but I usually just log into the VM, run login to drop into a root shell, and look in /dev/ and /dev/serial/by-id/
Not sure if you have to restart HA or reboot the host after plugging in new hardware
I am getting something on the HA VM.. USB 2-2.1: device descripter read/64, error -84
Is that from dmesg?
For comparison, here's how mine presents itself on bare metal and in HA OS in VirtualBox:
[...] usb 1-2: New USB device found, idVendor=0451, idProduct=16a8
[...] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[...] usb 1-2: Product: TI CC2531 USB CDC
[...] usb 1-2: Manufacturer: Texas Instruments
[...] usb 1-2: SerialNumber: __0X00124B001CCE3385
Both show up as a device in /dev/serial/by-id/ with a pretty recognizable link.
CC2531
Trouble getting it to work
Dongle doesnโt show
Sounds like a CC2531 to me!
My aqara wall switches have some delay in them due to waiting for double or triple presses... is there a way to not listen to that and just listen to the release state? I listened to the event of ZHA and i guess there is no support for release a button in the integration. Is there a way to bypass this? Or maybe even add the feature myself? This is the event i logged when pressing a button. https://hastebin.com/qavizuqade.json
i guess this event needs a release_type or something
i read on the Z2mqtt pages that it supports both press and release on buttons. Why doesnt ZHA?
It depends on what the device supports
It has to send an actual release event for Z2M, or anything else, to know about it
That typically only happens if it supports hold
I see... The hue dimmer switches do indeed have the feature on release. but still i see the single aqara buttons do support release event on mqtt but dont on ZHA. could it be that the ZHA integration is not fully complete in its features
i wonder if i could add it myself somewhere in the code
As I said, it's typically hold/release, not press/release - at least I've not seen that on any thing I have
What device are you looking at here?
Yes, hold and release
im looking for a way to trigger on release in zha
And Z2M only sends release after a hold
they do send release on each click but its not implemented in your gateway software
Do they? I've never seen that in Z2M unless there's a hold first ๐ค
That's pretty cool though
The WXKG01LM only reports a button press and release. By default, Zigbee2MQTT publishes a hold action when there is at least 1000 ms between both events
so it sees a press and then calculates if its a hold when i exceeds the 1000ms
before it gets a release
so both should be registered in z2m
registered but not reported
indeed
thats what im looking for
a way to do this. but im starting ta get the feeling this isnt possible unless someone implements it
pretty much
This would make buttons more responsive
which they are, i use one with Zigbee2Tasmota
yes im starting to consider something else then ZHA too
does that mean you can do double taps on the hue dimmers?
In ZHA, the hue dimmers do up to quadruple(?) clicks if Iโm not mistaken
Itโs implemented by software
The quirk could theoretically be "ported" to work with other devices
probably 3 since everyone forgets what the other 5 do
- Turns stuff on and off
- Does something else I can't remember
- Uummmmmmm
sends gif #1 to #the-water-cooler
sends gif #2 to #the-water-cooler
sends gif #x to #the-water-cooler

Heck
I should do that
@simple sentinel
post on-topic gifs to #the-water-cooler from the comfort of whichever channel you happen to be in? Only permissible seeing as they will be out of context in #the-water-cooler, rendering them as in fact off-topic
Tha lawd doesn't come into it
just want to remove the multiple clicks on my wall switches just give me a damn good response on one click.
lol
I have seen it in z2m, click, release etc, but don't know how you'd work it into an integration
so, really funny - I have just realised what was setting this off. got my son a huge dinosaur balloon for his birthday on the weekend. it is sitting there next to an open window flapping around infront of the sensor.
the buttons are more like a compromise for my girlfriend. As long as its operable with buttons she doesn't care how smart i make the house.
Whan buttons stop working im doing overtime until it starts working again
just to please the lady... and with zigbee im on overtime allot!
When we ever build a new house everything will be wired. wireless just isnt reliable enough for me
It can be reliable, but there's a lot of forethought and planning that needs to go into it and that's where 90% of people fall down when it comes to Zigbee. They think it's just "Oh, I can keep adding sensors as much as I want!" without understanding how Zigbee works.
what, you can't?
LOL shup... ๐
what if they're all routers?
the big downside which i think should be implemented in future zigbee revisions should be the ability to choose the links between devices. clearly zigbee routers and coordinators cant do it themselves
grumble With a quality coordinator, sure... With a tiny little POS coordinator? Good luck with that! lol
is the zzh! quality?
i have endpoint devices that are connected to ridiculously far routers on the other side of the house with poor link qualities while a router is sitting no more then 3 feet from it. when connecting the device through that device doesnt help. it just connects to the other one
Yes.
atm i have about 50 routers in my house... enough to connect the whole neigbourhood to my zigbee network and still there are sensors that have poor links
Yeah, the parent selection process is convoluted and involves multiple LQI calculations, RSSI calculations and beacon announcements.
I would be up towards that number too
i could stick a remote to a router with ducttape then add the device with ZHA and still it will be routed to a device on the other side of the house. i really dont understand the way zigbee / ZHA manage its connections. it would be an awfull lot better if you could setup the network yourself and only let the network make changes when a router gets offline
That's actually an issue in and of itself, tbh. First, 50 routers can be problematic unless you have a beefy coordinator that can handle that traffic. CC235x, Conbee, Nortek, etc can only handle ~25-30 source routes and maybe 40-50 normal routes. That's their max capacity. After that limit has been reached, you start seeing issues unless you have a software solution to FIFO queue the traffic.
well thats the next thing i worried about
what hardware would you recommend for big networks
atm i use nortek and 50 routers.. maybe i exaggerate a bit
CC2562x or equivalent or something based on the ESP (Ember) chips.
im at 30 routers lol... and 72 devices in total
This is a good article on how an end device chooses a parent: https://www.silabs.com/community/wireless/zigbee-and-thread/knowledge-base.entry.html/2012/06/30/how_does_a_zed_choos-EbY7
So here are two links to the same product that i am considering installing. second link says they are a Zigbee light switch. Second says wifi. Label on the switch says wifi. Can it be Zigbee too?
https://iswitchoz.com.au/products/google-alexa-wifi-2-gang-light-switch-aust-certified-iswitch
https://www.ozsmartthings.com.au/collections/zigbee/products/zigbee-quad-light-switch-1
30 routers being switches, plugs, or bulbs? Or, a combination of them all?
30 bulbs / lights all hue
Nope. Wifi is wifi. Zigbee is Zigbee. Rarely will a device have both radios.
wait a few of them are smart plugs
so which link do I trust? I have spoken to the owner of ozsmartthings and he seems to know his stuff
Ok, so first off, 30 routing devices, especially ZLL profile devices (all Hue bulbs are ZLL profile with a ZHA fallback profile that is ancient and crappy), are going to be possibly problematic. Hue never designed their firmware with any care when it comes to 3rd party coordinators. Hence why you always hear the phrase "But they worked perfectly on my Hue hub!!!".
Second one.
even tho the label says wifi? ๐
I haven't had a singel non-reliable wifi or zigbee device
so I have no idea what you guys are doing ๐
You mean in the frequency label? Yes, it's actually accurate. Zigbee and Wifi coexist in the 2.4ghz spectrum.
ah there you go
The manual for the second... clearly says WiFi ๐
lmfao!
Breaking shit... DUH! ๐
This dude seems to think they are Zigbee https://community.home-assistant.io/t/australia-electrically-certified-hardware/32074/3168?u=beasthouse
The seller is either confused, or confused, or maybe just confused
fookin noobs ๐
I am gonna call him tomorrow
can someone point me to an available zigbee coordinator that i can buy (in stock and ships to the netherlands) and can handle a huge amount of routers to come? When i search all those version numbers im still not sure what to buy exactly
Tink? Are you referring to the ozsmarthings link?
Yup
Says tested with ConBee Zigbee and Tuya Zigbee
https://www.zigbee2mqtt.io/information/supported_adapters.html anything there marked CC2652
product number on the label is the same for both those links; dude got lazy with the photos, prolly
I don't see that in the description at all. Maybe I clicked the wrong link? LOL
The manual link... the manual talks about WiFi
I think its the license / cert number (gma-504473-ea)
ZZH is the shizzle my nizzle @azure tinsel
Ahhhhh, I see what you're talking about now... On the image. LOL Yeah, I agree with @simple sentinel ... The seller re-used a photo methinks.
Right. I will buy them and if they are wifi I will return them
https://www.tindie.com/products/electrolama/zzh-cc2652r-multiprotocol-rf-stick/#product-reviews so this one is the absolute best you can get
simple as
it must be with that insane shipping cost
seems worth a clarification email; so you are in the right to pester him if things go south @thick plover
for sure, will do
LOL yeah, any of the CC2652x coordinators are going to serve you well. Even better is to get an ethernet connected version (like @molten linden's CC2652P2 coordinators). That way, you can place the coordinator anywhere in the house that is most central.
Just not the WiFi connected ones 
SO MUCH THIS ^^^^
how much ? I paid $6 to norway
Tuya devices on aliexpress etc usually are posted with separate wifi and zigbee models though. So if the company is a fly-by-night dropshipper they might well have messed up their listings
identical devices, different radio
๐คฎ Tuya devices. (sorry, imho).
why is all this stuff out of stock all the time
I'm making my last batch for a while right now..
Yeah I paid like 14 to Australia...
but yeah chip shortage about to hit hard
nooooo
tube you making them?
have 6 modules left, making 3 mUSB powered ethernet and 3 PoE.
how much
Regarding the Zigbee WIFI Combo switches, I asked the seller why thereโs the option to have a neutral or not. His reply โIf you have the neutral there is no minimum load. If no neutral is connected you will need at least 50w of load connect to it. โ
do they cost i want a usb ethernet powered one
Iโm guessing 3 lights wouldnโt dish out enough load
https://imgur.com/a/5yEjMdI in progress..
If they're LEDs, nope.
Are all the POE's spoken for, tube?
$54 for those. plus $14 for international shipping I think.
Yeah nah they wonโt then
Well, I haven't been able to get a PS5, but I'll keep my fingers crossed ๐
when the attorney's start emailing. because they waited for a few hours before their deadline instead of giving real notice.
HA! You sound like my kid (he works IT for a law firm).
lol. they would know.. its a different world.
Seriously... It's his biggest complaint: "They wanted me to setup 5 laptops for a depo in 2 hours because they forgot they had a depo in 2 hours... FML!!!" <-- actual text from him lol
and it's always IT's fault even more so than in other businesses.... imagine having 60+ bosses at the same time. ๐คฃ
but there is nothing wrong with this - in their minds. okay back to making....
LOL #TrueStory
I worked for a law firm for 1 month back in the early 2000s... That was all I could take... 1 month.
I used to work in the court room worked with some of the biggest "rain makers" at large firms. there was no such thing as unreasonable expectations. It's why my customer service is so good ๐คฃ
I enjoy visiting law firms
their canteens are always next to none
RIBEYE WITH BERNAISE AND STUFFED POTATO FOR LUNCH
Don't mind if I do
Also they always have enough money to spend to buy the proper servers and switches
Wtf was I doing spending my 20โs eating army food and ration packs. Should have gone to uni.
lol school ๐คข
Yes Iโve thought a few times I should go back and study, then think โyeah nah fuck thatโ
eh, most people I grew up with who got an education either work meanial jobs or totally unrelated to their education ๐
while I have 15+ years of work experience and pension on them
Your work experience is older then me ๐ณ
Yeah thatโs it. I still have guys I went to school with stuck in uni 13 years later hahaha
And Iโm in a position that I could actually retire if I wanted. Would have to move to a dirt cheap place though
I started work at age 9, so in reality I have 28 years of work experience
๐
but professional it is only 19
Man whoring doesnโt count
And that wasnโt it. I reckon the aqara sensor that keeps triggering it stuffed. I have 4 in that area so thereโs plenty of overlap, will remove it and see how we go.
Yesterday we were discussing moving HA and Z2M into docker containers, to reduce the chance of issues with Z2M stopping working/communicating with usb device.
I guess just moving Z2M to docker and keeping everything else in HAOS VM would have a similar effect?
Neat zigbee bridge, shame PoE isn't cheap to add...
Oh that might be just what I need actually... and have PoE available
@molten linden you have a waiting list for PoE zigbee adaptor?
Nope. Will post to https://twitter.com/tubeszb when available
I make them all and while I donโt have many I do get rare build issues/fails. So donโt do pre orders as donโt want to promise something I donโt have
aye thats understandable
Yes ship quite frequently to the UK. Itโs probably the fastest delivery outside of the states.
Yes.
@molten linden's coordinator has been rock solid in my setup.
Excellent, you assemble them often tube? I don't mind assembling myself as I see you have the gerbers available
Pretty often
Planning to have some later today and will be last for a bit as supply of the zigbee modules is out of my control at the moment
excellent, I'll keep my eyes peeled on your twitter feed then ๐
I am torn, I have the sonoff bridge which works great except for these damn ikea buttons burning through batteries even though other people with the same setup say the bugs are ~fixed
my ikea remotes go through batteries quick too beren
other people also said they some buttons are just defective like that and when they exchange them for another it's better
and i'm not even using them
@heavy latch same, how many days and what's your coordinator?
I wonder if this newer revision is just flaky
I'm using LAUNCHXL-CC1352P-2
and after a couple of weeks the batteries show empty but button still works
my buttons are right near the coordinator, on a shelf waiting for me to think of a use for them
my buttons are very old, probably the first ones that were released, although firmware is newest
That's a known issue with them.
Try re-configuring them through the UI after the initial pair (while pressing buttons) (assuming you're using ZHA).
There are a couple of issues about this on GitHub (I think on the main core repo and on the zha-device-handlers repo)
The new IKEA OTA release notes (https://ww8.ikea.com/ikeahomesmart/releasenotes/releasenotes.html) for their TRร DFRI signal repeater mentions "Secure OTA upgrade introduced" last week
Anyone have one of these? Did it update to version 587662897 (0x23070631)?
I have an IKEA signal repeater... somewhere
Ah, actually
I have one in my network
Running 0x23070631 // 2.3.070
I wonder what "secure OTA upgrade" is. Is it just them saying they released the first one?
They're not encrypted and parse fine ๐คทโโ๏ธ
Also, I hope this means what I think this means https://old.reddit.com/r/tradfri/comments/nm25ao/devices_dropping_outbecoming_unavailable_in_the/
I think the SDK bug was fixed in August??
oh
Still feels like it has been a long time -- maybe due to the lack of communication on their side
Yep
hey @molten linden your website advises that it doesn't ship to uk
Still had this page open. Looks like it was removed
it should, just tested it and got it. DM me if you still have issues.
I was trying applepay, said it didn't ship to my country. I'm trying just putting my card details on website
Iโm looking for zigbee plugs that I can plug 2 of it on the wall at the same time. Any suggestions?
The wall plug is standard US wall plug:
https://imgur.com/a/QfaOEDV
The plugs Iโve seen are all too big to fit 2 on the same wall plug.
Snagged a POE from you.
Thanks for putting out nice wares ๐
heh madaoZ you had me panicking, my order wouldn't go through then I noticed the available drop from 3 to 2 ๐
sorted now though ๐
I think the only ones that fit a dual US outlet is the Sonoff S31.
Let me check, thanks for the pointer
I don't mind being a hypeman for tube XD
Hi, desperately trying to bind a Hue dimmer-thingy to a Hue light strip before the wife kills me. I have the log up on one screen, I publish the command {"from": "LS-Kitchen Light Strip", "to": "L-Kitchen Light Strip"} . At first it said "Failed to bind cluster..", did a reset and restart of both devices. Now it doesn't say any error, everything seems OK.. But the dimmer still doesnt work ๐ I can see that it sends the commands, and the light strip seems to write something back.. But nothing happens. Any tips on how to debug this any further?
If you're using zigbee2mqtt you might have better luck putting the strip in a group, then try to bind the dimmer-thingy to the group
Going to give that a try! Thanks
no probs, I was fighting with binding for days! Let us know how it goes
(Also make sure to press buttons on the remote immediately after you've sent the command)
Came back to say that I figured out why it failed the first time.. yes. It goes idle so it times out. Seems to go back to sleep after about 10 seconds.
aha, so it was allowing you to bind directly. good to know! wife should be happy
Tried putting it in a group now, still same. Log doesn't seem to say any error; https://pastebin.com/sCeu4JGE
LS-Kitchen Light Strip is the dimmer, L-Kitchen Light Strip is the light strip btw
ah damn
Have you tried via the GUI, also check that the light isn't already in a group
have a couple sengled bulbs via z2m... effects show up in HA, but don't seem to work. any ideas?
How do I check if the light is already in a group? Only have 1 group in my configuration.json -- the one I created to test binding to a group ;p
In theory. In reality some (cough, xiaomi, cough) would pick the 1st received beacon
@heavy latch hol' up.. Do I need to add the dimmer to the group in my configuration.json?
@tired crescent Yeah you would see it in the group list. Ensure group number isn't 901 too,
The way I do it, is create a group and add it to the group, I chose random group number. Then for the remote, dont add it to the group in the group page but go to the remote device page and bind tab, do it from there
enter name, a random number then click create group
I am using zigbee2mqttassistant -- Created the group '1', added the light strip under devices, then went to mqttexplorer and published a bind from dimmer, to kitchen_light_group
Nortek can handle 50 routers just fine. Personally was running about 60 routers plus 50 end devices without any issues. No changes noticed after upgrading to MG21
aye
now youve done that, go back to zigbee2mqttassistant and select your remote and check out the bind tab, can you see your new bind?
Well, if those are all hue running on the older gen firmware, then yeah, could be the problem
Sorry for being a complete tool.. Where is the bind tab? Can't seem to paste images here, understandably.
dont worry, I was pulling my hair out with this a few month ago
you have your list of devices yeah? select the remote, then below its name you should see, About, Exposes, Bind, Reporting etc
I thought only students do this :)
Pretty sure I am begin dumb here https://imgur.com/a/SS6nlfJ - this is after pressing the remote. Wrong software? Edit: Only image of light strip got uploaded, nice.. But same for LS
on the page for the LS, it looks the same? Nothing extra under binding?
It does look totally different to mine ๐ we must be using different methods
Are you using the dev version or a completely different software?
@molten linden what was the lead time zigbee module provider gave you for new modules?
@austere patio if it doesn't solve SI lockup bug, I'm not upgrading. Already pulled them out of my networks. I don't have time for that shiiiiit
They told me they are in the production. In past they havenโt taken my orders until production complete. They have not given me an eta either
@tired crescent mine looks like this: http://ultracute.uk/SS_Z2M.png
Hmmm interesting... I hope that the chip shortage doesn't hit us in the Zigbee community too hard.
I ordered one of your PoE coordinators. I plan on using it to expand and coordinate a separate wing of a facility that we are servicing. If it works, we will be able to manage the entire facility (~600 devices) with three coordinators, three instances of Z2M and one gateway. Very excited to install when I get back from Napa. I'll be sure to report back on performance ๐
Eh.. Okay, that looks much better :p Mind checking which addon that is in the addon store? Is it the one postfixed with -dev?
not the dev one, two secs
I added this with the manage add-on repositories: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
these bulbs... they list blink, breathe, okay, channel_change, finish_effect, and stop_effect
but none of them seem to do anything ๐ค
@tired crescent did you manage? Might have to turn off old one when turning on new one, and copy config.
Trying to setup ser2net and setting port: 'tcp://<address>:<port>' atm. Copied over my panid, extpanid and network key
I think they only apply to Hue/Ikea bulbs. At least, those are the only one I can get the effects working with.
ahh, can't help you there alas, I'm using a usb device at the moment
๐ฒ
wtf lol
i mean, it's fine... i don't use them (because they don't work ๐ ) but always wondered why they don't work
I know for a fact they don't work with Sengleds... But they do seem to work with Hues... I don't know how or why (I only use the OK effect on one light in my office anyhow lol)
anyone know why they recommend turning off legacy? for the lutron auroras? https://www.zigbee2mqtt.io/devices/Z3-1BRL.html#device-type-specific-configuration
What do you use the ok effect for?
I couldn't figure this out either @gloomy pivot it's the recommended with Aqara too
well it seems to send more info in the message at least
with legacy: false
so i can use that a little bit better
Damn wanted to buy a coordinator from tube's website... Again to late ๐ข
The first one on the z2mqtt website pointing to the tindie shop. Is that a good one? And how many routers can it handle?
which one exactly?
yes, that's arguably the best one
Ok I'll buy that one today. It's a shame that tubes were out of stock over night again
artisan products are like that
artisan = made in a traditional or non-mechanized way using high-quality ingredients.
that's dependent on the firmware used, theoretically it should support 200 3.0 connections
https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator
50 direct children
100 normal routes
200 source routes
200 Zigbee 3.0 devices
So the cc2538 is even more powerful
I hope they are made with traditional 60/40 lead based solder. None of this newfangled lead-free rubbish.
hand mixed, range free fair trade lead ๐
Noice.
being Aussie, what are you using for light switches?
Shelly 1s
they certified here?
If you buy them from smartguys and I think one other importer that I cant remember.
They paid for certification.
ah cool
do you have a toggle button on the wall plate instead?
I've got clipsal iconic wall plates, so easy enough to change the on off switch to a press toggle
hey. anyone got one of these paired with a zzh stick and Z2M - https://www.zigbee2mqtt.io/devices/NAS-AB02B0.html
Can't seem to pair it up
I didn't have to press anything on the zzh stick to pair up my Aqara sensors - I just put them in pairing mode and they appeared. But this siren looks like it's in pairing mode but nothing happens
A silly question, some of my devices can't connect to the zigbee coordinator, is it possible that I plug it into a power bank and bring it closer to the device? The devices are switches in the wall.
wildly depends on your coordinator
I have it on my NUC running home assistant
It detects a majority of them but some further ones cannot
then without ever finding out which one it is i'd say: definitely not
It's the iTead sonoff zigbee cc2531
I've been having a ton of issues with Zigbee and im wondering if its just that the iTead stuff is crap? I'm using a Sonoff Zigbee Bridge (Tasmotized) with a bunch of sonoff temp/Hum sensors. They keep dropping
the sonoff ZB stmart plugs will not even be discovered by ZHA integration
Yeah mine too but only the furthest ones. But I did update HA which jumped a few generations since I last updated
there's a sonoff zb smart plug?
I saw some talk above about other coordinators
So far iTead have been good to me, even the non zigbee stuffs
zzh! and tube's, both unobtainum most of days ๐
@wicked wagon the non-Zigbee stuff has been great
the zzh is in stock now I believe
link?
and works brilliantly with zigbee2mqtt
sonoff zigbee stuff is average at best, mostly underperforming
and xiaomi sensors
what you save in sensor cost you quickly make up with changing batteries
Why are there no zigbee soil moisture sensors?
ahhhh! Batteries! Feck batterites!
noone made one yet...
Could they detect through a repeater? Or the first pairing must be with a coordinator?
Seems like a gaping hole in the market.
yes but people seem content with the BT ones
The range is terrible on the BT version. So is the battery life.
That means I have to unplug my home assistant and bring it nearer to the drop ones
NO
Don't do that
if you have range issues buy more repeaters
or a proper coordinator
range issues won't magically disappear if you manage to pair the device
you'll just have a very unreliable device
Thanks for the advice. More repeaters then
The S31 has both a wifi and a zigbee version.
ah right, keep forgetting about that one. thanks
being us only makes it not exist in my mind
i don't assume pronouns ๐
was never a fan
Begone from my sight
i'll retreat to my listening room and put on some Kraftwerk
I approve of Kraftwerk






