#zigbee-archived
1 messages · Page 18 of 1
thank you. will look into it. Not sure why it constantly is unavailable in HA though. I have a combi 2 and also got a mini multi mode gateway (which works with smart life). Would it cause a conflict?
does ZHA support updating smartthings sensors/buttons OTA? or must that be done on the smartthings hub before joining ZHA?
@warm atlas thank you sir
trying to figure out why i cant connect these smartthings devices to ZHA, i'm on ch 25 - i am thinking these devices dont support this channel, but cannot find any docs to substantiate
🥺 🥺 🥺
Is anyone using Tuya TS0202(IH012-RT01) https://www.zigbee2mqtt.io/devices/IH012-RT01.html#tuya-ih012-rt01
and confirm working on Z2M(latest)?
I paired, lqi 150, but occupancy stuck on false!!!
using sonoff ZB 3.0 plus dongle.
check supported device?
yup i checked, they are on the list of supported devices, but no mention of what channels are supported. i can join them to the smartthings hub in 2 seconds, but ZHA/SONOF ZPdongle-e does not
could this be related? what does it meaaaaan
2022-11-26 13:13:43.190 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1} {242, 11}
2022-11-26 13:13:43.190 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
If the sensor in any way attempted to join the network, you'd see it pop up. If it isn't, try permitting joins and then resetting the sensor after a second or two. Only a few devices have channel bugs and they aren't very popular.
understood. by permitting joins, you mean when you click the 'add device' under zha?
Out of curiosity, when you leave your network without your coordinator online for more than 10 minutes (ZHA), does people with Hue lights see all their lights start flashing?
i dont see that behavior with mine
Hi. I'm trying to track down why some Iris sensors are eating through batteries. Can someone explain how to interpret the Z2M Reporting interval options. What does "min rep interval" and "max rep interval" mean in plain english?
You ask the sensor to report every time some attribute change by at least some value, no more often than the minimum reporting interval, but at least once every maximum reporting interval
Thanks. Is there a way to lookup "default" values? Are the programmed in the "quirks" or hardcoded in the device hardware?
And if you have a large range between min and max, what actually triggers the update if the value doesn't change by the configured threshold?
Usually it'll be an internal threshold based on temperature/humidity/whatever it is they're measuring
Are you using ZHA or Z2M? Only ZHA uses quirks.
You may also be able to set that in the reporting tab
I'm using Z2M. Maybe quirk isn't the right term.
Both have default reporting configs for each sensor. They're not unreasonable so I don't think that's your problem
for instance, this is set to report no faster than every 15 seconds, but at least every 3600 seconds. Between those if the sensor detects a change of 500 or more from the last report it'll send an update
Ah, so the trigger is always the value threshold but then the time intervals limit how often that can happen?
My battery voltage "min rep change" was set at 0. Does it make sense then that it would constantly be reporting voltage and kill my motion sensor battery in about 1 month?
And I'm assuming the rep intervals are in seconds?
Hmm, that seems wrong. Are you tracking the battery voltage? Can you look at the Z2M debug logs?
I was watching the debut logs and was seeing the sensor send payloads about 100x more frequently than other devices. That's what led me down this rabbit hole.
Can you see what it's sending (or post the debug data)?
But I just haven't understood how to interpret the reporting settings.
Let me see if I can grab some.
I had tried switching the 0 to a 1 to see if that would help.
I believe the voltage is measured in 1/1000ths of a volt, so 3.2V would be reported by the device as 3200
ZHA configures battery powered devices devices to report their battery percentage at most once per hour
I have a new Zigbee stick arriving today. I've only ever used z-wave. Million dollar question perhaps, but I'm a complete noob.. ZHA or Z2M ?
set min rep change or min rep interval sould do.
Debug 2022-11-26 13:14:48Received Zigbee message from 'Under Cabinet Motion', type 'commandStatusChangeNotification', cluster 'ssIasZone', data '{"extendedstatus":0,"zonestatus":38}' from endpoint 1 with groupID 0
Info 2022-11-26 13:14:48MQTT publish: topic 'zigbee2mqtt/Under Cabinet Motion', payload '{"battery":42,"battery_low":false,"linkquality":81,"occupancy":true,"tamper":true,"temperature":23,"voltage":2900}'
Comes down primarily to whether you like having it all as part of HA (use ZHA) or whether you like having things decoupled (use Zigbee2MQTT)
Assuming the stick is a CC2652 of course
Actually, maybe I was misunderstanding what "reporting" does. Is that about passing data to HA for logging purposes?
Passing it to HA for ... whatever you want to do with it
Like, notifying you when a battery is dying
Or that the room is hot
From the reading I've done it sounds like ZHA is simpler to setup and maybe fine for most things, whereas Zigbee2MQTT takes more setup but perhaps more robust and flexible?
It's how Zigbee sensors work. They are sleeping 99% of the time so they aren't awake to be polled. You ask them to report stuff.
So the sensor in question is a motion sensor but it also tracks temp. My reporting screen lists Temp and Power items. If I take out power, will it still pass that along to HA based on "default info sent" but just never "request" to get power info?
The "reporting" section of Z2M doesn't list occupancy but it is obviously still passing that to HA....
That doesn't get reported in the same way. The sensor always reports changes to the occupancy state.
In that log line, Z2M is showing you I think the current state of the device, which combines all known data from the device. If the temperature or battery voltage reporting is happening way too frequently, just reduce the minimum reporting interval to like half an hour and it should be fine
Can you collect logs from the sensor for like half and hour and post them all?
I'll track for a bit and then see if that still makes sense. Ultimately I'm trying to stop the battery loss, but I wasn't understanding the reporting. Your explanations are helping, so thank you!
Outside of reporting, is there anything else that would cause a sensor to be too "chatty" and/or prevent it from sleeping?
hi, I'm thinking of getting some Drayton Wiser radiator valves, and managing in homeassitant.
can I use any old zigbee hub to connect them? (ie without using the drayton heating control/hub)
You can use ZHA or Zigbee2MQTT, with a suitable coordinator (stick)
Hubs need not apply
thanks. so it would have to be a USB stick, connected directly to homeassistant server then?
Or a network connected coordinator (wired, not WiFi)
that would work. is that what a ZHA is?
No
There are three Zigbee options with Home Assistant (regardless of how you install it). These are:
zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended (though the HUSBZB-1 uses an older chipset), but there are other options including the CC2652 based sticks. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented.
Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the recommended option being the [CC2652 based sticks](#zigbee-archived message). If you want to use an EmberZNet stick see this issue. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.
deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are supported. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).
ZHA and Zigbee2MQTT are two software packages that bridge between Zigbee and Home Assistant. ZHA is part of HA, Z2M isn't
Both require a coordinator, which is a radio device that talks Zigbee
Hi All, I've been trying to add the LUX KONOzw thermostat to my home assistant using zha and this zigbee dongle: https://www.amazon.com/dp/B09KXTCMSC
I have tried using the zha.permit service with what I think is the ieee address and the install code, but I just get this error on the termostat "ER:02 Provisioning error, no network"
Anyone have any ideas or gotten this working?
I'm installing tubes poe coordinator with intention of migrating my zigbee network to it, I use ZHA
i'm following the github guide, my system didn't auto detect it, so I'm about to add the ZHA integration (again) to add the coordinator
but before I do that, I'm not going to mess anything up by adding the integration again am I?
You don't need to manually call any services or use install codes, just click the "Add Device" button in the ZHA integration
If you have ZHA already configured, it won't be auto-detected. Just click on the existing ZHA integration's Configure button and follow the migration prompts. Tube should have instructions for this (the serial port config).
the instructions must be just for new installs then, I dont see any for a migration
well, I went through the migration steps in ZHA, so now my old stick is disconnected and disabled by the wizard. I followed Tubes instructions for the "CC2652p based gateways select ZNP", typed in socket://192.168.1.36:6638 and set the baud and software flow, and it just says failed to connect
I can connect to the device on http://192.168.1.36 and see the ESP landing page so i know it's working
the logs only have errors about not being able to setup and connect to my old HubZ stick
Great, and now I can't re-do the migration, unknown error occured #&*$%!
Restart HA Core and give it another try
am I at risk of losing everything now? HA logs say stuff about the HUBZ files not found
No, there's really no way to lose the network config and entity customizations unless you delete the ZHA integration fully and then delete zigbee.db
The integration should have either failed to start, or auto-formed your old network on the now-reset stick
No so even after a restart, I hit migrate to a new radio, and the wizard wants to stop the old HUBZ stick, but that's already been done, so now it errors at that step and fails
i'll re-insert that stick and see
In that case pick the other option, to re-configure the current radio
The only reason there is a migration question to begin with is so people with the HUSBZB-1 who leave it plugged in can reset the stick
i reinserted and it let me get past that step and now I"m trying to connect to the tubes again
but failed to connect
Can you send me the HA log?
Then I’m not sure what to do anymore. If we form a new network on a new coordinator with ZHA and pair the devices in the new network, will they retain their entity ID’s and names?
As long as you never delete ZHA, yes
Just plug in the new coordinator and go through the migration flow. It'll ask if you want to start from scratch or restore a backup. The "erase network settings" option doesn't affect entities.
Got it, so as long as I don’t delete the integration or the database, anything i’ll do, devices with retain their entities ID’s across coordinators / networks even if I don’t migrate.
I think this is the relevant part
are you suggesting I don't try the migration option
That log doesn't contain anything from the migration
the logs from connecting to the web page of the controller says this
13:52:52 [D] [streamserver:074]
New client connected from 192.168.1.22
13:52:52 [D] [binary_sensor:036]
'TubesZB Serial Connected': Sending state ON
13:52:57 [D] [streamserver:102]
Client 192.168.1.22 disconnected
13:52:57 [D] [binary_sensor:036]
'TubesZB Serial Connected': Sending state OFF
I'm not seeing anything show up in the logs when I try connecting
Im looking at the home assistant core logs
I connect, refresh the log, and nothing new shows up
Enable https://www.home-assistant.io/integrations/zha/#debug-logging, restart HA, and retry the migration. You don't need to plug in the old stick. Just wait for ZHA to fail to start up, (it will have a red border), configure the integration, and then go through the migration flow. You can select the "re-configure current radio" option and just enter the settings for the new coordinator.
ugh now the log is so full i can't paste it into pastebin
You can zip it and DM it to me
i'm gonna try the other option instead of migrating reconfiging
I need to leave my hubz plugged in or the wizard fails tho
if you dont have the old stick available, you can use the option to reconfigure current stick, and it’ll bypass that. just update the path for your device to socket://ip:6638,
Hey, i have Bosch Thermostats and i dont know how i can control it in HA. i just can see the Battery, Temperature and Valvetappet. I find no way to control it. What do i wrong?
Just wanted to let you all know that the aqara mini motion sensors are probably the best / cutest motion sensors I've ever used
Hello again. I've bought 6 zigbee enabled LE14 lamps from IKEA, they should all be the same. But 2 out of the 6 show a color wheel instead of the proper temperature slider in device->settings. Which would not be a problem, I mean, I can set the temperature if I set the color in the white/orange axis, but I grouped all 6 so I can control them as a single entiry, and when setting the temperature on the group these 2 always fall back to the same warmish temperature
I assume the odd 2 are advertising their capabilities differently, though I'm not sure why, as these are all supposed to be part of the same batch, but what are my options here? Can I force these to use the temperature instead of color somehow? Or should I just return them as "defective"?
Hey guys, I am currently struggling to get this zigbee button up and running with ZHA https://zigbee.blakadder.com/Eardatek_ERS-10TZBVB-AA.html. I realized, that I need to write a quirk, but am new to this... is it possible to debug the data which comes/goes to the device? I only see the events fired by the wrong clusters connected to the device which makes it really hard for me to understand, what I have to change.
Turn on the debug logging for your radio. https://www.home-assistant.io/integrations/zha/#debug-logging
Thanks for your reply, I already updated my config. Where can I see the logs? I must be stupid o.o
It’s in the main HomeAssistant log. It will be very verbose especially on a larger network.
Ah ok, thanks. I found a corresponding log with some data (data=Serialized[b'\x01k\x00\xff\x01\x00']). Any tip how I can go from here? Is there an easy way to decode the message?
Can someone tell me what the "etiquette" is for creating new Blueprints for different models of Zigbee devices? I've just worked my way through a brilliant little ZHA/quirk/setup adventure for an Aqara Double Rocker switch. https://github.com/zigpy/zha-device-handlers/issues/940
I want to make the Blueprint from the github page available on the blueprint exchange with some notes on which sub model and how to get the quirk / setup working. Do I just put in lots of links and acknowledgements to the people who actually did the work?
Hi, I recently got myself some lidl zigbee lamps. After ZHA discovered them, the color temperature scale is inverted (setting it to warm light makes it cold) and off (the "warm" setting doesn't set the warm color to it's maximum)
ZHA is using the correct type of bulb, what could my issue be?
Hmm. I re-paired an ikea button that was working (wanted to make sure it was connected to the closest bulb) and now zha doesn't see any events from it
reconfigure fails as well
I tried watching zha_event and my other button works and shows up
@prisma shell I have given up on the small on/off tradfri switches, the bigger 4 way switches I've had only success with but the smaller 2 way one I can pair, sometimes works for a bit and then ZHA just ignores it, or the button stops sending events, not sure
I paired it directly to a bulb and works like a charm, never fails
which switch are you working with?
this is the 2 button it's been fine until i decided to repair it
i've had battery issues off and on with it though
hello, i'm running a tuya WHD02 inwall switch with zigbee2mqtt. i wonder if it is possible to run the switch and the output independently?
i removed the binding, but that didn't seem to have an effect
Update: Just pairing it again did it for me
Hi, for monitoring fridge temperature, a basic zigbee thermometer can work ? or does the battery die too qucikly ?
well, you've already had better luck than I... I've tried with multiple switches and they all pair, sometimes after pairing they even work (but not always) though eventually they all stop communicating with my ZHA instance.
The payload alone doesn't contain enough info to decode it. Can you post the entire packet?
we had that at the Hackerspace cause one of our fridged died a few months after we bought it, and no one noticed for a week. worked pretty well for a year or two
ah great, thanks for the feedback, i might try it
looks cheaper to buy a new battery every year or two vs a machine that stays outside of the frige
it's gonna have a hard time getting a signal through all that steel
did all kinds of stuff, tried downgrading but tht didn't go well, still can't get this ikea button to register an event
@prisma shell i had issues having some items join the network, i was able to get them to join by choosing a router device near where I wanted the button/sensor to go, and choosing "add devices via this device" https://imgur.com/QpTq6vh
What coordinator are you using? The "Add Device" button basically does this, but for every single router on your network
im using the SONOF -E dongle. i was having the worst time getting my motions sensors on (would never discover them), yesterday i did the above from wall switches that are routers, and it comes up immediately
ralph thats exactly what I do
Hi guys,
I face a problem after migration CC2531 to CC2652p (SONOFF Zigbe 3.0).
Trying to add a new device, I get an error "Failed to interview '0xa4c1384fbf740f08', device has not successfully been paired."
All the old connected zigbee devices are working properly.
coordinator revision 20220219
Zigbee2MQTT version 1.28.2
Any idea??
and what caused this
I moved from the sonoff bridge to the pro, all was fine using the zha migrate
last night I switched channels for hopefully less interference and had to re-pair most things
the ikea buttons just worked but I wanted to make sure it was paired through the light it's next to and that's where it started having issues
it took a long time to pair but said it was good, i have battery status, but no button press makes a zha event
Which stick are you using?
2022-11-27T18:41:08.562Z zigbee-herdsman:controller:device:log Interview - failed to read attribute 'softwareBuildID' from endpoint '1' (Error: Read 0xa4c1384fbf740f08/1 genBasic(["swBuildId"], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 42215 - 1 - 12 - 0 - 1 after 10000ms))
sorry for late reply - yes only the inovelli switches. they are rock solid as routers. i cant get anything to join via other routers, like the hue bulbs (if i do the same action on a hue bulb also does not find anything)
i mean if you just switched dongles, and changed channels, did you give it a good day for the network to rebuild? i did something similar, trying to switch to a poe tubesZB coordinator, ended up going back to the SONOF.. took a good day for everything to be back to normal. i didnt even try to join anything new during that 24 hr period
Hey folks! I have a Sonoff ZBDongle-e, and I am trying to completely remove/wipe/delete my network, but after deleting the ZHA integration, restarting HA and setting up the ZHA integration again (selecting erase network), all my devices are still there....
Is there something I can do to really wipe the controller and the network and everything??
the dongle swap was 2 weeks ago
the channal swap was yesterday
the dongle swap was instant and pwefect
nothing auto changed channels except the ikea buttons
one of the ikea buttons only had an issue after I tried to re-pair it
and i power cycled the lights hoping they'd get the new channel w/o repairing
the ikea buttons didn't need to be re paired surprisngly
now i regret trying
and it's not easy to test since it takes down the house
guess i could migrate to my old sonoff and try to repair
wonder if it's a coord issue or a new zha broke it
is it possible to add lights to multiple groups in Zigbee2mqtt?
for instance, I have a bunch of hue bulbs for table lamps around the house. I create a group for my office which works well. I'd like to create a larger group that encompasses all of the table lamps around the house
Has anyone used the enbrighten 43080 dimmer switch? According to Blackadder it does wok with HA, I was just wondering if anyone here has actually used it and has any pros/cons/gotchas to report.
The entities and cached device info will be re-created from /config/zigbee.db. If you want to start from scratch, delete that file and then re-install ZHA.
OK. So no reset on the controller? No NVRAM delete or anything? It is all software?
Selecting the "erase network settings and form a new network" option does that
Why do you want to start from scratch?
Just so much was messed up… And a feeling that the mesh wasn’t rebuilding over time. I’ve noticed that latency was building up with a few of the nodes…
Re-forming a network usually won't help with this. What coordinator are you using?
The new Sonoff zigbee dongle, ZBDongle-e, is it?
Any routers on your network? Are you seeing latency when sending or receiving?
Plenty of mains powered device (Tradfri bulbs), but I also heard rumours they are not always routing predictably…
Latency mainly when sending, looking from the controllers perspective…
Try doing an energy scan https://github.com/zigpy/zigpy-cli#performing-an-energy-scan. If your channel is unusually congested, you can restore a backup and migrate many devices to a new channel using the same tool.
I did try to get zigpy-znp to work, but it looked like it had trouble with the serial communication…
zigpy-znp is only for ZNP radios and is full of ZNP-internal tools. The above is a radio-agnostic interface.
If you're using the -E dongle, you would use the ezsp radio type: zigpy radio --baudrate 115200 ezsp /dev/... energy-scan
Thanks!
Just make sure to disable ZHA before running the tools, as neither will work if two things are accessing the same radio
I have zigpy on another computer.. 👍🏻
just found/remembered i have 3 hue bulbs from a long time ago that a friend got at an estate sale. used to have the hub but no longer. come to find out that i can only put them into pairing mode with a hub or z2m with touchlink which kinda sucks because i only have 1 controller stick and it'd be a pita to do since i use zha normally 😐
Which stick are you currently using?
husbzb-1
https://github.com/vanviegen/hue-thief should work
Yeah, as long as ZHA is disabled (or you use a different computer)
hmmmmmmmmmmmmm that might actually be preferable if i can just do it straight from HA in the terminal. it's in a vm so the controller is a passed-through device
i'll give this a shot thanks
I should be able to run this on any Linux machine, Ubuntu for example?
Yeah
It's not on PyPI so you will have to install it from Git. There's a command at the top of the README.
man i think i'm gonna have to try this on another computer. oh well. i don't want to mess too much with the hass environment setup and it doesn't already have python.
Ah, you probably have the non-community SSH addon. The OS has Python, it's just hidden in the Docker container for HA Core. But it is easier to do all this on another computer.
hmmm i have what i thought was the community ssh addon, from the home-assistant/addons repo
which python and which python3 give me nothing, same for pip/pip3
The top one I think only gives you a restricted shell. The bottom one actually lets you log in and do things: https://i.imgur.com/BConSF1.png
Thanks for your help @austere patio! The energy scan showed a value of around 35% on my previous channel (11), and it was the most congested one! Changed to channel 20 (~5%) and will rebuild from there. Crossing fingers it will get better from now!
If you restore an old backup to get the coordinator talking to the network again, you can use the change-channel command to ask the devices to move over
Most (if not all) routers will do it
Good to know for the future… 👌🏻 This time I was to trigger happy and did not do a backup! 🥸
The zigbee.db file has one
If you do the ZHA migration/setup again, it'll let you choose one
That is very convenient! I’ll look at that tomorrow! Now both me and the dongle needs some downtime after tonight’s action! 😅
this did the trick after i got them into a desk lamp right near the server rack in the basement. thank you 🙂
The reset system I guess is convenient if you have a Hue remote but it's definitely not easy if you don't. I'm glad it worked!
yeah. wasn't working from one floor to the other, but it did when i got them close. now i just need to figure out why i don't get "white bulb" settings on the color bulb (temp basically) and why it only gives me a color wheel
Hmm. Try removing it and re-joining, I think I saw this bug once
I believe the Hue bulbs should reset normally if they are removed from a network
i hope so lol
here we go
you were correct 🙂
you were also correct that it fixed the temp settings
FYI, some newer Hue bulbs can also be reset by power-cycling them 5 times
yeah, these are pretty old. i got them in like 2016-2017 from a friend who found them at an estate sale
i tried the toggle method for reset a few times and couldn't get them to bite
for my 2012/13 ones I can use a remote to reset them.
While ZHA is searching for devices, there is a real time logviewer available... Is this also available outside adding new devices? For monitoring OTA updates for example?
Hi. I'm trying to update firmware on my Ikea Shortcut button through ZHA OTA, and while I managed to finally get it to attempt to update (when I re-discover the device), it seems to abort. Any idea?
... can't post picture and terminal won't let me copy-paste 😐
OTA Upgrade_end handler for 'IKEA ...': status=Status.ABORT, manufacturer_id=4476, image_type=4550, file_version=587728433
So I've dug through logs and the error is:
2022-11-28 08:49:09.379 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1037, in request_callback_rsp
await self.request(request, timeout=timeout, **response_params)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 972, in request
async with self._sync_request_lock:
File "/usr/local/lib/python3.10/asyncio/locks.py", line 14, in __aenter__
await self.acquire()
File "/usr/local/lib/python3.10/asyncio/locks.py", line 114, in acquire
await fut
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1036, in request_callback_rsp
async with async_timeout.timeout(timeout):
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
does anyone know if from the tuya WHD02 in-wall switches the input and output can be unbound? so that i can control an automation with the toggle and still toggle the switch programmatically?
i've removed the default binding in zigbee2mqtt, but that didn't do anything
Hi everyone, I would like to know, why some devices like philips hue has depth value 255?
Hi all,
I've got the weirdest thing. My old antenna decided to stop working, so I bought a SONOFF ZigBee 3.0 USB Dongle Plus, TI CC2652P from Amazon. Since I was still on my first install ever, I decided to completely reinstall everything again. So far, so good. At the end it recognized all my switches, bulbs, etc.
Now the weird thing: there's one light that won't show up in my list of devices, but for some reason it is part of my living room setup: when I ask my Google Nest Hub to turn all lights in the living room on or off, it reacts. I can't find it anywhere in my list of devices, nor in the list of devices in the living room.
However, there's a device called Texas Instruments CC1352/CC2652, Z-Stack 3.30+ (build 20210708). I think this is my antenna, looking at what kind of device the CC1352 is. This controls a couple of groups, that are called <area>zha_group<numbers>. One of them controls that specific light (the light is called TS0505A by _TZ3000_odygigth, at least the others are).
I've been looking for it everywhere, but I can't find the %!#$ light anywhere, so I rename it and add it to the scenes. Does anyone have any idea?
Hello, my "Devices" tab looks like this... How can i make it display the IEEE address for each device as its name? Now the name seems to be the combination of Manufacturer and the model...
I cannot paste the screenshot...
Thank you in advance for any help
This would be a Zigbee group. It's not a "real" device, it's just a way for you to group together many devices and control them at the same time.
Try sending it the image notification again and it should resume from where it left off
@austere patio please do you have any advice on how to display each device's IEEE address in the Settings>Devices Tab instead of the manufacturer name?
this is in HACs > https://github.com/dmulcahey/zha-network-card very useful
I understand that they are groups, but I can't find the groups anywhere :(. It would help me finding out how the light is connected to the system.
It's the middle tab in the ZHA configuration
Ah, that's where it is! Thank you! But honestly this only makes things weirder... The light that the group switches, is not in the list of the lights in the group. There are only two lights in the group, but when I switch it off/on, it controls 6...
Some devices come with pre-set groups, by default (for whatever reason). You can add those lights to the group and then remove them to make sure they're not a part of it.
anyone know of any zigbee devices that can measure wind speed?
Hey, I'm using ZHA (migrating from Z2M), and I recreated my groups. Light groups are OK but shutter groups does not show any entity. Anyone got shutter groups working fine?
Not sure if ZHA supports shutter groups (with broadcast). Can you try creating a "shutter group" in HA itself using the single entities?
thanks for your reply. HA shutter group works.
What do you think about HA groups vs zigbee groups? Last time I tried, with HA group of 10 lights was not very reliable..
Anyone had difficulties writing out commands to Zigbee devices from Node-Red using the Zigbee2mqtt Out Node ? - I'm controlling some TRV's and writing out a temperature setting to them. Trouble is; sometimes it works, sometimes it doesn't, no real pattern. I've got QoS set at 2 but that doesn't help.
Well, the weird thing is that 4 lights are controlled by the group, but according to the group they're not in it. I'm flabbergasted hahaha
I migrated my HA onto a new network and this ended up causing HA to no longer see my Sonoff zigbee dongle plugged in. I'm running HA through a VM (VirtualBox). As far as I can tell it's set up correctly but HA still doesn't list it as a connected hardware.
Try it in another USB port, make sure it's passed through in the VM settings
Hello looking for some help. We had a power cut and I now have three zigbee devices, lights that are now not working. On the mushroom dashboard they say there unavailable with a question mark against them. Is there a quick fix or do I need to reinstall
is there something i can do to keep polling my zigbee sengled lights to keep them working
i just re-added them this morning and now only one is controllable in my kitchen
i have recently gotten some ikea blinds that are zigbee controllable but i was wondering what hub to get, i run home assistant on a raspberry pi and hopefully will be able to control my blinds through that
So; I'm pulling my hair over this Ikea shortcut button. This comment on reddit describes exactly what's happening to me (paired it up, and no events coming through). I even did firmware update... However, I can't figure out how do they "repeatedly" bind to coordinator (as per comment's instructions)? Do they just refresh the page? In my UI when I click bind there is a loading animation and the "bind/unbind" buttons are disabled.
It obviously seems absolutely silly to do but it describes my problem to the dot, and there are several people confirming it worked for them...
Buttons don't respond to commands unless they're being continuously woken up
I do this during pairing stage while also repeatedly clicking the buttom (hardware). Shortly after pairing I see this sort of event (the only event I see from this button):
event_type: zha_event
data:
device_ieee: 04:cd:15:ff:fe:68:ac:66
unique_id: 04:cd:15:ff:fe:68:ac:66
device_id: b1a825c099cf658cc724abfe618aba44
device_event_type: device_offline
origin: LOCAL
time_fired: "2022-11-28T23:13:56.716781+00:00"
context:
id: 01GK089GFCC6SG9886MZHFB9HA
parent_id: null
user_id: null
What coordinator are you using?
The whole github discussion is actually pointing to the fact that they don't send signals, because they sleep. By binding them to the coordinator while pairing... it works (I'm not intimately familiar with homeassistant yet so no idea what's going on inside)
ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 by ZHA
Do you have any routing devices like bulbs?
yes
Remove it from your network and re-join it by going to the bulb closest to the device, clicking the three-dot dropdown menu, and selecting "Join devices via this device"
hmm will try
I did that, ie.
- remove device
- go to closest bulb
- 3 dots -> join devices via this device
- ... searching
- 4x click lil button to put the hardware button to pairing mode
- was found, interviewed, added
But now when I open the button (it was deleted, eg name is refreshed) I can see it's still "connected via coordinator" (and not the bulb?). I've never added devices through routers othar than the coordinator so not sure if what I see is right.
I can also see log-book history but I would assume that's IEEE based.
Nevertheless - it's not firing events (can't see them in the logbook on the button's page nor in the dev tools > events > zha_event bus)
Can you do it again but enable https://www.home-assistant.io/integrations/zha/#debug-logging and restart HA?
Alternatively, click the "reconfigure device" button and then continuously click buttons on the remote
You should see it bind and set up reporting
I got debug logging enabled from back when I did OTA for the button
which took forever as the button kept going to sleep and had to restart over and over
doesn't seem to do anything (tried multiple times in the past, and now). I'd imagine it does nothing because the device is sleeping
That's why you have to keep poking buttons on the device to wake it up
What specific coordinator and firmware version are you running? The firmware version for ZNP coordinators is displayed as a date (e.g. 20220212).
where can I find that on the Coordinator's page? 3 dots > signature shows this:
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Coordinator: 0>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice|AlternatePanCoordinator: 143>, manufacturer_code=0, maximum_buffer_size=80, maximum_incoming_transfer_size=160, server_mask=11265, maximum_outgoing_transfer_size=160, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=True, *is_coordinator=True, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0400",
"in_clusters": [
"0x0000",
"0x0006",
"0x000a",
"0x0019",
"0x0501"
],
"out_clusters": [
"0x0001",
"0x0020",
"0x0500",
"0x0502"
]
},
"2": {
"profile_id": 49246,
"device_type": "0x0820",
"in_clusters": [
"0x0000"
],
"out_clusters": []
}
},
"manufacturer": "Texas Instruments",
"model": "CC1352/CC2652, Z-Stack 3.30+ (build 20220219)",
"class": "zigpy_znp.zigbee.device.ZNPCoordinator"
}
There's no way to detect the coordinator hardware, just the vague firmware it's running. Looks like a CC2652 running 20220219.
How far away is the bulb you joined the sensor through from your coordinator?
~1-2m; it's the nearest bulb to me (ceiling) from where I'm sitting
Move near a more distant bulb, so the sensor will 100% prefer to join via that bulb instead of the coordinator
OK I can try
There's a firmware bug with the CC2652 where IKEA sensors like this don't really communicate properly when joined directly to the coordinator
They have to go through some intermediate router
but the coordinator is still within a reasonable reach
my farthest bulb is perhaps 5m away from the coordinator in a direct line
The on/off switch seems to work just fine; it's just this short-button that isn't working properly
nevertheless I can go try going farthest away from the coordinator
In that case, it's working
wdym?
If it was joined directly to the coordinator and experiencing the bug I was talking about above, it wouldn't work at all beyond joining. Try reconfiguring it a few more times to make sure all the binding and attribute reporting is set up. There's not a whole lot else you can do.
I meant that the on/off switch works fine - as in a completely different piece of hardware
I got 2 hardware items from Ikea. The on/off switch and the shortcut button. The on/off switch works fine, the shortcut button doesn't work.
If you have debug logging enabled, can you PM me the log? It'd contain everything necessary to figure this out.
what the hell... works randomly now.
Connected through the farthest away bulb.
Still says on the device's page that it's connected through the coordinator.
Reconfigured and pressed the hardware button a few times. Lit green (reconfiguration).
Logbook shows events now. Event bus for zha_event shows the shortcut button events.....................
I spent like 5h+ on this 😐
What kind of bulb is it?
all ikea
BUT the button's page is still showing as connected through Coordinator
is that supposed to be a thing?
The network visualization would show you the correct information (after you do a re-scan). The "connected via" is showing you the way ZHA is presenting devices to Home Assistant, which doesn't match the topology of the network (i.e. every device is connected via the coordinator).
The firmware version for your coordinator is also fine so if you permitted joins only through that one bulb, it'll join through that bulb.
the problem with that is that my HA is in early stages, so I'm still using regular electricity switches to turn on/off my bulbs at times, hence if I turn off the bulb... the button won't work I assume
It should reconnect to another router eventually
Apologies for asking so much from you but perhaps you can help with one thing, it's minor though.
So this button has a blueprint that manages the inputs better (short press, double press, long press). I've added the blueprint. I've created an automation through it, but I can't see the automation under automations nor under the device-specific automations (on buttons page)
https://community.home-assistant.io/t/zha-ikea-tradfri-shortcut-button/261936 This is the blueprint in question
I go blueprints -> create automation (of that specific blueprint ofc) ->
- device = the shortcut button (there is only one)
- single click = w/e I want to do
- save
Doesn't show up anywhere 🤔
(figured it out, the blueprint was outdated)
For whatever reason, removing the ikea button from hass, then re-pairing it fixed my issues
the button now works
so weird
howdy... just got the zigebee 3.0 dongle plus.... wanting to connect it with home assistant running with docker....any ideas on getting the serial device path.... under device manager it does see it.
trying to link up to a couple aqara moisture sensors.
hello, i have some hue motion sensors that i want to make work with zigbee, i have a bunch of other hue lights that work fine, but the motion sensors just work for a little while and then they just stop working, has anyone had this issue?
No, and I have 8 on ZHA for >1 year
It should auto connect if you're using HASSOS or whatever, otherwise check /dev/serial/by-id/..
Hmm, strange
They're way more reliable than any of my Aqara garbage
any garbage routers on your network? i.e. sonoff
i just got into zigbee so i don't really know the difference between a router and a coordinator. I have a sonoff zigbee dongle 3.0 plus thing connected to a rpi 4 with an extension cord
but it does say coordinator in home assistant
maybe this is also what could cause it, can you move zigbee devices? Or will they get disconnected then?
A coordinator is the radio that you attach to the computer running the Zigbee software - ZHA or Z2M. Your Sonoff dongle is that coordinator.
You can move Zigbee devices. Whether they'll remain connected to the mesh depends on whether they're a router (almost certainly), Zigbee 3.0 end device (almost certainly), or something else (maybe... depends on the make and model).
Someone has any advice on how to do something about the extremely slow boot time of the Haos on Rpi4 64bit? It takes over 5 minutes for me... It is becoming a bit unnerving as i'm editing the configuration quite often...
Ok, thank you
Does any one face any issues with a big lag (like a big que of messages being slowly processed) between the press of a button and the reaction of the controlled device (an intelligent light bulb)
?
My setup is a Rpi4 + RASPBEE II + some Ikea Tradfri Remote (the round) and some Ikea Light Bulbs ...
The logic / flow is made in NodeRed
You on ZHA or Z2M? If on Z2m, check the logs, do these immediately update when you press the button? If yes, then something wrong with your flow. If no, then your co-or is likely a problem - might have to reflash
Hello, if i suppose to have a series of custom ZigBee router devices positioned in a straight line, in which each device just binds with the previous and next, could i suppose to reliably reach the, say, 50th device after 50 hops? Can i push it to 100? I'm having an hard time in extimate and simulate this kind of scenario. Any hint would be very appreciated.
I'm trying to implement this in with a HA + ZHA approach, using a ZNP flashed CC2652P as coordinator and a custom CC2652P router that i created in order to make the routers
Straight line... that's likely to scale terribly
I'd also expect that the results will depend in part on the hardware you use - is it fast enough to process packets before timeouts strike
I know it's the worst configuration, i'm hoping to have a semi-straight line with at least 4 bind for device (2 previous and 2 next), but the music doesn't change.
The CC2652P seems to be the top notch of TI, but i have not found any data on this kind of scenario. The ones who asked how to push an inline network in such a way on e2e.ti.com stopped posting years ago without results...
So i ask, to whom has created big networks, what is the maximum hops number that you found working reliably?
I think seven is the max
Nice, please can you tell me how to try to elaborate this?
You might be able to do this with source routing
Looks like for Z-Stack the default depth is 20 and it sets the max hops as 40 so you should be fine
ok, MAX_NODE_DEPTH in my firmware is default 15 but i will increase it.
I just hope to avoid the need of setting up multiple coordinators with like 10 inline devices for each
Wondering if anyone has experience with a Lidl Zigbee lamp, it seems to use module TS0504B but I can't set any color temperature, the RGB works, but quite dim, when I set the "normal" white color it can go very bright. Relatively new to all this so maybe there's something I need to fix?
Maybe relevant, I'm using the sonoff ZBDongle-E, using ZHA
hey guys, all of a sudden zigbee2mqtt is just shedding devices, I have lost over ten devices in the past 3 days, and constantly get these pop ups
I cannot paste the photos, but I get 4 red pop ups in Z2m saying its recieving messages from unsupoported devices, which I assume, are the supported devices that have dropped off
I am using the sonoff zigbee 3.0 dongle, and nont development branch
Please use a code share site to share code or logs, for example:
- http://pastie.org/ (select YAML for the language)
- https://dpaste.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.
There's two Zigbee 3.0 dongles from Sonoff, the P and the E, which?
Trying to connect to my SONOFF Zigbee 3.0 USB Dongle Plus.... not sure if P or E..... doesn't say on the invoice...Does anyone know how to configure the integration so it will be recognize in Home Assistant running on Docker and Portainer? Thanks for the help.
Plus is P
You should just have to configure Portainer to pass the /dev/serial/by-id/ path into the container
Anyone using Xfinity Security Visonic XHS2-TY MCT-350 SMA ZigBee Door Window Sensor? I want to know if they work better than the Aqara ones. i.e. they aren't sticky
Thanks for that.....on the Plus.....on the configuring portainer.... any docs? don't mean to be too needy but this is the part I'm having quite a bit of difficulty with.
I have.... I'll keep googling it.....
First hit for me was https://github.com/portainer/portainer/issues/3720 - I assume that's correct 
Thanks.... I'll try that.... it seems sometimes others google searches turn up other items..... off to shovel snow.
Looks to be. 🙂
Not sure where to ask this but has anyone had success with the Aqara Curtain Driver E1 without the Aqaura Hub nor Ziqbee2mqtt? I have it connected but cant get the limits set on it.
I just set up 20 of these I got on Mercari
Controlling light group via service turns all my lights on and off in series and not together instantaneous. What can i do to solve this?
alias: KækkenStue Lys Sluk
description: ""
trigger:
- device_id: baba16b436ca1d4b37471c060a931602
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
condition: []
action: - service: light.turn_off
data: {}
target:
area_id:
- stue
- kokken
mode: single
i reset them earlier today, and they worked fine, and now one of them became unavailable and then just kept saying clear and not detecting movenemt
lights, dimmers, they all work fine. it just has issues with all of the motion sensors
is this normal? https://imgur.com/YiuLWbK
Create a zigbee group for them, and turn that group on/off, not the area
is the Zigbee group different than the ones i already created under helpers?
hi, question here
when zigbee routers are close to each other, is it possible that they are intervering?
with each other?
is the Zigbee group different than the
yes
again. are there any sonoff devices onyour network?
Hi all! I have a problem with an device through the deCONZ integration. I am using an Aquara SmartPlug. Interaction (on/off) is working fine, but in HA I get a power (in Watt) reported, that is 10x bigger than the actual consumption. Is this a bug in deConz or the integration in HA? Or is there an easy fix that I can apply?
battery or mains powered?
Hi ! I've bought 2 zigbee thermostatic heads, last year and this week. One of last year works fine, but the new one is not detected as a "climate" device.
I've tried this : https://www.home-assistant.io/integrations/zha/#modifying-the-device-type but without success. Could you help me with this ?
Anyone have the Aqara Cube T1Pro working with Zigbee2mqtt?
mains
There's no handler yet, but it was being talked about just the other day in the Z2M Discord
Ahh, i see. Thats why it shows up as unsupported. As a noob, the best option is to probably wait for support?
Depends on how patient you are
Is there a way to request to add a line to this file ? I don't really know how pull requests work
https://github.com/zigpy/zha-device-handlers/blob/9a1401337a25a4adc33e0b37ace62d808b7b3098/zhaquirks/tuya/ts0601_trv_sas.py
I've found my working device, which is _TZE200_c88teujp, line 223. I want to add the new one, which is _TZE200_bvu2wnxz
Got it. So it'll likely take some time.
Well, new device support is 100% in the hands of the user base, including you
Il there a procedure I can find ? To create a pull request.
And, how can I test it before making the PR ?
Ok, got my answer just by reading the README. Sorry.
Q-Remote only showing 1 sensor
Thanks for the Google / Github link....I'm aware of the fact that you don't use docker. I went in and tried what they said in that article.... it seemed to follow with what I have on my machine but connecting to the pass through is still quite vague.... either way....if you have other thoughts on this let me know. So of the key terms phrases might help my Google search if you'd be willing to expand on those. Thanks for your help. I'm off to Google.
I ... use Docker, I don't use Portainer
My main thought is ... don't use Portainer, use Docker Compose
My other though is ...
@slender sapphire 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).
Thanks for the thoughts..... not sure how to proceed but it leaves me more lost and needing to reconfigure my entire home assistant. Either way, lots to ponder.
You should be able to map /dev/serial/by-id/...unique_id_... to /dev/ttyZIGBEE or something and then pick /dev/ttyZIGBEE from your Zigbee integration
thanks @austere patio I'm pretty lost on the mapping....actually the whole lot of it. not sure how to get the USB id... etc.
On the host, you'd do ls -l /dev/serial/by-id/ to see what your current USB devices are
ok.... would that be in a terminal?
I'm running it on Windows.... in a docker install... Portainer I guess.
Yes. I'm not sure if Portainer has a way to do it but you should be able to get into the host system running Docker.
Hey anyone have any issues with zigbee2mqtt auto discovery in HA? I can’t seem to figure out why HA is not discovering the devices even though the broker is working. I get this error in the logs:
remove it
@sleek apex I converted your message into a file since it's above 15 lines :+1:
SONOFF routers are garbage, they will break your whole network
That's interesting...I have no issues with mine
@austere patio I followed the instructions in the above link but it's kind of vague to me
what's your recommendation to swap it for?
I tried adding a device and then "host" /dev/dri and then in the field "container" /dev/dri? but that was a nothing-burger
That's not the path you want. As puddly said, you need to find the path for your zigbee stick on the host
Portainer probably doesn't have a graphical way to list serial ports. You'll need to log into the OS to do this.
@lilac wharf ok.... moving to the server....
What issues did you have? I've got four S31s on my Zigbee network with no issues
does anyone have any experience with ESP32S -Zigbee (or a recommendation where to look)?
@austere patio @lilac wharf in Windows how to find the path
What exactly is ESP32S-Zigbee in your question?
device manager... or cmd prompt?
No clue. Docker on Windows isn't a great choice for running HA tbh
I'm gathering that....
Willing to share the best choice for running HA... in your opinion....
HA Container on Debian for me, personally
I think I went to Portainer because I wanted to use DeepQuest AI with Blue Iris for cameras
Mini PC and whichever installation you want
Just curious to see if it is supported or if anyone has it up and running with HA. Was also looking into ESP-Now but I have a pretty decent sized Zigbee network already
Portainer isn't required for that
I don't know what type of device you're referring to since ESP32 are wifi and Bluetooth but not Zigbee
How's docker differ from Portainer...? just curious
Is portainer a docker manager?
Portainer is amanagemnt tool for docker
Portainer is a frontend for docker
There's a new ESP32 that also does Zigbee but it's not a device you can "use", it's basically a dev kit
Well, I'm ready to move my HA install....
I guess, but docker-compose is so easy I don't really see a point to portainer
Portainer is killing me and I get cold shoulders when I ask about it.
That's not even properly released and there are no projects for it yet
So Docker-compose.... on a linux box?
well that answers that ! lol
I think it's docker in windows that's killing you not portainer
Correct
I run docker with docker-compose and portainer
This may be a better discussion for #installation-archived
I only have Portainer installed so I can one click tail logs from a web GUI when I'm feeling lazy.
ok.... this all started with wanting to use some moisture sensors
Aqara or something....
then I get the Sonoff Pro Hub..... get chastized for that.
its ALWAYS the moisture sensors....😆
then I order the 3.0 dongle plus.
wait for it to come from China...
plug it in and then HA won't see it at all
then I come in here and try an ask questions only to learn I'm not in the right channel.....does get confusing for sure
Hi Guys, any chances someone has a total noob guide to get the hue dimmer switches working with a group of lights (room) with the conbee gateway? or at least what should I learn to get them to work? I just want to replace my hue hub with home assistant, i dont need anything complex or fancy.. just the lights and the switches working in a more private way... I already have all the lights working, and the dimmer is recognized by HA.. just need them to turn the lights off and on.
2 months later I've got $100 less.... not sensors.... and need to reinstall my HA ......anyway.....I guess that's what I get.
Poor choices lead to those kinds of situations
It all started with trying to follow Hookup Rob and some DeepQuest AI video...
An idiots guide would be nice, I can empathize with those that want things to work at a basic level.
Thanks for the help. Off to ponder. Have a good eve.
and rewrite my MQTT stuff....for December
I think I even followed some of @violet dagger instructions for flashing the Sonoff Pro Hub....(it worked by the way).....thanks for that... but then I got the.... issue with Portainer so of course it didn't work
The simplest would be to stick to Home Assistant OS if you aren't comfortable with Docker
You can run it in a virtual machine or on a Pi
Or in a VM
VM on Windows?
right now it's in a VM...Oracle
I guess my problem is portainer... so do a reinstall... but use compose...?
Portainer isn't the problem
I'm not married to Win OS but for surveillance cameras I'm using it like a NVR
Portainer is just a Docker manager though. It's running on something. What operating system is running in your VM?
Really though, puddly is right: HA OS sounds like a better choice for you
ubuntu I believe
WinHA
Honestly it's quite confusing.... because my portainer lists homeassistant, hassio_observer, Deepstack.
then when I look at my Oracle VM VirtualBox Manager the WinHA with Ubuntu is powered off.....
So....I guess it's just portainer and docker on Windows
this sounds like a not-zigbee problem 🙂
if you don't understand your underlying hypervisor/os, I recommend hassio
I know @fair mountain when you come into the convo this late you're not wrong
The issue I was having was they were breaking my whole network. As soon as I pulled them, everything has been great.
I was basing this off of your q yesterday night that I answered re: /dev/..
It goes from Zigbee sensors to Docker to ..... wait.... yo
I have run 10k+ hypervisor clusters and I still chose to just leave homeassistant alone on it's own island 🙂
That still doesn't clarify things, but okay 😂
As in. Devices weren't routing traffic.
Lights owuldn't turn on, things were dropping off, .. just general instability
Ah, fun
@tropic depot helped me get to the bottom of it
Like say I had 6 lights in a Zigbee group, 1/2 of them would turn on
Or like, my Hue motion sensors would drop off and have to be re-paired.
running into a weird issue, i picked up aqara p1 motion sensor and I was able to change its timeout to 15s
however whenever i try to change it again, it resets back to 15
is there some other way to update this? Tried changing it in the UI and using developer tools to set state.
nvm i see something that says one can only change it first few mins of pairing
Press the button on it after you change the value
You need to wake battery devices up to have them receive the command
@onyx junco ^^
ahh
That worked. Thanks 👍🏽
Good morning.
I'm struggling a bit in the search of a suitable example in the MQTT integration docs for my case, if i have some custom Zigbee devices paired each with 8 switch and 8 energy meters (8 endpoints of "Smart plug" type). Can i really configure the MQTT integration to reach individually each device with its 16 entities?
My goal would be to poll the devices' measures and command their switches via my MQTT broker
thank you in advance for any help, i really appreciate it
It depends in large part whether you're using ZHA or Zigbee2MQTT
And then whether those devices expose both a switch and the meter to HA
If you're using Zigbee2MQTT then you can already control them via MQTT
Yes, sorry for the missing part, i have choosen ZHA, configured and started it with my TI CC2652P (ZNP firmware) and i have successfully paired my custom devices which expose to HA 8 switches and 8 meters each
Then you picked the hard mode, but it's perfectly do-able with Home Assistant as the bridge
Ok, i thought it was the easy one avoiding Z2M 😩
If you want to use MQTT then ... no
If you want to use MQTT then Zigbee2MQTT is the obvious choice because it already uses MQTT
If you're writing your own app then you don't even need Home Assistant at that point, just Z2M
Otherwise, you'll be creating the relevant MQTT entities yourself, and using the publish service to send payloads for the sensors, using automations, etc
The answers haven't really changed
If you're using Z2M always use a CC2652 based stick
If you're using ZHA either will be fine
I use Z2M and have a solid mix of Hue/trådfri light bulbs. I see online that the Hue app offer some cool features such as colorloop, music sync etc. Is this possible for me to do with Z2M and HA? I dont have a Hue bridge, sync box or App 🤔
About to tear everything off and relocate to a new home. What would be the optimal way of re-adding things to HA? (Should be getting a new coordinator in the next few days).
Get the coordinator online, get the routers online in order of distance, and then add individual endponits to the closest router?
..don't have the physical key of the house yet, so i have to sit on my hands for now. 🙂
My advice is always to spiral outwards with the routers first, and then add the end devices
Thanks for the tip. I dived in to the never ending debate between ZHA and Z2M, that'll keep me entertained for a while
That's easier... if you've got a CC2652 coordinator you can choose, if you don't then use ZHA
If you like putting all your eggs in one basket use ZHA. If you like separation use Z2M.
But really ||don't use deCONZ||
I've preordered the skyconnect, but my conbee2 is still running fine with the occasional hickup every now and then.
We'll see.
the ConBee is ok with either, the SkyConnect is likely to be experimental with Z2M, and unstable
Hi , using migrate radio button, i can switch my conbee II to sonoff zigbee 3.0 without repairing devices right ?
To follow up on this: I had a closer look at the deCONZ configuration panel, but did not find a way to add a scaling (division by 10) to the reported power consumption. How can I address this?
Hello, I have a Sonoff zigbee bridge-p gateway, do you have a link for a tutorial to flash it?
Is it possible to manage it with home assistant on ESPHome?
Or do I have to go through Tasmota?
Thanks a lot
I also have an MQTT (Mosquitto) running.
Could it be an alternative to Tasmota?
(I insist on being able to do without Tasmota because it did not work well during a previous use on a wemos)
Yes, that should work
Or actually, some Conbee firmware versions didn't provide all necessary network info, so I'm not 100% sure
It'll still work, you may just have to reboot some routers to get them to start working again
Hey, I've been running Zigbee2MQTT for several months now and I haven't really paid attention to it, but I just ran a Map on it and found several devices not linked with a line to either the main hub nor any routers. Does that mean that they have lost their connection and are not communicating?
Are they Aqara?
Do they still work?
I'm pretty sure one of them (Temperature / humidity) is giving me an old reading.
I.e. It says it is 16 degrees outside, when it's 5 degrees Celsius.
I think Z2M should be showing you when it last heard from the device
Yeah, that's what I'm beginning to suspect. Should I try to move them closer to the router and see if they reconnect or should I try to redo the pairing?
slight issue I had with ZHA today:
I disabled the ZHA integration, did some stuff, and re-enabled it after ~10 minutes and everything re-connected as expected. However, a couple of hours later, I got an "offline" zha_event for every device (over a span of half an hour or).
The entities themselves were never marked as unavailable and continued working the whole time though, so maybe the offline detection thing was somehow broken by disabling and re-enabling the integration?
There's an FAQ entry about it - if they work, ignore the map
any nwk conflicts?
The devices may have all left and rejoined
Anyone else having Zigbee issues after that update today? Mine just says failed to set up
What integration and hardware are you using?
I have a conbee II, using ZHA
Normal for a Conbee, it has routing issues after restarting
The network ids look the same, I‘ll peek at the logs in a bit.
Shouldn’t the entities also be marked as unavailable then (even if it’s just for a second)?
(I only got the events though — noticed because of your nice blueprint)
So is there any solution for this?
How long has it been since you restarted?
Not long, about 10 minutes ago now
Just give it some time and move the Conbee onto a USB 2.0 extension cable if isn't already.
I already have it on an extension cable. I'm trying to move away from Zigbee as it gives me more troubles than anything... This is not the first time it gives me trouble.
The Conbee is really the issue, not Zigbee. No other coordinators have this problem.
Any recommendations?
CC2652 is a good choice.
What is the command to summon the stick recommending bot?
I see the SONOFF usb dongle on amazon. Should be good?
~pickyourstick
that's what was used in the pinned post
sonoff p dongle there^ @median lichen
There are two versions, the -P and the -E. If you can get the -P, go for it. If not, the -E is fine too.
It's the -P. What is the difference?
-P is TI CC2652 based and the -E uses some Silicon Labs chip
Sounds like the Conbee
I have had this happen to me. I never really got to the bottom of it, but have disabled the blueprint/automation after it happened a few time.
huh, interesting. Logs were only set to INFO at the time, but no devices rejoined the network (should still be shown at info level IIRC)
going back through old conversations with dmulcahey and see it was ikea routers at one point, but also was having some nwk conflicts too. I know I was hit with 20 + notifications once and everything I checked immediately after worked fine.
is the SONOFF one a good stick to get started with? I have a zwave network already running with like 80+ devices. I just want to add zigbee to the house now as well and starting off picking a stick - I see the list of supported adapters but am kind of looking for a "nudge" in a direction
Sure, it's fine. Their -P stick works best with Z2M and ZHA, the -E is better supported by ZHA but is just getting support by Z2M.
I think I want to go the Z2M route for sure
this looks like it has the -P https://itead.cc/product/sonoff-zigbee-3-0-usb-dongle-plus/
Any gotchas in doing an update to the latest zigbee2mqtt using the docker image?
I.e. is all I need to do is
docker pull koenkk/zigbee2mqtt:latest docker rm -f zigbee2mqtt
(just worried about screwing up the data and needed to re-pair everything again)
Unless you made the mistake of not mapping the config folder you'll be fine
My Raspbee II has been giving me problems recently: I have it on a Raspberry. After a few days of running, the Raspberry slowly gets warmer (not critical) until at some point the Raspbee is no longer recognized. Then the Raspberry does not react on reboot commands anymore. The HO interface still works and also interacts with the MQTT sensors etc. Only when I disconnect the power and it reboots, everything works fine again for a few days - including the Raspbee. Anybody got an idea?
as a practice don't do a force remove docker rm -f zigbee2mqtt always stop the docker and then rm. If there are dependencies it would be highlighted and will not to delete.
suspect memory leakage. Place a system monitor and observe the pattern for key system metrics https://www.home-assistant.io/integrations/systemmonitor/ You can also run docker stats to check the memory utilized.
Unfortunately, that's what is written in the Zigbee2MQTT website on how to upgrade. I need to learn how to "docker" more!
FWIW, the upgrade worked, and I had no issues.
Anyone have a general idea how long it might take HA to mark a zigbee device unavailable through deconz?
EG - battery dies, how long before HA recognizes that it is dead.
Is it possible or serve any purpose to have Zigbee2MQTT and ZHA loaded on the same H.A. system? IE: use ZHA for all Zigbee integrations except those that may not interview/pair.
Interviewing/pairing devices should always work regardless of if the integrations actually support the device
Hey guys I am installing zigbee2MQTT docker container, I am using Misquitto + zigbee2mqtt
@pure jolt I converted your message into a file since it's above 15 lines :+1:
these are the errors im getting in my portainer container logs
As well as the zigbee2mqtt iframe is failing to connect
I p much dont know what to do now
Also to preface this is Home Assistant Container
okay actually i fixed this error
but im still not able to access the zigbee2mqtt iframe page
I am using zigbee2mqtt. I got a new Philips Hue and it says it is unsupported. The documentation says to check the dev branch of zigbee-herdsman to see if it is there. It is! It was added 7 days ago. Do I have to wait for a new release of zigbee2mqtt front end to pick this up? I tried pulling the latest docker image but the device still says unsupported
It might be in the dev version of zigbee2mqtt, but you could also just add it as an external converter
are there instructions how to do that?
i just pulled latest-dev docker, got it now, thanks
has anyone had any luck with one of these?
https://www.ikea.com/us/en/p/symfonisk-sound-remote-white-20370482/
I just cannot make it pair.
i need some cheap repeaters. are there any zigbee wall warts with usb that can charge a phone (2.1A) that I can just swap out some wall warts with?
anyone have a lowes nearby them? (hardware store)
they have cordless blinds there with a push button to have them roll up or down
i'm wondering if anyone knows or has hacked them at all to work with zigbee
i have a wand here that's been working fantastically but it's a 'cordless blinds' setup and to move them up or down it's manual
trying to see what i can do to hack that
not the set i have now, because they don't have a motor for up/down, but the others
Hello,
I bought a couple of Sonoff S26R2ZB devices, and connected them with a sonoff zbdongle-P, with ZHA
I can tell that I cannot edit the default power state through ZHA, and according to this page "https://www.zigbee2mqtt.io/devices/S26R2ZB.html" it's also not available through Z2M
I know that the device supports this as it can be done with a sonoff bridge, which I do not have at the moment.
I plan to use 50-100 of this device in an installation, and I have to edit this behaviour on this device (so even if HA is down, zigbreeb bridge is down, everything is broken, they should all turn on when the power comes back)
Using ZHA, under the OnOff cluster the start_up_on_off which I guess would be this setting, repors as "None". I guess this means it's not abailable in a standard way, only in a manufacturer specific way.
How would I go about discovering what cluster needs to be sent to change this option?
Is there a way to batch try out a bunch of settings and see what sticks? I think I can always factory reset if something breaks.
I'm willing to buy a sonoff bridge if there is a way to listen to their communications and reverse engineer the specific cluster, I just want to avoid connect every device to the sonoff bridge first, edit this option, then reconnect to HA.
Ah, this might not be necessary.
I see that "Power_on_behavior" is exposed for the ikea tradfri smart plugs in Z2M, and they're around the same price as the s26r2ZBs
Hey, is the aqara c1 pet feeder working with zha now?
It's supported if you upgrade HA to 2022.12.0b0 (beta)
Are you sure the device supports it? Even Sonoff says that not all of their models do: https://help.ewelink.cc/hc/en-us/articles/360005110931-Power-on-state
Though if you do have a choice, the Tradfri ones are better and do in fact support it in a standards-compatible way
I'm not sure, I found a thread where somebody mentioned it does through the hub, but I couldn't confirm it.
I ordered two tradfris to try
No physical button to toggle the switch on the Tradfri unfortunately but I've otherwise not had any fail on me yet
I think poking the reset pin for under a second toggles the outlet
... but that's probably not the physical control anyone wants lol
I guess you could tie a SIM tray ejection tool with a piece of string to every outlet 😆
How can i upgrade to an beta?
Thanks for the tip. It does indeed look like RAM usage is increasing as the runtime increases. I am not running it in docker. Is there any other way to figure out what exactly is causing the increase?
Hey dudes, anybody know how to reset Hue strip without Hue bridge and switch?
does it have bluetooth as well? i use the app to reset my hue lightbult that is both zigbee and BT
Unfortunately nope 😦
dimmer
hold on/off for 5~10 seconds (until it blinks) about 3 inches from the hue strip just after its powered on
then once it blinks, unplug it and plug it back in and you'll be able to re-join into tyour zigbee network
Running Zigbee2Mqtt. I have two Segled Zigbee bulbs that joined yesterday, no problem. This morning, around 10am, I was having trouble getting an automation to work with them, so I noticed that there was an OTA firmware update available, and updated using the Zigbee2Mqtt UI. Didn't think anything of it. Hours later, I noticed that Zigbee2Mqtt had crashed for me at 2:07pm. I restarted the add-on, and everything is now showing in the UI except for the Sengled bulbs. The weird thing is, the bulbs are showing available and are responding on my HASS dashboard. What gives?
I just got some new Hue Motion sensors, with a new model SML003. There is an "Opening" entity. Any idea what that's about?
ah its a tamper indicator
Has anybody gotten Tuya ZTH01 devices to work with ZHA? https://zigbee.blakadder.com/Tuya_ZTH01.html says that it works, but I only see 2 entities: LQI and RSSI . The other values aren't showing up.
I'm new to Zigbee, been using Z-Wave for a long time. I don't know if I'm missing a component, or if I'm doing something wrong.
It’s the timed light on/off thing that should only be used for when directly binding the sensor to a bulb
The SML003 doesn’t have a tamper sensor, as far as I know
The system monitor component should tell you the usage of key metrics - cpu, ram .. place those in dashboard and observe the usage. This is regardless of what installation method you have
Does your sensor have that model and manufacturer id?
Yes. It says “_TZE200_9yapgbuv TS0601”
I believe the string after the TZE200 is the individual device ID/sn/identifier
It's basically the model name, it's not unique to your specific device. Tuya just randomly generates them.
I've tried 2 different devices and they have different values for _TZE200_{value} TS0601
I bought 8 of them to put around the house in different rooms. I'm guessing they all have unique values in that spot
I guess that still doesn’t explain why they don’t work. Is there something special that needs done with them?
I tried overriding the device type or be sensor, but that doesn’t make any difference
Tuya devices usually don't do anything useful until they're reverse engineered and explicitly supported. That random stuff uniquely identifies the device variant. You just have a new type that (if it matches the device signature) will need to be added to this model list for the quirk: https://github.com/zigpy/zha-device-handlers/blob/05ee5195a0f008d06e9bfe56e216178ee5ac959c/zhaquirks/tuya/ts0601_sensor.py#L167-L189
Interesting, ok. So I just add a new class with my type info and it should work?
Or I guess it should make it recognized, not necessarily work 😆
If you download that file and set up ZHA in your configuration.yaml file to have a custom_quirks_path, just edit the list of models in that quirk and extend it by adding one more. Here's an example of an unrelated quirk supporting many more models: https://github.com/zigpy/zha-device-handlers/blob/05ee5195a0f008d06e9bfe56e216178ee5ac959c/zhaquirks/tuya/ts0601_dimmer.py#L41-L52. Note that the rest of the signature has to match for the quirk to be used.
Got it. Thanks for the help!
That worked @austere patio . Thanks again
Awesome! If you can submit a PR to that repo with the change, it would really help out others who will inevitably buy the same variant as you
yeah, i'll get all these devices set up and see how many different variant names I need to add, then I'll submit a PR.
I noticed only my ikea and philips devices are showing up in OTA tab in Z2M but none of my many aqara devices. Anyone know why?
Oooh ok i see thx
sheesh time to get rid of these eufy wifi deadbolts
but i see they jacked the price up on the shlage connects
from what i remember it's about $100 up or so
the number of times i've hit 'unlock' in HA for the eufy vs the number of times it's worked from outside, forget it
zigbee shit works fine from outside though
morning all
anyone any idea why I can use the add device on a bulb to add a sonoff temp
its connects perfectly to the main sonoff stick, but if I try and force it to connect to the bulb it wont see it ?
is there a switch to enable this stuff
smartwise zigbee 3.0
zha
I see the option in configure to add device
add devices via this device
device eWelight zb-CL01
I have a sonoff temp that will connect to the hue further away
so trying to work out how I can force or enable the cl01 bulb to be used as its much closer to the temp sensor
Keep in mind that most devices will connect to the mesh the way they think is best, you can't (other than with Xiaomi, mostly) force them to use a given router
deleted and readded , but add it via the bulb it would do this
but when I try and add, it just doesnt see it
but is immediately seen if I use zigbee add device button
is there a switch to enable them to act as repeater
No, they're either Zigbee routers or they're not, you can't control that
I think the bulb supoprts it otherwise it wouldnt have the option
is there anyway to force the system to rebuild the network
foolishly when I added most of my stuff, I did it next to the main system, not in locale
I know that you should do locale now
Well, routers will usually adjust the connection as required
End devices vary a lot, but if they're working don't worry about it
the temp battery is a long way and constantly disconnects
a temp in the same location literally 3 feet away connects without an issue
Then re-pair it
I have
it still uses a different route
I am going to put in some sonoff s26 wall plugs when I get paid
but atm its frustrating to see battery issues with this one temp sensor
Sonoff sensors are known for being problematic
yeah
I am coming to the thinking of getting everythign working and then replace slowly with higher end stuff
Not even "higher", just not Sonoff and not Tuya
its whats available here in Greece
AliExpress
That's fine as I'll have all of them on the ceiling, 6 meters high
Does anyone own a Sonoff Zigbee Dongle E (V2) and could successfully flash it with new firmware ? Im always getting errors when flashing.
What firmware did you flash and what tool are you using?
I am using this tool: https://github.com/Elelabs/elelabs-zigbee-ezsp-utility/
I can detect it:
>python Elelabs_EzspFwUtility.py probe -p COM9
2022/12/02 12:57:31 Elelabs_EzspFwUtility: EZSP adapter in bootloader mode detected:
2022/12/02 12:57:31 Elelabs_EzspFwUtility: Gecko Bootloader v1.12.00
But when flashing i get this
>python Elelabs_EzspFwUtility.py flash -f ncp-uart-sw_EZNet6.10.3_V1.0.1.gbl -p COM9
2022/12/02 13:01:11 Elelabs_EzspFwUtility: Couldn't communicate with the adapter in Zigbee (EZSP) mode, Thread (Spinel) mode or bootloader mode
2022/12/02 13:01:19 Elelabs_EzspFwUtility: Successfully restarted into X-MODEM mode! Starting upload of the new firmware... DO NOT INTERRUPT(!)
2022/12/02 13:01:31 Elelabs_EzspFwUtility: Failed to restart into bootloader mode. Please see users guide.
I'd like to buy some Smart Plugs from LIDL which do Zigbee. Now looking for a USB zigbee adaptor to work with HA. Is there any recommendation? The ConBee II seems to be popular and the Sonoff one. Any others that are advised ? 🙂
The ConBee is not recommended
The answer is in the pinned messages, but the TL/DR is:
ZHA: Anything CC2652 or (current) EZSP based
Zigbee2MQTT: Anything CC2652 based
Thanks a lot! I'll check it 🙂
Did you ever flash other firmware before that?
Nope never could do it successfully
But did you ever try it with other firmware? Like "unofficial" 7.x firmware?
no i always tried with 6.10.3
Open up the dongle and hold down the BL button, then briefly press the RST button (whilst still holding BL), then let go off both and see if that makes a difference
While pluuged in or hold BL before pluugin in ?
Uhm, that was with it plugged in the whole time. You can also just hold down BL when plugging it in (and a few seconds after having it plugged in)
Both should force the dongle into bootloader mode
Then see if you can flash the firmware
Otherwise try https://github.com/puddly/universal-silabs-flasher or https://github.com/agners/silabs-flasher (might not work on Windows, but worked successfully on macOS for me)
Okay but it already was detected in bootloader bode before
Right, kind of missed that. Did you get it into bootloader mode without holding down any buttons? (Like did it automatically switch from EZSP -> bootloader?)
And it's currently not on some router firmware or whatever? (the Elelabs flasher had issues with that IIRC)
no its on the default firmware, i can plug it into my pi and z2m will detect it
then try one of these flashers maybe
>python Elelabs_EzspFwUtility.py probe -p COM10
2022/12/02 13:35:09 Elelabs_EzspFwUtility: Generic Zigbee EZSP adapter detected:
2022/12/02 13:35:09 Elelabs_EzspFwUtility: Firmware: 6.10.3-41
2022/12/02 13:35:09 Elelabs_EzspFwUtility: EZSP v8
Non bootload detected
>python Elelabs_EzspFwUtility.py restart -m btl -p COM10
2022/12/02 13:35:36 Elelabs_EzspFwUtility: Couldn't communicate with the adapter in Zigbee (EZSP) mode, Thread (Spinel) mode or bootloader mode
But then i cant switch
Tried silabs and husbzb
not sure what you mean exactly
With the silabs flasher i cant even get device info
ah, you're talking about "agners/silabs-flasher"?
Yep
I also tried this https://github.com/walthowd/husbzb-firmware
I think it has issues on Windows. The one from puddly might work correctly though: https://github.com/puddly/universal-silabs-flasher
Okay i will have to try this evening, gotta leave now. Thanks for your help so far 🙂
The answer is in the pinned messages but
Hello guys I made a new installation of HA with the latest version, and Zigbee2MQTT tool, but no entities are created... can you help me ?
I connected my water shutoff valve and HA recognized it as a light. Is this normal? In the end it is just all the labeling/icons that are messed up. Is there such a thing as a water shutoff device in HA? It is a eWelink Zigbee Valve Smart Water or one of many clones
"latest" isn't a version - what version number of HA and Z2M?
- You have devices showing in the Z2M dashboard?
homeassistantsupport is enabled in Z2M?
ZHA? Zigbee2MQTT? deCONZ? Which integration and what is this mystery valve?
I just connected it with my Sonoff Zibgee USB device. I use it with a water sensor blue print, so if any sensors go off, it closes this valve
I'll go out on a limb then and assume ZHA, since you don't know what you're using and that usually means ZHA
yes ZHA
I see them labeled several ways
HA says the model number is TS0011, if that helps
Tuya 
Given that there's no valve domain, I suspect that mapping it as a light is the closest functionality equivalent if it can be partly open/closed
2022.11.15 for HA (Core) and 1.28.2 for Zigbee2MQTT
2022.11.5 (Core) 1.28.2 for Zigbee2MQTT.
Yes all devices is on the dashboard of Z2M,
Yes its enable on Z2M configuration.yaml
Then:
- Connect MQTT Explorer to the broker
- Restart Z2M
- Watch the Z2M logs (set them to
infoif you haven't already) - Watch the
homeassistant/topic in MQTT Explorer
That's what I have
I've got homeassistant (220 topics, 220 messages)
Ok, so you do have Discovery messages being published, despite what you said earlier
I think that no...
You have 220 topics... do you have something else that would be publishing messages?
No
In homeassistant topic I have
'Salle - Lampe gauche' with this value :
{"child_lock":"UNLOCK","current":0,"device":{"applicationVersion":68,"dateCode":"","friendlyName":"Salle - Lampe gauche","hardwareVersion":1,"ieeeAddr":"0xa4c138f3ed0d9c04","manufacturerID":4417,"manufacturerName":"_TZ3000_gjnozsaz","model":"TS011F_plug_3","networkAddress":59359,"powerSource":"Mains (single phase)","stackVersion":0,"type":"Router","zclVersion":3},"energy":1.84,"indicator_mode":"off/on","linkquality":87,"power":0,"power_outage_memory":"restore","state":"OFF","update":{"state":"available"},"update_available":true,"voltage":224}
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
A typical discovery payload would be more like
{"availability":[{"topic":"zigbee2mqtt/bridge/state","value_template":"{{ value_json.state }}"},{"topic":"zigbee2mqtt/guest_bedroom_window_left/availability","value_template":"{{ value_json.state }}"}],"availability_mode":"all","device":{"identifiers":["zigbee2mqtt_0x00158d000315c472"],"manufacturer":"Xiaomi","model":"Aqara door & window contact sensor (MCCGQ11LM)","name":"guest_bedroom_window_left","sw_version":"3000-0001"},"device_class":"door","json_attributes_topic":"zigbee2mqtt/guest_bedroom_window_left","name":"guest_bedroom_window_left_contact","payload_off":true,"payload_on":false,"state_topic":"zigbee2mqtt/guest_bedroom_window_left","unique_id":"0x00158d000315c472_contact_zigbee2mqtt","value_template":"{{ value_json.contact }}"}
And I've got inside homeassistant topic again :
switch > 0x0ac138f3ed0d9c04 > switch > config :
{"availability":[{"topic":"homeassistant/bridge/state"}],"command_topic":"homeassistant/Salle - Lampe gauche/set","device":{"configuration_url":"ovirthost.cedricmartin.me/#/device/0xa4c138f3ed0d9c04/info","identifiers":["zigbee2mqtt_0xa4c138f3ed0d9c04"],"manufacturer":"TuYa","model":"Smart plug (with power monitoring by polling) (TS011F_plug_3)","name":"Salle - Lampe gauche"},"json_attributes_topic":"homeassistant/Salle - Lampe gauche","name":"Salle - Lampe gauche","payload_off":"OFF","payload_on":"ON","state_topic":"homeassistant/Salle - Lampe gauche","unique_id":"0xa4c138f3ed0d9c04_switch_homeassistant","value_template":"{{ value_json.state }}"}
I miss something in home assistant ?
Either it's not using the same MQTT broker or you disabled MQTT Discovery
And it needs the integration to talk to the broker
Go to the broker settings and pick Configure then Reconfigure, select Advanced and make sure that Enable discovery is set
Yes, it's the case, its enable
If you're having problems with your updates to your configuration:
- Check the troubleshooting steps
- Check your log file - remembering you may need to set logger to
infoordebug - Explain what the problem you're having is - sharing configuration, errors, and logs
I think that I found the problem
I'm guessing it doesn't like the # in the URL
Or it requires it to be an actual URL, eg starting http://
I'd open an issue in the HA Core repo about it
Want to see what issues are open (or were open and are now closed)?
- The core (backend) - for HA itself, and integrations
- The frontend (UI) - for cards and display issues
- The Supervisor
- HAOS
- The documentation
Don't forget to check for any alerts
If you think an upgrade broke something then:
- Downgrade to the previous version to check if it works correctly there
- If it does then change the
loggersettings for that integration todebug - Upgrade to the new version again
- Look in the logs for errors
- Open an issue, following the template provided and including the log information
I kown that the link to zigbee2mqtt dashboard was not the good... (URL insde paramters / interface in Zigbee2mqtt)
That ok now 😉
Looks like the person there also didn't make it a URL, so I'm guessing that's the issue
It's not realy clear in the documentation...
A URL by definition includes a schema, http:// or https://
You are of course though free to suggest an edit to the docs
Yes, but for zigbee2mqtt, its needed to set it in a specific parameter
yes I know but the time to retrieve where is the parameter... and the explicit or not protocol set before it...
in the parameter
I may have expressed myself incorrectly. I did that and measured the free memory over the duration. And it is getting steadily smaller - I suspect that this is the cause of the crashes. But how can I find out which component is responsible?
Hello, I recently integrated by roller shutters (Profalux, ZHA compatible) in HA using a Conbee II gateway. Everything works out of the box with a few oddities (services are exposed as both "cover" and "shade" entities).
However, regularly, the state of the shutters are not properly updated. For example, a shutter may be displayed as opened even if it was closed, preventing me from opening it. The only solution then is either
to use the remotes, or to manually call the cover.open_cover service using the development tools.
I investigated a bit and ended up looking in the websocket transactions from the UI. It seems that sometimes, the events to update the current state of the shutter position is not received properly,
prevening HA from updating the internal state properly.
I am quite new to this, but I'd like to understand what is happening behind the hood to be able to issue a fix. From my point of view, the event is either not sent by the shutters are all (which I guess is not fixable, but I could add least add a specific integration to not rely on the shutter state to enable/disable the buttons in the UI), lost by the Conbee II or lost somewhere in HA code and its dependencies.
Is there a way to log all zigbee messages received by the coordinator ? Or do you have advice on how to investigate this kind of issue ? Thanks
(btw not sure if the channel is appropriate, so sorry if I'm offtopic)
Is your Conbee on a USB 2.0 extension cable?
No it's connected right on my server (USB 3.0 port I believe if that matters)
That would be a problem. USB 3.0 emits enough 2.4GHz interference to affect Zigbee operation, especially the Conbee. Move the Conbee onto a USB 2.0 extension cable.
I'll try that, thanks for the advice !
Fun fact: active anker usb3 doesnt have that problem - maybe its not usb3 in general?
It's not enough interference to make ZigBee unusable (unless you have a Conbee) but it'll definitely negatively affect the effective range of your coordinator
Maybe some hubs have more shielding but there's no downside to sticking it onto a USB 2.0 extension cable
Ok that sounds like a reason
I can recommand anker then 😜
hey! Could someone in here possibly help me troubleshoot why a GLEDOPTO bulb won't connect?
They have connected before, and I removed them... now, trying to add them again, and... nothing at all seems to be happening.
I put the bulb into a socket, and turned it on, while also permitting join in Z2M.
Bulb: GL-B-008P
nvm... figured it out.
have to turn it off/on a series of times to get it into pairing mode...
Perhaps, fresh from the factory it isn't needed?
Has anyone installed any of the Schneider Electric Unica connected switches? They are replacement light switch/socket modules with Zigbee as far as I can tell. No more smart plugs hanging off the electrical sockets. do they work ok with a third party hub and HA?
Hi everyone. Rookie question. So I started looking into Home Automation yesterday, and thought I had settled on a zigbee usb dongle. but then some one mentioned that it could be a lan coordinator. Tried to read into this but cannot figure out what the benefits of a ethernet coordinator is over the USB. Is it mainly to do with numbers of units?
planning to run the HA on a raspberry pi
You get to place it more centrally, away from the RF noise of the PC
won't a usb extension do a similar thing?
If your server is in the basement, you'd need a really long USB extension cable
my server is in the basement, and... I don't have issues
good point. well i wasn just wondering because it seems like usb is $20 and ether is $100
so was wondering if that is just because it is more complicated hardware or if there would be other addtitions
If you have a large enough mesh, it doesn't matter all that much
But it won't hurt
i dont have a basemtn x-)
I would start with the less expensive option, and then... if it doesn't work (and all other things are ideal), then upgrade.
the stick I personally have, and have had pretty good luck with is:
SONOFF Zigbee 3.0 USB Dongle Plus Gateway
very good suggestion. initial plan is like 2-5 units, so make sense no to plan for 200+ units 🙂
that was the one I had in mind aswell.
it is a good idea to get a usb extension cable (usb 2.0) and plug the dongle into it.
I've been told that it will get the antenna away from the RF noise of the PC/pi/USB ports/etc
thanks for the input.
You're welcome. Good luck on the build.
I'm looking at replacing an ESPHome temp & Rh sensor with an Aqara one. I'd like for the name of the new sensor to eventually be the same as the name of the old one, but I'd like to run them in parallel for a bit. I don't have a lot of faith in what's being reported by the ESPHome one, so I'd like to see the differences between them.
If I install the new Aqara and name it "New x", what's involved in removing the old ESPHome, renaming the new Aqara and still having all the automations that the old one is tied into still work?
One thing to note since you're starting from ground up is:
The more hard-wired zigbee devices that are "routers", the better. They will extend the zigbee mesh making the signals stronger and more responsive. If you run into poor link quality, try getting some devices that plug in (most light bulbs count, but not all)
Add the new one with a unique name, run them in parallel.
In the device section, find the old one, click it, and note all associations. You will need to modify all automations to use the new sensor when you're ready.
Once you're ready, remove the old one, and modify your automations.
I suspect you can use the same name once you've removed all instances of the old sensor from the system...
sigh. I figured that was going to be the answer. I hoped that by giving the new one the same name as the old one, everything would automagically work.
oh well...
another thing to look at is... some sensors have the ability to calibrate the reading...
If you're not using device triggers/actions then you'll be fine - just change the entity_id and it'll all work
do you have to reload the system to do that?
I assume user error is the reason then that I couldn't get that to work. my bad. 😛
Or you were using devices, since those you can't rename
yeah, that could be too...
I'm still not very good at HA
:\
getting there though.
If I'm using device triggers/actions, it's not on purpose. AFAIK, I've only referenced them in automations. To change the entity_id, I'd simply need to edit automations.yaml, right?
To change what the automation is using, you edit the automation, but if you follow that to change the entity_id of the entity no automation changes are required
Ah, so I could set up the new one as "device X", then when I'm ready to swap it in, I just delete the old one and rename the new one to the old one's name.
Yes
That is what I was hoping for, fantastic! Thanks for the confirmation and congrats to the dev team for making it easy!
so... question along this topic...
if I want to re-move a device (sensor), and re-join it (zigbee)... but I don't want to have to update everything where it's used... do I just do the same thing as mentioned above? (assuming it's not using device triggers/actions)
Just move it to the new location and re-pair it in place
It'll reconnect to the mesh and won't change entity or device
when you say re-pair, what do you mean specifically?
I've added some wired routers between it's location and the antenna... so I want to remove it, and re-pair it...
you're saying... that it'll re-join with the same name and everything as before?
will that cause it's mesh to update?
(if I've recently put routers between it and the antenna)
It'll cause it to reconnect, how it reconnects is up to it
Remove the esp sensor, reboot. Delete the device. Add the new Aqara device and name the entities the same as the old esp device. This connects the long term statistics of the old sensor to the new sensor. At the same time all the automations which depend on the entity_id keep on working. You can re-add the esp device with a new name and keep on looking at it
interesting approach. Thanks.
The reason I want to re-connect this device is that... it constantly stops responding... for what reason? Idk...
Currently, I got it to re-interview, but... none of the readings are showing anything. 😦
It's a Hue Outdoor Sensor... so... you know... it's supposed to "just work" lol
I'm not sure why it keeps becoming unresponsive... I wish I knew how to better troubleshoot it.
What are the brightest Zigbee GU10 bulbs? I have 600 lumen ones right now and don’t really want to go down too much. Warm white only o@is good enough, although CCT would be a nice bonus
do they have to be zigbee? athom wifi gu10 have been great in one of my bathrooms. they're rgbw-cct running wled but you can flash tasmota or w/e on them too
I’d rather keep things off Wifi if I can. But if I have no other choice…
They are only 300 lm though
Is there a known issue with the Aqara P1 where it doesn't have good range? I thought I saw it mentioned a few times, but never looked into it closely.
yes and no.
If you mount the sensor high up in a corner or something, it'll have bad range. if you mount the sensor no more than 2m from ground, it's MUCH better.
I use the P1 sensors for all my motion lighting and am very happy with them. They also offer lux readings.
GLEDOPTO 5W ZigBee 3.0 RGBCCT LED GU10 Spotlight Pro 300~450LM (up to 450LM)
I installed mine near the ceiling at first... kinda pointed at the area of traffic, and... range was like... 4 feet.
If I recall from their documentation, usually they have a better visibility down than up
I moved it to about waist height, and it now detects all the way down the 14 foot hallway
Thanks for the tip. I'll give that a shot. Looks like it still might be an issue for some people:
https://github.com/Koenkk/zigbee2mqtt/issues/11990#issuecomment-1214037966
my first impression when I first got one was that it was garbage.
That's the github issue adding support to it for Z2M. I wonder if this is a firmware/hardware issue or if it's a Z2M issue
The manual says to mount it lower as well?
from their documentation: (recommended height is 1.2m/3.94ft to 2.0m/6.56ft);
I wonder why it's different than their normal motion sensor. I have another one mounted up about the same height and it has good range
don't take my word for it though... go try it out. 😉
same
Yeah for sure, gotta find out where to put it since there's only a high shelf where it is now
Do you happen to have an FP1?
I used the stickers and the little stand it comes with to mount to the wall.
I do have 2 FP1's
How are you liking them? I have one which I haven't been thrilled with. It seemed like it was going to be the silver bullet though
Do you have any mounting strategies for it?
they were/are a little finicky, but... on a day to day basis, they are pretty awesome
I painted mine black, and mounted on top of the tv frame.
I've had it turn off if someone is laying on the couch. Sleeping and not
well... tbh though, why do you need the light on if you're sleeping? haha
I'm trying a wall mount now for the first time so I'll see how it works. Oddly all of a sudden it seems like it's taking a while to deactivate. Before it was deactivating within like 5 seconds. It was unplugged for a while so I dunno if something changed there or if it's how I mounted it
Haha well also has turned off when just laying there on their phone
Where do you have the 2nd one mounted?
so... I have mine set as:
Approach Distance: Medium
Monitoring Mody: undirected
Motion Sensitivity: low
If you're having issues with it... leave the room and trigger the "Reset nopresence status" <-- this is your friend
I'm not 100% sure, but... from my reading and experience, that reset option seems to help "train" it to see what empty is
Oh interesting. Thanks for the tip. I just thought of that as like resetting it to off
I have approach to medium, left/right and high sensitivity
Why do you have it set to low sense?
Also why undirected? I don't use directions yet, but it provides more info and I might make use of them in the future
if you have a smart tv in a room that you're in a lot, you can use it to help keep lights on too... I have a roku tv, so... I use roku tv on as a condition to turn off lights
I don't know... I just don't personally use it I guess
Same with the sensitivity... I guess I just experimented with it until it was good. I use it in conjunction with the P1.
I setup a binary sensor group with a P1 and a FP1... when it is on - lights on...
P1 will detect much quicker than FP1, so use it to turn on
FP1 should detect presence much better, so... use it for turning off
no
if you leave the room, and then do the reset... that can help it while trying to configure it...
there's lots of info about it out on the web
well... maybe not lots
my FP1 is mounted at about 6' high, aimed slightly down (monitoring a seating area).
covers most of my whole room
Nice, it's seeming a lot more responsive now!
Btw the presence event is a lot more responsive than the occupancy sensor. At least in the mode I have it set to. It's on par with a typical PIR sensor
what do you mean?
As it in activates before the occupancy status
Sorry yeah I meant as a suggestion for you in case you didn't know
no need to apologize. I may end up using that.
Since you said you're using the P1 as well.
Some good info on the P1 for reference.
https://www.aqara.com/us/support/motion-sensor-p1
playing with the mounting height really made a huge difference for me
Yeah if you look at their manual, it indicates it's better to have it mounted high (page 3):
https://cdn.aqara.com/cdn/website/mainland/static/docs/Motion-Sensor-P1_User-Manual.pdf
It's too bad the event entity doesn't have a device_class set cuz then it would automatically be picked up to act as a motion sensor it the room it's in
that image on page 3 indicates it's at 2meters from the floor
well... like I said... don't take my word for it. Try it out. But... my sensors do not suffer at all from range issues (anymore).
Yeah but I mean where it is in it's environment shouldn't matter? Like if I flip it upside down then it should have better visibility upwards, no?
Yeah definitely gonna try your idea, appreciate the tip. Just saying that diagram is confusing
yeah... I read the manual to get useful info about it, then I just test it out until I understand it...
Off to dinner, good luck
Curious why my zigbee device visualization looks like this. The rectangle is my ConBee II stick, the red arrow points to an innr brand bulb (that I didn't realize was a router until just now), the green arrow points to a wired dimmer switch that I just installed. How come all those other light bulbs don't seem to be connected to anything? They do all work... https://imgur.com/a/2nSCC5t
I have a cabin with a hue bridge. is there a way to expose and control those lights in home assistant from my ha instance in my home which is obviously in a different network. Googled, but couldn't find a workable solution
On the aqara p1 motion sensor , any way to control the frequency of updates for the illumination sensor?
Does anyone have the brightness_move and/or the color_temp_move action for Ikea lights working?
These actions should continuesly adjust the brightness and/or color temperature.
I use a Sonoff zigbee dongle with Z2M and mosquito broker…
Have anyone tried that smart socket ? If so, is it good ? https://nous.technology/product/a1z-1.html
No
Should I click update if the new firmware doesn't list a version but just "newer"? all ikea devices z2m
It's not good, it's average
I just got the Sonoff Zigbee USB 3.0 dongle setup and running as my coordinator. Is there a way that I can setup the old one (https://zigbee.blakadder.com/Sonoff_ZBBridge.html) to extend range and pass commands to the coordinator?
I'm not sure how to add it to the network, like as a slave
it wasn't reliable with the wifi connection
feels like there should be a command to tell the old ZbBridge to pair with ZHA on homeassistant
Ok I guess that old Sonoff ZBBridge can't function as just a regular powered device.
qq for all you smarter people: just added a bunch of router's to my zigbee network and i see this number on the dotted line: https://imgur.com/a/UCtzsnQ
Can I rationalize that my Washer Vibration sensor has a 129 strength signal to my Hallway Pendant 3 and thus, it'll be 100% ok ?
are the 129 and 152 numbers on those dotted lines called "strength" ?
They have a much lower LQI (in the 60s-70s) - trying to understand which matters; the LQI or the connection to their router?
The LQI is just a vague hint, if your device works ignore the LQI. If the device doesn't work, ignore it too.
Anybody got a recommendation for a good outdoor temperature sensor? The once I find seems mostly suited for indoor usage.
Preferably with humidity as well
Hi. When adding ZHA integration with Conbee 2 it's stuck at the stage Serial Port Settings. The error is Failed to connect. deConz integration is uninstalled.
I tried
/dev/ttyACM0
/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_Dxxxxx
One more thing. I also see that phoscon page is still available, with all devices, even after deletion of the integration and restart. How can I get rid of it?
Did you remove the deCONZ add-on?
Hello, I am trying to update the firmware on my zigbee ikea stuff (using ZHA). I followed this guide (https://www.reddit.com/r/homeassistant/comments/fak430/how_to_update_your_ikea_or_ledevance_firmware/) and it seemed to work. However when I get to the point of issuing the update command I get the following in my logs:
WARNING (MainThread) [zigpy.zcl] [0x0000:1:0x0019] Unknown OTA command id 0 (ImageNotifyCommand(payload_type=<PayloadType.QueryJitter:0>, query_jitter=0))
Is tuya or aquara device good? And how is it compatibles with home assistant??
Is it a big difference between the round Tube POE CC2652P2 and the 2022 version (the non round version?) @molten linden
Component wise none it os the same. 2022 Adds ability to replace the olimex esp32-poe zigbee module is now on a shield.
I got some tuya smart outlets with monitoring and they just connected to zha and started working
no idea about other devices
Tuya are hit and miss, and often terrible hardware. Aqara are fine
Buy them from AliExpress or whatever your local option are
I see my local place sell aquara 10% more expensive than tuya
Might just go for full aquara set then?? 😄
Can i mix aquara and tuya?
Sure you can, with ZHA (or Zigbee2MQTT) you can mix most brands
Some brands are a bad choice and are known to cause problems - pre Zigbee 3.0 Osram devices, most Tuya, some Sonoff end-devices, etc
I should get all zigbee 3.0 devices??
There's a limit of 200 of them on a mesh, and not everything has a Zigbee 3.0 option, but IMO if you can then it's worth doing - at least for routers (all my router devices are Zigbee 3.0)
Any recommended brand ? Sonoff goes offline with zigbe2qtt
For what?
It really depends on whether you're asking about bulbs, LED controllers, leak sensors, motion sensors, etc etc etc
Temp. Sensors
I dont think i would use that much devices haha i am thinking of 6 light switchs (tuya one) and 3 ir sensor + thermometer for AC and few curtain devices
