#zigbee-archived

1 messages ยท Page 109 of 1

violet dagger
#

what are you flashing with?

wintry horizon
#

doing it on my windows computer

violet dagger
#

ok and..

wintry horizon
#

raspberry pi? which do you mean?

violet dagger
#

sorry i cannot help you

wintry horizon
#

what should i try flashing with?

#

i have linux dual booted and can go to that

half mountain
#

ZHA and Zigbee2mqtt are mutually exclusive

#

You have to pick one or the other

#

Your z2m log seems to say that there's an issue with your usb zigbee adapter

#

What adapter are you using?

austere patio
#

Where are VS Code and Electron coming from?

#

If you're using Windows then you would want to replace the /dev/ttyUSB* path with the appropriate COM* port

raven chasm
#

@half mountain I am using the HUBZ Nortech USB stick.

lilac wharf
#

You can't use that with zigbee2mqtt

raven chasm
#

for real. So is there any way for me to bridge the gap between these two systems and have my information available on both?

lilac wharf
#

No? You can't use that adapter with zigbee2mqtt. What are you ultimately trying to do?

raven chasm
#

I am trying to control devices that are on my system with the HUBZ stick with my windows pc running VB. I plan to move everything off in the future just not ready to do it yet.

lilac wharf
#

Oh I misunderstood what you said. You could install the remote HA custom integration on your other HA instance I suppose

austere patio
#

You can also connect via websocket to the main HA instance

lilac wharf
#

Yeah, that would involve removing ZHA on the existing system right?

austere patio
#

You can communicate with HA just like the web interface, though that may not be trivial

lilac wharf
#

Oh nvm, I thought you meant setting up serial over TCP like the zbbridge

austere patio
#

The now-mandatory authentication may make this a lot more involved

#

Last I tried this was optional ๐Ÿ˜†

lilac wharf
#

Probably good for it to be required lol

#

Wouldn't it just be a LLAT?

raven chasm
#

LLAT?

austere patio
#

LLAT?

lilac wharf
#

Long-lived access token

#

Longboi access token

austere patio
#

ACCESS_TOKEN_EXPIRATION = timedelta(minutes=30) but I'm not too sure what that really means

lilac wharf
#

Oof, 30 min? Wtf

austere patio
#

Maybe it's exchanged for something else

#

Yeah, that doesn't match up what I experience with the web UI

#

But that may use something else

#

No, this looks more like oauth2

#

With refresh and access tokens

lilac wharf
#

I guess maybe it's different with a websocket. I made a program that runs in docker that just uses a LLAT

#

But that just uses python-requests

raven chasm
#

remote homeassistant only needs to be on the secondary system correct?

lilac wharf
#

On the system that you want data pulled into

amber gull
#

Yeah, look at remote ha or just do socat/ser2net

raven chasm
#

got it

wintry horizon
#

trying to flash z2m, im getting this error while doing anything flashing now ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'

#

full error just trying to do the blink Opening port COM3, baud 500000 Reading data from blink.bin Cannot auto-detect firmware filetype: Assuming .bin Connecting to target... ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'

austere patio
#

That's the very first command that's sent to your device

#

Are you sure COM3 is the correct port?

#

And that you held down the tiny button while inserting the stick into your USB port?

wintry horizon
#

okay i didnt see the button part of the doc

#

i got that to work now

#

@austere patio another dumb question probably considering i didnt see to hit the button... what is the file that i need to flash?

#

or is the blink it?

wintry horizon
#

i figured that but just making sure lol

austere patio
#

I'm not too sure why the sticks are shipped with the blink firmware

#

Since 99.999% of all users will be using it with the Z-Stack firmware

lilac wharf
#

Because blinkenlights

austere patio
#

And the 0.001% that need to use alternate firmware probably can figure out how to flash it

wintry horizon
#

๐Ÿ˜„

#

i believe this is done then Opening port COM3, baud 500000 Reading data from CC26X2R1_20201026.hex Your firmware looks like an Intel Hex file Connecting to target... CC1350 PG2.0 (7x7mm): 352KB Flash, 20KB SRAM, CCFG.BL_CONFIG at 0x00057FD8 Primary IEEE Address: 00:12:4B:00:21:5F:FF:28 Performing mass erase Erasing all main bank flash sectors Erase done Writing 360448 bytes starting at address 0x00000000 Write 104 bytes at 0x00057F980 Write done Verifying by comparing CRC32 calculations. Verified (match: 0x0a0682b4)

austere patio
#

Yep

lilac wharf
#

Agreed though, puddly. Not sure what the line of thinking is

austere patio
#

Maybe because it's a "dev stick" and not used solely as a coordinator for Z2M

#

Maybe regulatory stuff or something

lilac wharf
#

Could be

gentle fern
#

Hi, is there some way to link a zha_event to a device in ZHA? Trying to create flows in node-red based on button pushes

chrome ocean
#

@gentle fern if you listen to the zha_event there should be the device id

gentle fern
#

Yeah, but the how to tie that to a device/room?

chrome ocean
#

there are two couple of options 1. (HARD MODE) create zigbee groups and tell the event to control those groups 2. (Pretty easy) create a node-red flow (can also be done in HA automation) and listen to zha_event. Add a switch node to split the events based on the device id and another switch node to split the input types Single/long/double

gentle fern
#

Yeah, I'm on the path to option 2 there. Was just wondering if there was any way of linking them on home assistant

chrome ocean
#

Not that I know of. As I said you could do that with the automation or I think also with the template option. The node-red option is by far the easiest and very powerful

gentle fern
#

That's exactly the thing I had envisioned and am on the path to at the moment, ta

icy island
#

Hi all, Just looking at the zigbee network visualization tab, Can anyone advise or tell me where I can find what the colour coding is on the lines please? I have Green / Red / Yellow / Grey

sour shadow
#

I assume you're using zha then?

icy island
sour shadow
#

This is a good thing to tell people, which is why it's mentioned in the channel topic ๐Ÿ˜‰

icy island
#

ok

half mountain
gentle fern
chrome ocean
chrome ocean
#

@gentle fern also a nice solution. Maybe I'm missing something : where are you mapping the commands that you have in the switch case to the event IDs?

gentle fern
#

I'm not mapping event IDs right now, what would be the advantage of doing that?

fervent tiger
#

I just connected my first Zigbee bulb to my TP-Link Deco Wifi Mesh system. I have no idea how to start to implement it in HA.

#

The only TP-Link integration I found was uPnP and this gives me some information about sent and received data, that's it...

wintry horizon
#

im getting 502 bad gateway when installing the Zigbee2mqtt add on when going to the web UI for it. anyone have a guess as to what this could be. here is my config: https://pastebin.com/sUe9SJhC

near echo
#

means that the z2m is not stated properly. what does the log for Z2M say?

wintry horizon
#

this is where the first error comes Zigbee2MQTT:error 2021-01-21 09:42:35: Error while starting zigbee-herdsman Zigbee2MQTT:error 2021-01-21 09:42:35: Failed to start zigbee Zigbee2MQTT:error 2021-01-21 09:42:35: Exiting... Zigbee2MQTT:error 2021-01-21 09:42:35: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.<anonymous> (/zigbee2mqtt-1.17.0/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:94:31) at Generator.throw (<anonymous>) at rejected (/zigbee2mqtt-1.17.0/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! zigbee2mqtt@1.17.0 start: `node index.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the zigbee2mqtt@1.17.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

lilac wharf
#

What zigbee adapter are you using?

wintry horizon
#

electrolama's CC2652

#

i can try reflashing. im seeing on the github people had mixed results from that

#

unless you think its something else

lilac wharf
#

Nah, just making sure you're using a supported adapter. Someone who wasn't had the same error

#

Suppose you could try a reflash. Device path is right, it just can't connect to it for whatever reason

wintry horizon
#

would a reinstall of the addon be of any use? i'd assume not probably

near echo
#

does your /dev/tty* find that device?

#

also do lsusb just to be sure

lilac wharf
#

Worth a check, but it would complain about the file not existing

wintry horizon
#

im on a rasp homeassistant os. how would i get to terminal to do this? havent fully figured it out yet tbh

lilac wharf
#

Somewhere in the supervisor menu

#

In the UI

wintry horizon
#

i found that from going to ZHA install (didnt actually install it) and got the port from that

#

but ill check for that now

#

i see. needed advanced mode to get terminal

#

supervisor/terminal take a long time to load. not sure what happened now

wintry horizon
#

getting permission denied

near echo
#

ls /dev/tty*

#

ah you are on HASS OS - then your terminal is quite restricted. you might want to check on the #330990055533576204 channel

wintry horizon
#

ahh

#

gotcha

#

just out of curiosity. what do you use?

near echo
#

was using supervised earlier - shifted to docker install. need control of my OS

wintry horizon
#

on a raspberry pi?

#

not sure how but im getting this now Unable to load the panel source: /api/hassio/app/entrypoint.js. ill head over to the other channel LOL

near echo
wintry horizon
#

gotcha. i currently cant even start mine anymore.

#

having fun ๐Ÿ™‚

near echo
#

have taken backups of the entire card? if yes, just flash it back and start over. I generally take a monthly backup for entire sd card

wintry horizon
#

i have not. i just installed it last night so didnt have much

#

im using an ssd

near echo
#

then just reinstall HA - try docker or supervised this time ๐Ÿ™‚

#

go to approprite channel for the support

lilac wharf
#

HA OS and HA Container (straight Docker) are both good...would not recommend Supervised

wintry horizon
lilac wharf
#

Yeah

wintry horizon
#

okay i may just keep chugging along with the HA OS then for now and convert to docker later once i learn a bit more since it sounds more complicated

#

thank you guys so much btw. great community here.

wintry horizon
#

@lilac wharf i got my homeassistant up and running again and i just reflashed my CC2532 (could be wrong on the numbers but you get the point) probably dumb question but do i have to hold the button while putting it in the raspberry pi?

dense hull
#

Hey folks, can anyone help me for the following issue: all of a sudden I cannot pair any device with my Conbee II stick. Worked flawlessly until the past few days. There are errors in the Core logs. Link to errors: https://paste.ubuntu.com/p/k6cH6P54p6/

  • Host Operating System Home Assistant OS 5.10
  • Version 2021.1.4
  • Supervisor Version 2021.01.5
  • Docker Version 19.03.13
  • Raspberry Pi 4, 4GB (rpi4-64) with hassio booting from SSD โ€“ fresh install
  • Conbee II stick updated to latest version; using the ZHA integration to connect sensors

End result: cannot pair any zigbee sensors โ€“ got several, from various vendors, none pairs. Any help, link, tips is greatly appreciated!

lilac wharf
#

@wintry horizon no, that's only for flashing

wintry horizon
austere patio
wintry horizon
#

ive found where the devices are listed. do i know that AMA0 is the adaptor or should i have more here? ```serial:

  • /dev/ttyUSB0
  • /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
  • /dev/ttyAMA0```
austere patio
#

I think /dev/ttyAMA0 is internal to the Pi and will stick around even if you unplug the USB stick

#

/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 is just a symbolic link that points to /dev/ttyUSB0, they are the same thing

#

I suggest you use /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 in place of /dev/ttyUSB0 to make your config independent of port ordering, which can change

wintry horizon
#

should that be my z2m adaptor then?

austere patio
#

Yes, /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 is the ZZH stick

wintry horizon
#

there we go. ill give that a go then. thanks ๐Ÿ™‚

dense hull
wintry horizon
austere patio
dense hull
#

Okay! I'll try using your suggestion.

austere patio
#

Not sure why ZHA is trying to probe again though, that should only be happening when you first add the integration

#

All that error is saying is that your serial port isn't controllable via the Texas Instruments radio library, which I would expect to be the case, since it's a ConBee

mighty river
#

Hi all. I have an error called 0000000000 when I use my conbee II dongle on RPI 4 SSD booted with an extension cable. Conbee does not work anymore. What's the issue ?

#

It states unexpected bridge ID

austere patio
#

What integration is this? deCONZ? ZHA? Z2M?

mighty river
#

Deconz.

austere patio
#

Never used it so someone else who uses deCONZ may be of more help

wintry horizon
#

alright new error on Z2M: Zigbee2MQTT:error 2021-01-21 12:32:08: Not connected to MQTT server! do i need the MQTT integration? this is my MQTT portion of Z2M mqtt: base_topic: zigbee2mqtt server: 'mqtt://core-mosquitto' user: my_user password: my_password

lilac wharf
#

You need an MQTT broker set up and HA needs to be connected to it

wintry horizon
lilac wharf
#

I don't have add-ons so unfortunately I can't help out with that

wintry horizon
#

gotcha. ill head over to that channel and see if anyone can provide some assistance. thank you so much

wintry horizon
lilac wharf
#

@wintry horizon is zigbee2mqtt in pairing mode?

wintry horizon
#

as in: permit_join: true?

lilac wharf
#

Yeah, or by pressing the button in the UI

#

If the add-on exposes the web UI like the standalone version that is

wintry horizon
#

Iโ€™ll try changing it in the UI instead

lilac wharf
#

permit_join: true should be fine. check the zigbee2mqtt log

wintry horizon
#

i only see this after refreshing on the map thing Zigbee2MQTT:info 2021-01-21 14:13:20: Starting network scan (includeRoutes 'false') Zigbee2MQTT:info 2021-01-21 14:13:20: Network scan finished Zigbee2MQTT:info 2021-01-21 14:13:20: MQTT publish: topic 'zigbee2mqtt/bridge/response/networkmap', payload '{"data":{"routes":false,"type":"raw","value":{"links":[],"nodes":[{"definition":null,"failed":[],"friendlyName":"Coordinator","ieeeAddr":"0x00124b00215fff28","lastSeen":null,"networkAddress":0,"type":"Coordinator"}]}},"status":"ok","transaction":"rgy8k-2"}'

#

same thing in the UI one

lilac wharf
#

what about when you enable pairing?

wintry horizon
#

i guess it was just out of range or something... not sure how or why but its kind of pairing now. i am getting errors though. something is failing it says Zigbee2MQTT:error 2021-01-21 14:35:41: Failed to execute LQI for '0xb0ce1814001683d5'

#

im going to try restarts of everything and try again

#

i guess just brute forcing it over and over again is the way ๐Ÿคทโ€โ™‚๏ธ

lilac wharf
#

Shouldn't be. Is your USB adapter on an extension cable?

wintry horizon
#

It is not. should it be then?

simple sentinel
#

It is good practice, yes

gentle fern
fringe fiber
#

Anyone able to help me or point me in the right direction to get my Aqara devices set up? From my understanding they are Xioami and can be used with either the Xioami Hub integration or zigbee2mqtt. I have a zigbee hub, as well as the aqara hub.

I've attempted both and have failed. I can't/don't know how to install the zigbee2mqtt integration. I tried install the add-on via adding the custom repo link, but it said the repo wasn't up to date with HA v*.17 or something like that. Then I was able to get the hub paired to HA via Xioami Gateway integration, but i never seen any devices. I had the devices paired thru the Aqara app, and the Mi Home app for the Xioami integration. I have a motion sensor, and humidity sensor. All aqara from amazon

austere patio
#

Zigbee2MQTT, ZHA, and deCONZ all require some sort of coordinator hardware, like a USB stick

#

Do you have any hardware other than the Aqara hub?

fringe fiber
#

yep. I have a ZHA/Zigbee USB stick

austere patio
#

Which stick?

austere patio
#

Yeah that can't work with Zigbee2MQTT

#

Only with the built-in ZHA component

fringe fiber
#

well SOB lol

#

can you point me to one that will work?

austere patio
#

Work with Zigbee2MQTT or work as a coordinator with HA?

#

That stick works fine with ZHA, which is built into HA

#

If you specifically need to use Zigbee2MQTT, you'll have to get a Texas Instruments stick

fringe fiber
#

Whatever is easiest to get the Aqara motion sensors/humidty sensors to work with HA. That's really all i'm trying to do

#

If i gotta return the sensors and go a different route, i'm all ears.

austere patio
#

Easiest would be to just plug the stick in and add the Zigbee Home Automation component

bleak fern
#

Would a CC2531 I added to help extend my network range show up in the z2m interface?

austere patio
#

If you're running a recent release of HA joining them should be quick. Otherwise it takes some practice.

austere patio
bleak fern
#

all my other zigbee devices auto join, but I am realizing the room i put this in to help with those devices are not so its probably not joined. I flashed it with the firmware (forgetting which one is which, but the one so its not the main controller? or router? cooridinator?) ๐Ÿ˜„

fringe fiber
austere patio
bleak fern
#

so that i already had

#

since my main zigbee / mqtt whatever texas instrument is another cc

#

let me see the code on it

#

CC2538

austere patio
#

Your CC2531 needs to join your network to act as a router

bleak fern
#

or wait maybe its LAUNCHXL-CC26X2R

#

okay, what do I do to have it join?

austere patio
bleak fern
#

The cc2531 isnt plugged into the server i have them around the house plugged into usb power outlets though?

austere patio
#

The lights should tell you its status (as well as Z2M's debug log)

bleak fern
#

ill try to re-pair on that guide i can't remember

austere patio
#

Long pressing SW2 should reset it and cause it to try joining your network

bleak fern
#

i was wondering if it would show up

#

ok

#

i changed my channel in the configs

austere patio
#

Look at the Z2M debug log to be sure

bleak fern
#

and when i changed back all my devices are still gone. I suck at this haha

#

was trying to test if my channel was causing devices not to add

austere patio
#

Z2M defaults to channel 11

#

Unless you have some special device that only connects on channels 15, 20, and 25, 11 should work just fine

bleak fern
#

i went back to 11 but the devices i had are all gone

austere patio
#

I'm not 100% sure how Z2M handles key generation since I don't really use it but does your config file have a network key?

#

Or does it have network_key: GENERATE or something

bleak fern
#

yep it does. but yeah when i went back to 11 still none came back for some reason ๐Ÿค”

austere patio
#

You'll likely have to reboot your mains-powered devices or something

#

Changing the channel without notifying them doesn't work very well

bleak fern
#

ok

#

like reboot the server after i change it or something

#

?

austere patio
#

No, every device that was on your network and is plugged into an outlet may need a reboot

bleak fern
#

oh okay

austere patio
#

Since you didn't change the channel, you sort of re-formed a new network with the same settings on a different channel

bleak fern
#

for static ones like light switches, do i just flip that breaker? and battery powered ones ?

austere patio
#

๐Ÿคทโ€โ™‚๏ธ

bleak fern
#

oh weird

#

actually now an error going back to 11

#

Error: Coordinator failed to start, probably the panID is already in use, try a different panID or channel

#

uh oh ha

austere patio
#

Shut off all your lights and routers

#

Or put the coordinator under a metal pot or pan

#

And then try it

#

Your "old" network on channel 11 still exists and the coordinator is refusing to form a "new" one on that same channel because it thinks the old one is conflicting

bleak fern
#

ok

austere patio
#

Since the network exists independent of your coordinator stick

bleak fern
#

okay

#

so metal pot change channel

#

turn off anything that is powered or cut the power breaker maybe to that room in the case of a light switch?

austere patio
#

If you have an antenna unscrew it. Whatever you have to do to make sure the coordinator can't pick up any other devices using the old channel that you want to switch back to

bleak fern
#

ok

austere patio
#

The Z2M documentation just says to increment the pan_id by 1 or something but that will "break" your network

#

And will force you to re-join every single device

bleak fern
#

yeah okay sounds good ill go try that and shutdown my pc so i can cut power to this room since the light switch i added is here

austere patio
#

Any router that makes up your old network will cause the same error to occur

fringe fiber
#

@austere patio how do you add a ZHA component into the ZHA integration? Do they auto discover, or do I need to enter them in manually in the configuration or something?

austere patio
#

You mean add a new device?

fringe fiber
#

yes

austere patio
#

Since you're trying to add Aqara stuff, make sure you're running the latest release of HA

fringe fiber
#

yep, just updated

austere patio
#

Then they will join as easily as they do with the Aqara gateway

fringe fiber
#

How do I trigger the paring sequence in HA

#

oh nice

#

I'll give this a go!. Thanks !

austere patio
#

Good luck

fringe fiber
#

Got it!. I swear I tried this yesterday and it didnt work..lol. Thanks again.

lilac wharf
#

puddly has the magic touch

#

๐Ÿค

fringe fiber
#

Do you know, can I pair the Aqara Hub to HA as well and control the lighting or speaker or anything? Or should I just return it? I don't see a need for it otherwise

wintry horizon
#

im getting unsupported device for "supported devices" { zigbeeModel: ['E11-N1EA'], model: 'E11-N1EA', vendor: 'Sengled', description: 'Element plus color (A19)', extend: preset.light_onoff_brightness_colortemp_colorxy(), ota: ota.zigbeeOTA, },
https://gyazo.com/6e31f9d79dd2bd0c0f020ab4517f4cc1 any fixes?

obsidian sandalBOT
lilac wharf
#

@wintry horizon logs pls

fringe fiber
#

Perfect! I had seen that, but didn't think it was for this device.

lilac wharf
#

E21-N1EA

#

Is not the same as E11-N1EA

wintry horizon
#

AHH

#

i didnt catch that

lilac wharf
#

If it's the same device it could be as simple as just adding that to the zigbeeModel list

wintry horizon
#

it should be essentially the same I would think

#

so ill give it a shot

lilac wharf
#

That'll be $5

wintry horizon
#

๐Ÿ˜ฎ

#

๐Ÿ™‚

lilac wharf
#

๐Ÿ˜‚

wintry horizon
#

thank you so much for all the help man though for real

lilac wharf
#

No problem at all

bleak fern
#

๐Ÿคฆโ€โ™‚๏ธ

wintry horizon
#

im seeing that it is probably in devices.yaml which im not sure how to get to as an addon

dense wolf
#

Trying to get a notification when my mail comes. What would you use in your mailbox? Motion or contact sensor? Which one?

strange ibex
#

I tried a vibration sensor but it was too far from my house

bleak fern
#

I could never figure out which attribute on the vibration sensor to set changes for when trying to use that for my dryer finishing

strange ibex
#

I just use if action not ""

#

everything

torpid cove
#

I updated a large portion of my HA including core/supervisor/zigbee2mqtt from a year ago.

#

all my zigbee devices seem to be unresponsive now

#

I can still see the deivce/entities

#

also on new zigbee2mqtt page

#

but switch doesn't switch. And contact sensor doesn't change state

lilac wharf
#

@wintry horizon devices.js. You could docker exec into the container to edit it but it won't be persistent if you upgrade it

strange ibex
#

I think I have seen that when it didn't pair correctly

#

I just removed it and paired it again

lilac wharf
#

The device isn't in devices.js

#

Model number is slightly different

strange ibex
#

oh, whoopsadiddle

#

He is really quick to merge if you're able to make a PR

chrome ocean
mighty river
#

Hi guys, sadly I'm back again with the same issue. One of my automations (PIR + light) delays. It happens when I leave home longer than an hour and come back, after that the first trigger, it doesn't happen again (maybe sleep mode?). So far I've tried moving my HA pi near the router to connect it through an ethernet cable, I added a 1m usb cable extension to my conbee II, and what's more weird, I have even tried replacing the PIR sensor (I thought it could be faulty hardware), and it still is happening. From my perspective I experience a 4-5 second delay, in the logs there's no delay between trigger and action.. What is weird is that it only happens with that automation (NR flow) and only the first time that I come back home.

#

any help will be appreciated

gentle fern
gentle fern
gentle fern
chrome ocean
verbal shale
#

hi guys, i just confirme that module swtich works very well in zha xD

#

TS011F

#

I already did request the compatibility update

#

in zha tasmota website

old egret
#

I've just setup my Zigbee Network using Zigbee2MQTT. Very works well and I'm impressed of how easy it is to pair devices. When I open the Map view I'm wondering why it looks like it is different networks? Screenshot here: https://imgur.com/a/W02pFSG

#

I'm not having any errors or need help with it - I'm just wondering ๐Ÿ™‚

sour shadow
#

Tick IsASibling

old egret
#

Ah yeah I see

#

Some having some wierd routes, but maybe they find the best path with time?

lilac wharf
#

Yeah, the network will reroute on its own as it sees fit

wintry horizon
lilac wharf
#

I have no idea unfortunately, I don't run hassos

wintry horizon
#

No problem. Should I ask in the hass os section maybe?

brave zodiac
#

I moved some Zigbee devices from deCONZ to ZHA. I then removed them from deCONZ. But in the deivces list and deleted all deCONZ related Entities successfully. But under devices I have them now under both Integrations "deCONZ, Zigbee Home Automation". Can I remove the association with deCONZ completely somehow?

mellow geode
#

You should be able to just remove the deCONZ integration. Also, make sure that the deCONZ docker (if you're using that) is shut down and doesn't auto start.

brave zodiac
#

Well I still have lots of devices there at the moment, I am trying out ZHA currently...

mellow geode
#

Oh. That's not a recommended way.

orchid mural
mellow geode
#

There are two versions of basically all OSRAM/LEDVANCE products.
If you're getting the LEDVANCE version, you might either get a Zigbee 3.0 controller with QR-Code or the older OSRAM Lightify controller.

#

But they work.

golden vessel
#

be aware that they eat messages from motion sensors ๐Ÿ˜„

mellow geode
#

Although the new LEDVANCE Smart+ Plugs (which look exactly like the old LEDVANCE Smart+ plugs and basically like the OSRAM Smart+ plugs and the OSRAM Lightify plugs) should no longer "eat" any messages afaik.

#

You only see if you're getting a Z3 model by taking it out of the box and looking for the QR-Code printed on the side of the plug.

lilac wharf
#

Smart+โ„ข๏ธ

golden vessel
mellow geode
#

I don't have 3.0 ones, I've only seen them in videos and in some logs files lol

mellow geode
golden vessel
#

mine shows 1

mellow geode
#

You have the OSRAM Smart+ Plugs (with no QR-Code), right?

#

I think I still have some LEDVANCE Smart+ Flex 3P RGBW LED Strip (or whatever they're called) with a Z3 controller

#

I can see what the values are there.

amber gull
#

I think Dave and Ian might have those plugs

golden vessel
#

I don't know if it has a QR code (can't check it now)

mellow geode
#

"LEDVANCE FLEX RGBW Z3" has zcl_version=2 and stack_version=2

#

And apparently the LQIs that are reported range from 252 to 255 (which is not at all accurate)

#

The bug is fixed with newer firmware on other Smart+ Z3 devices.

#

The plugs, however, are not mentioned there

gentle fern
#

Does anyone know what the difference between ZHA BinarySensor and ZHA IAS BinarySensor is and why one emits a zha_event and the other doesnt?

amber gull
#

they should both emit events, typically

#

IAS devices to be enrolled and have the CIE correctly set

#

sometimes that handshake/enroll can fail

gentle fern
#

Yeah, that's what I thought. But I've got Tradfri motion sensors that do and sonoff ones that (I think) are IAS and don't

amber gull
#

Can you check the IAS enrolled state of the sonoff sensor? Config > Integrations > ZHA > Devices -> sonoff > Manage clusters (IAS cluster, ias enrolled attribute, read attribute)

#

and/or wake the device and try a "reconfigure device"

gentle fern
#

So Clusters dropdown has nothing selected, same for Device Binding, same for Group Binding

amber gull
gentle fern
#

'GET ZIGBEE ATTRIBUTE' gives me nothing

amber gull
#

Might have to wake the sensor

gentle fern
#

Yeah, I tried that

amber gull
#

Probably time to enable debug logging then and see what pops out when you actuate it

gentle fern
#

How much of an interval between clicking the 'GET' and waking the sensor should I be aiming for?

amber gull
#

less then a second? depends on the device

#

You can do those levels via service call too if you don't want to restart HA

gentle fern
#

oh that's a good idea

wintry horizon
#

has anyone on homeassistant OS added an "unsupported device" to Z2M?

gentle fern
#

Click and run time...

amber gull
#

@lilac wharf does this all the time ๐Ÿ˜€

lilac wharf
#

Heh, not with the add-on though unfortunately

tropic depot
#

stack version 2

#

date code: Jan 11 2018

amber gull
#

0xee3c is the NWK address of the sonoff sensor?

tropic depot
#

I have 5 of them... they don't seem to cause any issues that I can tell

gentle fern
#

Yeah, it is. Oddly the device does update the binary sensor, but doesn't send events

#

Just reading through the docs, and it seems to indicate that I could actually pair my tradfri bulbs using one of the remotes. Is that right? Calling zha.permit with ieee

amber gull
#

Looking through the log, just delivery errors to the NWK -- maybe also capture the binary sensor updating successfully along with homeassistant.core? That would be interesting to see

#

Yes, you can direct bind a bulb to a remote

#

That will allow the remote to work even if HA or the coordinator is offline

gentle fern
#

Ah, what I actually mean is that I can use the remote to initially pair the bulb with ZHA, right? I'm having issues getting a bulb to pair with my hub

amber gull
#

I don't believe so -- I would assume the ieee paramter for the permit is to only open permits on selected routers

#

For the bulbs, they can be a bit tricky to pair sometimes -- I have the best luck doing a reset (6 quick offs starting from on) while ZHA add/permit is running

#

fairly staccato rhythm, just on long enough to briefly flash (200ms or so) and off for the same amount of time

gentle fern
#

Yeah, that's what I've been trying

amber gull
#

I have the best luck with the bulb halfway screwed in, so I can just pull the bulb out to disconnect power

gentle fern
#

The doc does say 'allow new devices to join via an existing device'

amber gull
#

yes, but a mains powered router

gentle fern
#

Hmm. Maybe the mains power is screwing me

#

I'll try with mains power and higher wattage power supply

gentle fern
#

What does that mean?

#

Still no events

amber gull
#

Well it means first of all it's talking ๐Ÿ˜†

gentle fern
#

It's definitely doing that. It's turning my lights on ๐Ÿ˜„

amber gull
#
2021-01-22 16:32:40 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xEE3C:1:0x0500]: Updated alarm state: ZoneStatus.Alarm_1[0m
2021-01-22 16:32:40 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.kitchen_motion_sensor, old_state=<state binary_sensor.kitchen_motion_sensor=off; friendly_name=Kitchen Motion Sensor, device_class=motion @ 2021-01-22T16:23:21.663869+00:00>, new_state=<state binary_sensor.kitchen_motion_sensor=on; friendly_name=Kitchen Motion Sensor, device_class=motion @ 2021-01-22T16:32:40.250456+00:00>>[0m
#

Oh motion, sorry -- yes, you will not have events for these as they have a state

gentle fern
#

But the Tradfri ones do, it would seem

amber gull
#

Yes, they might -- I'd have to go look at their quirk -- some of the Tradfri ones are a bit funky

coarse orchid
#

Hi, I have a question for my osram/lesvance smart+ zigbee plugs, I integrated them via ZHA on my rpi4 with a CC2531 stick and I can switch them on and off without a problem. But if I use the on/off switch on the plug itself, HA doesn't get notified about the new state, so automations etc. won't work. Is there something I can do about that or is that just by design?

amber gull
#

If they support attribute reporting, ZHA will get notified of a manual change -- try doing a "reconfigure device" for one from the ZHA device page

coarse orchid
#

hmm i clicked on reconfigure, waited a few moments and tried again, so it seems the plugs just don't support that? What a shame...

amber gull
#

Yeah, that's a bummer -- you can verify via debug logs if needed -- might ask if anyone else has attribute reporting working, dave, julian and abmantis were just talking about them

#

Maybe it's an excuse to add a more handy zigbee button somewhere to toggle state

gentle fern
amber gull
#

I don't know, never used the tradfri for any length of time -- not sure if it is always open for joins or not?

#

I know I've had a handful of IKEA bulbs I have had to reset at least 10 times for some reason before they were happy to join

gentle fern
#

Considering almost all of mine are spotlights and not controlled individually that would be.....frustrating

#

One comes in, two go out. three come in, 1 goes out

#

I can see that being a never-ending cycle of fun, especially the part where I have to explain what I'm doing and why I'm doing it to my wife

austere patio
#

You may have more luck not permitting joins until all of the bulbs in a fixture are off your network

#

So if you cut power for 2s and then turn them all back on, they should all slightly dim in 5s or otherwise indicate that they're in joining mode

#

Otherwise you may run into the issue of one light out of three failing to enter joining mode so you have to reset all of the ones connected to it

gentle fern
#

At the moment I'm failing to get even a single lamp bulb to pair, and I can flick that on and off at will

austere patio
#

Cut power completely for 10s and then try from that state

#

I believe with IKEA bulbs are pretty good with the reset so just flip the position of the switch once every half a second like 10-15 times and then leave it on for 10s

gentle fern
#

Yeah, I'm happily getting it reset, and it's merrily pulsing away. It just never pairs no matter how close I hold the zbbridge

coarse orchid
austere patio
#

Can you enable debug logging and see what the preceding five seconds show?

oblique root
#

Hello everyone! New here so pls. donโ€™t shoot if I missed something. I have a weird issue where all of the sudden (a few weeks ago), all my zigbee devices stopped reporting the real battery status. Everything else works fine. Right now, all of them report 100% although I know for certain, almost all of them were below 90%. Hs anyone else encountered something like this? I am running the latest version and since it happened, 08.01.2021, a few updates have been released... any idea would be greatly appreciated!

austere patio
#

Try refreshing the joining page with the spinner right before your bulbs enter joining mode

#

I think they also stay in joining mode until they join a network so just shut them off for 10s and then turn them back on, they should start again if they never joined

gentle fern
austere patio
#

Hmm, that rules out the 60s timeout thing

gentle fern
#

Yeah, set it to 254

austere patio
#

Maybe try 253?? I think 0xFE is the max in Zigbee 3.0 but you never know

#

What's the exact data that you're sending with the permit call?

gentle fern
#

Just duration: 254. I tried 600 but told me no

austere patio
#

Hmm, that should work then

sour shadow
#

And which integration ๐Ÿ˜‰

austere patio
#

Aqara?

oblique root
#

Xiaomi Mi window sensors and a eurotronic spzb0001 thermostat. I have a conbee ll usb connected to a rpi4.

coarse orchid
# austere patio That means that something is being received

21-01-22 18:05:07 DEBUG (Thread-6) [paho.mqtt.client] Connection failed, retrying
2021-01-22 18:05:13 DEBUG (MainThread) [zigpy_znp.uart] Received data: b'\xFE\x03\x45\xC4\xEC\xE2\x00\x8C'
2021-01-22 18:05:13 DEBUG (MainThread) [zigpy_znp.uart] Parsed frame: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xC4, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\xEC\xE2\x00'))
2021-01-22 18:05:13 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.SrcRtgInd.Callback(DstAddr=0xE2EC, Relays=[])
2021-01-22 18:05:13 INFO (MainThread) [zigpy_znp.zigbee.application] ZDO device relays: ZDO.SrcRtgInd.Callback(DstAddr=0xE2EC, Relays=[])

austere patio
oblique root
#

Sorry. Missed that one. ZHA

gentle fern
coarse orchid
# austere patio With what? ZHA? deCONZ? Zigbee2MQTT?

2021-01-22 18:05:02 DEBUG (MainThread) [websockets.protocol] client > Frame(fin=True, opcode=9, data=b'[x]\xcd', rsv1=False, rsv2=False, rsv3=False)
2021-01-22 18:05:02 DEBUG (MainThread) [websockets.protocol] client - event = data_received(<6 bytes>)
2021-01-22 18:05:02 DEBUG (MainThread) [websockets.protocol] client < Frame(fin=True, opcode=10, data=b'[x]\xcd', rsv1=False, rsv2=False, rsv3=False)
2021-01-22 18:05:02 DEBUG (MainThread) [websockets.protocol] client - received solicited pong: 5b785dcd
was before that but that doesn't seem important

austere patio
#

Hmm, I guess not

coarse orchid
austere patio
#

Does the source routing indication message pop up every time your device is turned on and off?

#

Or just that one time?

oblique root
austere patio
#

Though Xiaomi sensors don't report usable battery voltages/percentages anyways so it's not like you're losing much

#

Yeah, pretty sure both of you are seeing the same bug, which has been already been fixed

coarse orchid
lilac wharf
#

Like my leedarson remotes that report 180% battery?

austere patio
#

In that case it's not relevant

gentle fern
coarse orchid
#

Well, seems like I have to live with that then, unfortunatly I already got 8 plugs, but at least they were pretty cheep and it's not a complete deal breaker... Thanks for the help puddly and Walt_H !

austere patio
#

If you want to waste more time on it, try out a sniffer or something and see what the device sends

#

Though the CC2531 doesn't care about group membership and stuff like that and is generally pretty chatty so I doubt you'll see anything interesting

coarse orchid
#

Yeah was thinking about upgrading to a CC2652 from slaesh anyways, maybe that one has some more data on it, the CC2531 was my first attempt for just messing around with Home Assistant, but now I can't stop buying new things to integrate ha ha ๐Ÿ˜„

austere patio
#

I don't think you'll see any new traffic with the CC2652RB

#

But it won't be a bad upgrade performance-wise

coarse orchid
#

alright good to know

austere patio
#

And you can turn your CC2531 into a sniffer to see all the traffic

gentle fern
#

ok, ikea hub unplugged. Time to try pairing a bulb again

coarse orchid
#

alright, thanks for the infos, I will come back to that topic when I have upgraded, have a great evening (at least here it's evening) puddly

gentle fern
#

It's pretty obvious from the debug logs when a device it joining, isn't it

oblique root
gentle fern
#

Unplugging ikea hjub and then trying to pair bulbs did not work ๐Ÿ˜ฆ

wintry horizon
tired cedar
#

Hi there. I'm having an issue where activating a scene turns on everything, except for one device, which is a zigbee relay

#

the relay will reliably work if the switch in the UI is used, but will only occasionally work when the scene it's part of is activated

crisp crag
#

so I have two aqara door/window sensors outside on my gates. they keep losing connectivity. i can usually reconnect them manually. any idea why they keep dropping? not sure if i need to have more devices over there for a better connection or what. how would i go about diagnosing this

sour shadow
#

I'd check the lqi - 99% likely they're not well connected to the mesh

frail shell
#

hi everyone, i'm going to buy an USB stick in stead of the Xiaomi hub, i wonder about a 'famous' / stable one , with which one do you have good experience

obsidian sandalBOT
#

There are three Zigbee options with Home Assistant (regardless of how you install it). These are:

deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are support. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).

zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended, but there are other options. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented (you can't add unsupported devices yourself).

Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the Zig-Ah-Zig-Ah! and Slaesh's sticks being recommended. 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.

sour shadow
#

Start there โ˜๏ธ

frail shell
#

excellent Ty!

crisp crag
frail shell
#

which of the 3 would you get Tinkerer ๐Ÿ™‚

sour shadow
#

It'll be an attribute ๐Ÿ˜‰

#

I use Zigbee2MQTT with the Zig-A-Zig-Ah!

#

I like having it not part of HA

crisp crag
#

oh i see

sour shadow
crisp crag
#

lqi is 143

sour shadow
#

Which is good

#

0 is bad, 254 is good, 255 is often shrug

crisp crag
#

but it still says unavailable

frail shell
#

gonna get the same one @sour shadow ! ๐Ÿ™‚

crisp crag
#

RSSI is -93

crisp crag
#

thx

lilac wharf
#

I don't think I've ever seen LQI above 170 and that's like 2 feet from the coordinator lol

crisp crag
#

hmm, so i dont have any repeaters

#

and a lot of devices

lilac wharf
#

Routers are important

#

Especially the larger your network is

crisp crag
#

also, i bought some of the ikea tradfari ones but didn't realize i had to have the hub ๐Ÿ˜ฆ

#

so back to ikea i go

lilac wharf
#

You don't

strange ibex
#

"route me, papi" - end device

lilac wharf
#

You can use trรฅdfri devices with ZHA/zigbee2mqtt/that other one

strange ibex
#

I use ikea repeaters fine. all of that hub shit is on every zigbee device and it is 90 percent a lie

#

terdiore, calm down with that "a" bud

crisp crag
#

so i'm guessing i probably need to get a repeater

#

since all my other zigbee devices are battery powered

strange ibex
#

you have ikea ones

crisp crag
#

(based on my reading of this link)

lilac wharf
#

รฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅรฅ

tired cedar
#

@strange ibex To be fair "requires hub" isn't really aimed at people like us. It's aimed at people who are at IKEA, and just picking up a bulb. More accurate would be "requires zigbee controller"

strange ibex
#

nah, it's a lie

lilac wharf
#

Yeah, but some OEMs say "REQUIRES $MANUFACTURER HUB"

tired cedar
#

@crisp crag Do you have trรฅdfri repeaters?

crisp crag
#

no i dont

strange ibex
#

I thought you said you did?

lilac wharf
#

What trรฅdfri devices do you have?

crisp crag
#

no no, so i bought the button and then

#

jfc they just call ieverything tradfri

tired cedar
lilac wharf
#

Trรฅdfri is to Ikea as Sonoff is to Itead

crisp crag
#

i bought the led power supply class 2 power unit but then it doesn't have a freaking power cable so i have to go back

#

i just picked up random things and bought them

tired cedar
#

Trรฅdfri literally translates to wireless ๐Ÿ™‚

crisp crag
#

haha, ok.

#

so i bought two tradfris

#

one round, one square. ๐Ÿ˜›

strange ibex
#

what

tired cedar
#

hehe

crisp crag
strange ibex
#

Can you explain the devices purpose?

#

wireless what

#

button

crisp crag
#

one if a button, that allows you to choose scenes and changes lights. the other is the power strip looking thing but i dont have a power cable for it apparently that is separate

#

i'm just gonna take my happy ass back to ikea and buy more useless shit

strange ibex
#

I wish I could go to IKEA

tired cedar
#

any permanently wired item will act as a router (so bulbs or the socket if you need that) if you don't need any of those, then they have a USB power-supply that also acts as a zigbee repeater

strange ibex
#

when are those aqara t1 sensors coming out. I want 'em

crisp crag
#

ok thats what i need to get then it sounds like

crisp crag
strange ibex
#

they aren't IKEA

crisp crag
#

sounds like t1 is out?

lilac wharf
strange ibex
#

A few T1's came through on ali and instantly sold out

#

not exactly out

tired cedar
crisp crag
#

ok, to ikea i go

strange ibex
#

get some of their smart plugs and their repeaters

#

MESH

mint lantern
#

can anyone help me with my case? I have documented it here

crisp crag
#

Acquired

echo belfry
#

So, I went through the process of starting my HA from scratch and have a Conbee 2 stick running ZHA with about 37 devices currently. I went to my Core logs and ZHA is really chatty. I mean a couple hundred entries a minute

#

is this normal?

amber gull
#

nothing to see here kid

/opt/homeassistant$ egrep zigpy\|zha home-assistant.log | cut -d " " -f 2 | sed -e 's/\(..\:..\:\).*/\1/' | sort | uniq -c | tail -n10
    225 14:29:
    286 14:30:
    385 14:31:
    262 14:32:
    202 14:33:
    339 14:34:
    398 14:35:
    181 14:36:
    258 14:37:
#

๐Ÿ˜† Yes, normal

graceful elm
#

It will kill an sd card in short order

amber gull
#

This is without debug on 125 node network

/opt/homeassistant$ egrep zigpy\|zha home-assistant.log | grep -v DEBUG | cut -d " " -f 2 | sed -e 's/\(..\:..\:\).*/\1/' | sort | uniq -c | tail -n10
     15 14:33:
     30 14:34:
     32 14:35:
     17 14:36:
     22 14:37:
     11 14:38:
     25 14:39:
     22 14:40:
     30 14:41:
     17 14:42:
lilac wharf
#

That is a fscking wild command

sour shadow
strange ibex
#

moist

lilac wharf
tropic depot
#

j.... f...... c.....

#

lol

lilac wharf
#

๐Ÿ˜‚

tropic depot
#

walt what is that command doing

amber gull
#

it's just counts number of log lines per minute

tropic depot
#

ah

#

yeah lots of logs

amber gull
#

OP using Deconz which is diff animal

#

Bellows has counters too, I'm running ZNP which just hid all of its logging

tropic depot
#

did puddly do that on purpose?

#

or did the firmware hide stuff

amber gull
#

Yeah on purpose.

#

(can be re-enabled by adding zigpy_znp.logger: DEBUG to config, since HA doesn't support custom log levels)

#

(latest dev)

echo belfry
#

I have about a 3%/day elevation in Core Ram usage

crisp crag
#

ok i got my ikea shit

#

i may have gone overboard

lilac wharf
#

nonsense

crisp crag
#

two repeaters, a gateway, two wireless control outlets

lilac wharf
#

gateway?? whyyyyyyyyyyyyyy

crisp crag
#

thought i needed it, although someone said i didn't

#

right now i'm running everything off a nortek stick.

lilac wharf
#

that would be me and multiple others ๐Ÿ˜‚

crisp crag
#

I mean, I can take it back. I just figured it would add redundancy?

lilac wharf
#

redundancy?

crisp crag
#

my only question is: will it hurt? if not, then i'll add it

#

for the mesh

lilac wharf
#

i'm not following

crisp crag
#

its a zigbee hub yes?

#

so right now i'm running everything off of the nortek stick, so would the gateway act as another hub to increase the size of my network

lilac wharf
#

nope

crisp crag
#

fuck

#

welp. i'll return it

#

i had some issues, trying to get the button connected to HA so i figured getting the gateway would make it easier

#

i didn't spend a ton of time trying to do it

dry fossil
#

To use one of Tinkerer's analogies... that would be like having two people driving the same car.

#

The coordinator is the driver ๐Ÿ˜‰

crisp crag
#

they did that during drivers training class

lilac wharf
#

lol

crisp crag
#

i remember disctinctly because i kept getting yelled at

lilac wharf
crisp crag
#

ok so gateway back in the box to get returned

wintry horizon
#

im trying to change the Device Specific Configuration. I'm reading the doc on Z2M's website but im not completely getting it. I'm wanting the "normal" on my lights to be a bit different. everytime i try and make a scene it sets them to this very dim light color etc. im reading here https://www.zigbee2mqtt.io/devices/E1F-N5E.html that i need to do that "hue correction" part but im not sure where to put that exactly. does anyone have an example? would it just be something like adding this in? devices: friendly_name: device_options:

prisma berry
#

How do I install a specific zha quirk on a HA-container install?

#

but the branch is super out of date

molten linden
#

The readme for quirks has details on how to add a quirk in development. There is also a forum thread where instructions for using that quirk are detailed. As it needs modification as every lock sends different data.

prisma berry
#

yeah I get that part

#

just trying to figure out how to use Just That One Quirk

molten linden
#

Scroll down to testing quirks in development

prisma berry
#

ah so just copy it in there and remove the cache?

#

that's what I thought and tried -- but I think I forgot to remake my docker container, just moved from awful docker run commands to docker-compose

molten linden
#

it has to persist in the contianer. with Supervised installs this works until you update to a new version. then you have to re copy it over.

prisma berry
#

got it all working, used a volume to just mount the wyze folder

#

thanks for the help!

hollow forum
amber gull
#

@hollow forum Any luck? Looks like you need to start by setting PowerOn OnOff to 0xFF?

amber gull
#

Dev Tools => Services => zha.set_zigbee_cluster_attribute

ieee: 'YOURIEEE'
endpoint_id: 11
cluster_id: 6
cluster_type: in
attribute: 16387
value: 255
#

and

ieee: 'YOURIEEE'
endpoint_id: 11
cluster_id: 8
cluster_type: in
attribute: 16384
value: 255
hollow forum
#

Thanks! I'll give that a try. I've been trying to use the UI (since I'm super new to zha) so maybe that's my issue?

amber gull
#

Then there are two more for color if you have color bulbs

#
ieee: 'YOURIEEE'
endpoint_id: 11
cluster_id: 768
cluster_type: in
attribute: 16400
value: 65536
#

and

ieee: 'YOURIEEE'
endpoint_id: 11
cluster_id: 768
cluster_type: in
attribute: 3
value: 65536
#

If it works, please reply the forum thread to help the other guys ๐Ÿ˜

hollow forum
#

Will do! I'll have to test it tomorrow, thanks! Seeing it on this format helps me understand it better, too! Would be nice to not have all lights stay on after a power flicker!

#

Would I have to do this for every bulb?

amber gull
#

Yes

hollow forum
#

Ok! ๐Ÿ‘

amber gull
#

Probably test it on one and get the process down

#

You won't get any feedback from the user interface, but if you enable debug logging you will see if it was successfully able to write the attributes๏ฟผ

#

Tried it on a LWA007 (first two attribs only) no luck ๐Ÿ˜ฌ

#

Successfull attribute write too

hollow forum
#

I did manage to get it to save color when I tried yesterday, but I care more about brightness and on/off state lol. We'll see!

gentle fern
#

Anyone else had trouble with tradfri devices just dropping out? A few of my switches keep disconnecting

obsidian path
#

Why are my Philips Hue ambiance GU10 w/BT LTG002 ZHA devices in my deCONZ mesh, while my older spots LTW013 are ZLL devices?
My ned Smart Plug LOM001 is also ZHA.

old kernel
#

After getting annoyed that my zigbee network would blow up every time I restarted homeassistant, I replaced ZHA with zigbee2mqtt. Everything seems to be working okay, with the exception of my thermostats. Those seem to fail to update 9 times out of 10. Has anyone else run into this? Any suggestions?

tawdry raft
#

How are zha and deconz related? I thought they were independent solutions.

dry fossil
#

You should mention which device you're using. Also, see what's in the logs around the time it's not updating.

old kernel
#

Zen thermostat, using a conbee2.
Publish 'set' 'occupied_heating_setpoint' to 'Main House Heat' failed: 'Error: Write 0x00244600000e6969/1 hvacThermostat({"occupiedHeatingSetpoint":1700}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null}) failed (no response received)'

#

I have a feeling it has to do with how zigbee2mqtt handles battery powered devices that sleep. I think (though I'm guessing) that if I added hardwired power to these so they didn't go to sleep, they would probably not have this problem.

#

just frustrating that ZHA and smartthings can handle it just fine

hollow token
#

hey ho

verbal shale
#

does anyone know how to pair philips hue go with zha?

mellow geode
verbal shale
#

@mellow geode but how to pair with zha

#

I have 2 philips hue go

#

one vs 1 and other vs 2

#

before my sonoff zigbee bridge die, I did manage to pair with zha

#

now with a new sonoff zigbee bridge (tasmotizes) I did manage to pair everything exept philips hue go

#

ialready dicharge the battery on bought

#

booth*

mellow geode
#

I also have both generations. Both paired just fine with ZHA. Might wanna reset them with a Hue Dimmer (holding ON/I and OFF/O for 10 - 15 seconds)

spare ridge
#

I need some help, I flashed the wrong firmware on my GU10 Ikea bulbs. I changed the the image_type on the firmware file, and updated. But now the white color does not work properly. I want to go back and flash the correct version, but it doesn't work. Even changing the image_type again. There must exist some kind of check.
I'm using deconz. Does anyone have a hint how to bypass this?

dry fossil
#

but it doesn't work
What doesn't work? What happens? Any errors?

spare ridge
#

If flashes it up to 100%, but at the end. It stays on same version

tired cedar
#

Is there any comparison between the three different zigbee solutions for HA?

lilac wharf
#

Comparison how? The links to each of them are in the topic if that helps

tired cedar
#

Yeah I'm looking at getting a device, because my hue bridge insists that trรฅdfri sockets are lights

#

and I was wondering what the pros and cons were of the different solutions

#

ZHA is integrated in HA, which seems nice, but you mentioned you prefer it to not be, how come?

fervent tiger
#

I'd like to start with Zigbee integration. What's the best option? deCONZ, zha or Zigbee2MQTT. I suspect Zigbee2MQTT is most flexible, right?

golden vessel
lilac wharf
#

I like that zigbee2mqtt isn't dependent on HA. Updates to zigbee2mqtt don't rely on updates to HA, and HA doesn't miss any messages from the Zigbee network when HA is restarting @tired cedar

golden vessel
#

i've seen some mentions about downgrading IKEA firmware around here... that may do it

spare ridge
lilac wharf
#

Plus I like MQTT in general

#

@fervent tiger there's no "best," it's just a matter of preference

#

Keep in mind Z2M and deconz are decoupled from HA if that's something that matters to you

raw gale
#

using zha myself, which works fine for the lights, plugs, switches, sensors etc I have here

#

as in, quite a lot of devices ๐Ÿ˜‰

dry fossil
#

That doesn't help explain the differences ๐Ÿคทโ€โ™‚๏ธ

fervent tiger
#

Seems Conbee is most easiest but less flexible, ZHA inbetween and Zigbee2mqtt is most flexible but request 'more resources' ๐Ÿ˜‰ from the IT guy

lilac wharf
#

All of them pretty much support the same devices. Zigbee2mqtt requires devices to explicitly be supported, whereas ZHA assumes all devices are standards compliant and if they're not, a "quirk" needs to be written for them

dry fossil
#

Conbee is a stick, not an integration...

#

deCONZ is the integration.

raw gale
#

sorry it doesn't indeed, was reacting on the question in general, was thinking about my follow-up; it's nicely integrated in HA, does not need a separate install like deCONZ (which I heard is also great software, but needs some more moving parts), and does not need MQTT. Using a Conbee II stick with ZHA (you do not need deCONZ for this stick)

lilac wharf
#

Indeed, zigbee2mqtt naturally needs an MQTT broker, but that's not particularly difficult to set up (and is very easy if you run an install method with add-ons)

dry fossil
#

And very easy if you don't have add-ons too. The Docker image eclipse/mosquitto takes minutes to set up

lilac wharf
#

Well, it's easy in general heh

raw gale
lilac wharf
#

Before this potentially comes up, having an MQTT broker involved doesn't add any noticeable latency

raw gale
#

good point btw, didn't even think about that, as such message brokers generally are pretty fast

dry fossil
#

And for anyone that might be building a single system across multiple buildings (sheds/greenhouses/barns), your Zigbee doesn't need to reach the other building, as long as you can set up a network-connected device with another coordinator. The MQTT in Z2M means you can have a distributed network.

lilac wharf
#

Indeed. You can accomplish a similar goal by running HA + ZHA on multiple hosts and using the remote HA custom integration FYI, but that's additional work

raw gale
raw gale
golden vessel
lilac wharf
#

Look a few messages above ๐Ÿ˜›

golden vessel
#

oops ๐Ÿ™‚ copying the link made me slow ๐Ÿ˜„

obsidian path
# mellow geode The newer "Zigbee 3.0" bulbs by Signify (Philips Hue) have a QR-code on them and...

Does this have any effect on my Zigbee network?
I thought that ZLL was "better" than ZHA.
The Hubitat documentation recommends to avoid combining Zigbee lightbulbs with other Zigbee devices, and instead keep the lightbulbs on a separate network. Does this also apply to HA?
Right now I have Philips Hue bulbs, motion sensors and dimmer switches. My plan is to move my by Hue GU10 spots to a separate Conbee/deCONZ mesh to create coverage for my Aqara door sensors, and Hue motion sensors and dimmer switches, but keep the rest of my Hue bulbs on the Hue bridge, to be able to control them with Google Assistant and the Hue widget.

mellow geode
#

No, a device with the ZLL profile is not "better".

#

Basically, it shouldn't make a difference.

#

Also, if you're using two Zigbee meshes, make sure that they aren't on the same channel. By default, ZHA (the integration in Home Assistant) is on channel 15 and the channel for the Hue Bridge can be changed in their app.

obsidian path
#

I'm running Hue on channel 20 and deCONZ on channel 25

mellow geode
#

Ah, I see. That's good

verbal shale
#

@mellow geode i dont have the huw dimmer

obsidian path
#

If I understand the Hubitat recommendations correct I should keep my lightbulbs on the Hue bridge, and everything else on another Zigbee network

#

But they don't mention what I should use as repeaters when there are on bulbs on the network

mellow geode
#

I've got 74 devices on my ZHA (the integration in Home Assistant) network. Many ZHA hue bulbs (the new ones) and many "old" ZLL hue bulbs. No issue whatsoever.

lilac wharf
#

@obsidian path most mains-powered Zigbee devices are routers

mellow geode
#

I've also heard that ZLL hue bulbs have issues acting as a router but I didn't have issues.

lilac wharf
#

Exceptions include Sengled bulbs and most no-neutral switches

tired cedar
#

Man I'm having a hard time figuring out what stick to buy. Kinda leaning towards a conbee II currently, as that'll work with all three options

#

but it's using an internal antenna :/

sour shadow
#

Conbee is flagged Experimental for Z2M

tired cedar
#

yeah, that too

lilac wharf
#

ZZH or slaesh's stick will work with z2m and ZHA

sour shadow
#

Honestly, pick a stick that works with ZHA and Z2M, don't worry about deCONZ ๐Ÿ˜‰

mellow geode
tired cedar
#

@sour shadow I was leaning towards that too. Not sure why deCONS doens't want to play with the other kids ๐Ÿ˜›

sour shadow
#

Well, they're special ๐Ÿ˜„

tired cedar
#

I think I'll go for the slaesh stick. Its hips from the EU

verbal shale
#

@mellow geode I did try....alot of times

#

it dont show in zha integration

sour shadow
#

There's a lot of potential for the platform TBH, but they've been going through "growing pains" of late with customer support and stuff shrug

tired cedar
#

ships from the EU, if you need one from the UK, then there's the zzh

fervent tiger
#

Yours is much cheaper, this is ZHA?

tired cedar
#

Zigbee2mqtt or ZHA

violet dagger
#

the eternal question

sour shadow
#

The answer of course is yes

tired cedar
#

heh. I meant it works with either ๐Ÿ™‚

fervent tiger
#

That's flexible ;-), if you even can change the 'option' the way it works with HA. Based on the above info I think I go for this one and start with ZHA

obsidian path
#

Are there anything like the Shelly relays where I can control what happens when the switch is presses. But Zigbee based instead of wifi?
I have found Nordtronic/SunRicer Box Dimmer but it has no where near the features of the Shelly

dry fossil
#

There are some DIY options listed on the websites in the topic.

#

You're quite limited with DIY for Zigbee. It's not as easy as just buying a load of ESP boards.

tired cedar
#

@obsidian path So you mean where it has a button input that's fully programmable, and a switched output?

obsidian path
#

I'm looking for something like the Night mode of the shelly

#

The Nordtronic is Zigbee based, and can turn on/off and dim a normal bulb

#
  • be controller over zigbee
hollow forum
#

@amber gull Well it looks like it was supposed to work, but didn't. I too saw that the power-on attribute changed to 'PowerOnState.LastState'. However in my testing it didn't seem to work. ๐Ÿ˜ฆ Guess I'm still keeping the hue bridge for the power-on state to be working!

tired cedar
#

@obsidian path Yeah that's what I use too. You might be able to go about it in a hacky way, and react to a state-change triggered by the nordtronic

amber gull
#

@hollow forum we must be missing some thing

#

How bad do you want it? Is it worth it to sniff the traffic while you change the setting on the hub?

fervent tiger
#

Or means 'Openthread' ZHA?

tired cedar
#

look for CC2652R

amber gull
#

Or maybe look through Deconz issue? Missing attribute?

#

Or firmware not at latest?

#

Though if it works on hub

tired cedar
#

@fervent tiger OpenThread is an alternative to zigbee

hollow forum
#

@amber gull Sniffing traffic a bit above me, unfortunately. I was actually surprised more people weren't interested in this as it's pretty much the only advantage the hue bridge has? (Also, I'm using a husbzb and the latest firmware.)

amber gull
#

Sniffing is easy if you have a Linux box

hollow forum
#

Well maybe perhaps I will another time. Was thinking about another pi anyways. I'll keep tinkering for now.

amber gull
#

I'll check on my bulbs later next week too

fervent tiger
#

@tired cedar Mine is ordered ๐Ÿ˜‰ Thanks for the tip

tired cedar
#

yeah got one on the way for me too ๐Ÿ™‚

hollow forum
#

Hmm that looks like it could be an alternative. I wonder if the power-on state would work then. Doubtful, but it would also be cool if it could work with other smart bulbs. I wanted to remove the hue bridge because I noticed tons of interference, but I didn't realize there were different channels that could be set up -_-

old kernel
#

Tazmota - sonoff zigbee bridge question:
this thing uses the built in Zigbee HA integration. Does anyone on here use it? If Home Assistant is restarted, does the zigbee network fall on its face for a few minutes to an hour, the way it does for a direct-connected usb controller?

lilac wharf
#

the zigbee network stays up even when using a USB stick with ZHA

#

home assistant just doesn't see any zigbee messages on the network until it's finished restarting

verbal shale
#

@lilac wharf I did try on e thing in ZHA that completly dont work

old kernel
#

I have a conbee2 and when i used ZHA if I restarted HA core (i.e. updated to the next nightly), a third of my devices would drop off the network for a while, so I'm not sure I believe you ๐Ÿ™‚

verbal shale
#

light groups with switchs

#

zigbee groups not ha groups

lilac wharf
#

@old kernel as in, you didn't see any messages from them for a bit after restarting?

old kernel
#

correct

#

and could not control them. some took an hour to recover, repeatably

lilac wharf
#

then perhaps they didn't have anything to report in that time

#

ah, well that's weird. my understanding is that the network itself is unaffected

#

but i'm not an expert by any means (and i don't use ZHA anymore) so someone else would need to comment

amber gull
#

Conbee had some interesting quirks, bugs on network start I believe

old kernel
#

I've been thinking i should send back the conbee and get a zzh or sonoff bridge. zzh coming from EU to US is expensive to ship though...

tired cedar
#

zzh isn't shipped from the EU ๐Ÿ˜‰ (london)

lilac wharf
#

zzh coming from EU to US is expensive to ship though...
instead of $30 + $14 shipping, just think of it as $44 with free shipping

#

problem solved

tired cedar
#

bargain!

old kernel
#

sonoff zb bridge is 26 us

mighty river
#

Hi guys, i have a conbee 2 stick for my zigbee network. i was able to connect it and set it up. However after updating the gateway to its newest firmware it always disconnects after 5 seconds of being logged in. Does anybody know how to easily flash another firmware to the conbee stick without the deconz addon? I have tried with CGFFlasher but to no succes

obsidian sandalBOT
sour shadow
#

โ˜๏ธ So? Which?

mighty river
#

working with the deconz addon

austere patio
mighty river
#

the conbee 2 firmware

#

in the gateway option in deconz

#

after the update it no longer works

amber gull
#

You can ask here too

obsidian sandalBOT
#

deCONZ by dresden elektronik is a software that communicates with ConBee/RaspBee Zigbee gateways and exposes Zigbee devices that are connected to the gateway. Our #zigbee-archived channel is a good place to ask about using it with Home Assistant, but they also have their own Discord server.

mellow geode
#

Also, if you have a bluetooth capable bulb, you can change it that way.

spare ridge
amber gull
mellow geode
#

I'd just do it through the UI (if it's added by the proper quirk). I'll take a look in second

amber gull
#

End point always 11?

mellow geode
#

Yep

#

Mhm, looks correct

amber gull
#

I have a LWA007 that it didn't work on

austere patio
mellow geode
#

(At least you could try to set it using the BT app (to bind with the app, turn off the light by cutting mains and power it back on. BT can pair up to a couple of minutes.) Then you should be able to read the attributes).

#

Perhaps power_on_color_temperature (0x4010) also needs to be changed

amber gull
#

Didn't set that on mine as it's not CCT, but can try blasting all of them

#

Don't need a SW toggle on off after setting attribs or anytbingy

mellow geode
#

I'd just wait a couple of seconds before trying to turn it off and back on, but it should work. Did you change yours using the UI or through service calls?

#

(And on which sw_build_id is it?)

amber gull
#

1.65.11_hB798F2B

#

I haven't even checked if that's latest I just suck down all the available firmwares ๏ฟผ

mellow geode
#

Yeah, that's the latest for most BT-capable models.

#

I'll quickly try on one of my own lamps.

hollow forum
mellow geode
#

For color capable bulbs to properly restore state, I think you also need to set current_x and current_y to 65535 using manufacturer code 4107 (but that already seems to be set by default when checking using that manufacturer code).
But I'm glad that it seems to work now!

hollow forum
#

yeah it seems to be consistent with the power on state! I'm not as concerned about color, but I will try to test it. I was definitely using the UI wrong before since I have no idea what I am doing ๐Ÿ™‚ Glad there are people who know!

mellow geode
#

Is your bulb already "detected" by some Philips quirk?

mellow geode
amber gull
#

We need to flesh out some UI funcs from the quirks

hollow forum
#

Quirk: zhaquirks.philips.zllextendedcolorlight.ZLLExtendedColorLight

amber gull
#

I think one or two quirks has an option to display a function

mellow geode
#

Yeah. For now, it may be best to properly document how to set the power on behavior for hue bulbs.

#

But does the LWA007 bulb already have a quirk? (So that the custom attributes are displayed in the UI?)

amber gull
mellow geode
#

Thanks. If you have any other Philips lights that don't have a quirk (yet), please also send me the signatures (if possible).

amber gull
#

I found the LWBs really poorly behaved

#

that's the only model I have currently, Kinda ended up with them by accident

mellow geode
amber gull
#

They would not always respond to ZCL attribute reads๏ฟผ

#

And would also kill centralite children

mellow geode
#

Huh, that's weird

amber gull
#

Even the LWA007 won't respond to attribute reads consistently

#

(I ping everything)

hollow forum
mellow geode
#

Great. Although I was able to have it restore to last state just fine using the UI.
For color bulbs, it seems like color_on_temperature, the power_on_level and the power_on_state needed to be changed in the respective clusters.

devout egret
#

Hi, I am trying to configure zigbee on NAS Synology. I made a topic https://community.home-assistant.io/t/nas-synology-zigbee-docker-compose/271378 with my current configuration. But I found all information around how to do it like a little mess.

Is it good approach to do it in docker-compose, because as I understand I can't use Supervisor, because I want to use docker. Right?

Can someone share configs and give some hints how to configure all this things without investing a month? ๐Ÿ˜‰

wide sigil
#

Hi! Anyone else having issues with Tradfri RGB bulbs and the conbee2? (using deConz)
Currently, multiple times per day they just don't turn off.
Phoscon webapp says that they are turned off. HomeAssistant says they are, yet my eyes say they aren't.
I have absolutely no Idea how to debug/fix that.
I've been having this problem for months, first with the Ikea Gateway, now with the conbee2.
At this point I think all my 3 rgb bulbs are broken, or they have a bug.

old kernel
#

So I switched back to the ZHA integration, again. Maybe with a firmware update on the conbee2 and a couple more mains powered devices it will be more stable through resets.
I noticed that the 'colorloop' effect isn't available for my Osram/LEDVANCE bulbs. Anyone know what would need to be updated to add it? Would this just be a "quirk"?

old kernel
wide sigil
old kernel
#

hmm. running latest conbee2 firmware? my experience with conbee hasn't been great, but you're right that it might just be your bulbs being buggy.
I sometimes have to turn on and immediately back off devices to get them to actually turn off

wide sigil
#

But yeah, I think the bulbs are broken/ bugged. I connected them to the tradfri hub again, to check for patches, but they're up2date.
Guess I'll buy 3 other rgb ones.

old kernel
#

I've been using osram/sylvania/ledvance bulbs recently, because they're cheap, but they apparently have a very limited buffer for relay/routing and are good at losing packets... wish I could install some hacked firmware that just announces them as end devices

#

i haven't noticed a problem there though. and for now i just want to get 'colorloop' to work ๐Ÿ™‚

wide sigil
#

For now my workaround is to turn all my lights on and off a couple of times in my "leaving home" automation, to make sure they're actually off... ๐Ÿ˜’

old kernel
#

i just switched back from zigbee2mqtt because I had to set my climate automation to run the night setback commands 15 or so times for the thermostats to get them, heh.
the built in ZHA seems more reliable

wide sigil
#

zha didn't do it for me at all, couldn't even connect anything. welp, that's what makes tinkering with this stuff fun, I guess :D

signal adder
#

On the Zigbee map, what to the labels on the edges mean, like "12/6" -- I assume when its one number like "102" that's LQI... but what does the slash mean?

hollow token
#

hey ho, can i use the conbee 2 directly in ha or do i have to setup the deconz docker image?

#

what is the better way?

sour shadow
#

You can use it with zha

#

Better... there is no better

#

Better is about you

hollow token
#

zha is good , perfect

hidden vine
#

Hi! Out of the blue I'm getting "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)". So far I've tried plugging the CC2531 in without USB extender cable, switched config from "- /dev/ttyACM0" to "- >- /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_(...)", multiple system resets and a restore to when everything worked fine. Keep getting the error, and thus can't open the zigbee2mqtt frontend. Does anyone know where else I could search for the problem?

meager vortex
#

Anyone have a link to a decent write-up on ZHA Clusters? Looking for a general howto/overview.

meager vortex
#

Ah, so this is less of a ZHA thing and more of a Zigbee thing

hollow token
#

do someone know a zigbee repeater or similar?

strange ibex
#

tradfri repeater

obsidian sandalBOT
devout egret
#

I asked a question above. It is about Zigbee2MQTT:error 2021-01-23 20:00:34: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0' which shouldn't happen.

sour shadow
#

@devout egret READ THE RULES

#

They are not optional

devout egret
#

?

obsidian sandalBOT
#

@devout egret Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, text walls (longer than 15 lines) and unapproved bots.

Please take the time now to review all of the rules and references in #rules.

sour shadow
#

โ˜๏ธ

#

You've already been told about that. Don't make it a third time

devout egret
#

ok, but while we have automated pastebin why to do this manually...

sour shadow
#

Because ... that's the rules

devout egret
#

ok

sour shadow
#

You still haven't said what USB stick you're using. You'd said that /dev/bus/usb/003/003 was your Z-Wave stick

devout egret
#

slaeshโ€™s CC2652RB stick

sour shadow
#

And you're using a Z-Wave stick?

devout egret
#

only the one which I mentioned above

sour shadow
#

Well, then, that path doesn't related to your Zigbee stick

devout egret
#

But there is Error: Error: No such file or directory, cannot open /dev/ttyACM0' - is it not true?

#

I mean log says something different

sour shadow
#

It means that the thing you passed as /dev/ttyACM0 isn't a functional Zigbee stick

#

So, whatever /dev/bus/usb/003/003 is it doesn't appear to be the thing you need

devout egret
#

ok thanks, but then I have no idea how to find "another one" in NAS Synology. I am going to figure this out.

sour shadow
#

Their forums may be able to help

devout egret
#

I did how they described this. It always end with this path.

#

But I guess there are differences between models maybe

sour shadow
#

Or, that's something else shrug

devout egret
#

yes, but not in my case

#

this path doesn't exist

sour shadow
#

Time to ask their forums for help then

devout egret
#

yes, I am going to figure this out

#

thank you for help

raw gale
hollow token
#

so seems that i have some cool staff ๐Ÿ˜‰

torpid cove
#

am I missing out if I stay with 2531?

sour shadow
#

You're missing out on performance and stability

torpid cove
#

hmm, I need to research a little more. Performance is good enough so far but better stability is always nice

devout egret
#

I installed driver on NAS Synology and now I have - /dev/ttyUSB0:/dev/ttyACM0 but I have exactly the same error Zigbee2MQTT:error 2021-01-23 21:54:12: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'. Any more hints?

sour shadow
#

Are you sure the stick is /dev/ttyUSB0?

devout egret
#

I unplug the stick and plug. I can see in dmesg cp210x converter now attached to ttyUSB0

sour shadow
#

What stick is it?

devout egret
#

slaeshโ€™s CC2652RB stick

sour shadow
#

It should also show up as a /dev/serial/by-id/ path

devout egret
#

NAS Synology doesn't have /dev/serial

sour shadow
#

Oh yes, you've got the weird system shrug

devout egret
#

/dev/ttyUSB0 looks good

#

Can someone confirm if wrong device in /dev/path throw No such file or directory, cannot open /dev/ttyACM0 ?

sour shadow
#

That or the stick doesn't have Zigbee firmware on it

devout egret
#

I ordered with zigbee firmware, but maybe they did mistake. So now I have to figure out how to verify that. The log message is very confusing.

sour shadow
#

It's most likely the device /dev/ttyUSB0 doesn't exist to be passed through, or you've a typo in your config

devout egret
#

but it also can mean it exist, but this is not expected device

sour shadow
#

Or it doesn't have access to it

devout egret
#

Ha I found it!
privileged: true or - /dev/ttyUSB0:/dev/ttyACM0
If it is privileged it is lookg /dev/ttyACM0 (default dev in config) on NAS Synlogy instead of in container. Without privileged it looks in container.

#

so if it works for somebody, it is coincidence somebody has the same path on server and in container

#

in my case I have different path, so official example doesn't work

#

Does HA need access to stick or only zigbee2mqtt?

sour shadow
#

Only the thing using it, which isn't HA ๐Ÿ˜‰

devout egret
#

Ok so I have na issue ๐Ÿ˜‰
I am adding zigbee integration and I have to choose Select serial port for Zigbee radio but I see 0 devices to choose and when I click enter manually I can't write anything - it is bugged.

#

oh ok I think it works differently. HA configs are very confusing.

#

ok I have no idea what to choose there and why I don't see the device on the beginning to choose

sour shadow
#

Why

#

The

#

Fsck

#

You're using Zigbee2MQTT

#

Why would you then configure zha?

devout egret
#

oh, my mistake then

foggy solar
#

Evening everyone, thinking about replacing switches in a few rooms of my house with blanking plates and sticking a tradfri remote to them, but then I realised that to pair a Tradfri bulb you need to toggle the power 6 times.. does anyone know if there's a way around that or if I should just fit an adapter over a switch instead?

devout egret
#

I added one device, but I can't make MQTT to see door open/close sensor. Does it mean something is wrong with configuration or it can mean it doesn't support this device?

#

Oh it already paired, but after about 10 minutes. Why? Is it common?

golden vessel
naive ivy
amber gull
#

Shelly in there with Tube's setup? Where physical switch normally sends a zigbee off, unless HA is down, it physically cuts power?

golden vessel
amber gull
#

Dat price tho

golden vessel
#

yeah, I wouldn't buy it at that price ๐Ÿ˜„

gentle flint
old kernel
#

I switched back to zha and its back to working reliably again. I saw a few others in the zigbee2mqtt project complained about the same problem I had. I think it doesn't know how to send the device wakeup before making a change

sour shadow
#

Just assembled my new ZZH stick, and discovered that there's now a hole over the reset/programming button NM_Tada tada_animated

ivory hound
#

lol so i have a samjin smart button and i had to change battery. the thing is with new battery long press works (give zha events) short one press does not all this while if i put back old battery all works ok, even after i repaired, this happen to me on samjin door sensor also (after changing the battery i had to repair it, was a pain)

#

what is going on?

dry fossil
#

Crap batteries? ๐Ÿคทโ€โ™‚๏ธ

#

If the voltage is lower, maybe it's not enough.

ivory hound
#

is not

#

old one 2,90v

#

new one 3.25

lime locust
#

legacy: false (should this be added in configuration.yaml of the zigbee2mqtt on the top or per device bases ?)

lilac wharf
lime locust
#

im getting an error while trying to pair a Trust wireless switch;

#

Zigbee2MQTT:error 2021-01-24 15:23:53: Failed to configure '0x00158d00038e5ff4', attempt 3 (Error: Bind 0x00158d00038e5ff4/1 genOnOff from '0x00124b0018e299ec/1' failed (AREQ - ZDO - bindRsp after 10000ms)

steep pollen
devout egret
#
cat devices.yaml
'0x00158d00041e2fca':
  friendly_name: 'aqara-sensor-thp'
'0xec1bbdfffe959b8c':
  friendly_name: 'tuya-contact-sensor'

Shouldn't this make this friendly_name in zigbee2mqtt available by automate in HA? If not what is the purpose of that?

#

from doc I see it should work

#

zigbee2mqtt needed to be restart

mild merlin
mellow geode
#

Well, Ecosmart bulbs aren't known for their great software

mild merlin
#

I've gotten that impression, but do you know specific known issues? It's also pretty weird that this worked perfectly well with these bulbs for months and then suddenly started acting weird

mellow geode
#

There is an issue of Ecosmart not responding to unicast requests and basically locking up completely (which is also present in the firmware on the IKEA bulbs (but at least there it could be fixed using updates in the future)).

#

The bulbs need to be power cycled to work again.

#

How many bulbs are in the ZHA group that's not working correctly?

#

Also, are all bulbs in the ZHA group not responding to a group turn on/turn off command or are some bulbs still changing?

mild merlin
#

There are a few - 5 in my bedroom which is the one that I reproduced for the pasted logs, 8 in the basement, 6 in another room, maybe 8 in another room. All these rooms display the same issue at various times, and the issue doesn't require a power cycle to go back to normal, but I've also power cycled these a few times in my debugging

#

all the bulbs in the group stay the same, either all on or all off

#

which is part of what makes me think some internal ZHA handling, maybe some code specific to these bulbs (is there any such code?), may have changed with some HA upgrade I did and I didn't know which version caused it

mellow geode
mild merlin
#

I have not, and didn't realize that there were firmware updates available. Let me see if I can find a way to tell the current firmware I have on there, and maybe see if anything in the changelog looks relevant

mellow geode
#

The chip in the stick is already outdated and other adapters like the Elelabs stick can be updated to much newer firmware.

#

Doing the firmware update shouldn't reset any settings on EZSP based sticks.

mild merlin
#

I guess I could also consider replacing the stick at some point with something still receiving updates. I'm not even sure what coordinator firmware updates tend to address. It does seem that a lot of migration would be involved to get all my devices talking to the new coordinator. So maybe for now I'll stick with the firmware update and consider a replacement another time ๐Ÿ™‚

mellow geode
#

Yep, could be a good idea!

#

In the future, you can also backup the stick using the bellows library Home Assistant is using and load it on another stick.
There's also an experimental script to go from an EZSP based stick (like your stick or the Elelabs stick) to a TI based stick (like the ZZH stick).
I'm not sure if this is related to your issue though. So trying the firmware update first seems like a good idea.

mild merlin
#

ah ok that's good to know

#

oof

#

the price is certainly right, but seemingly maybe for a reason...

mellow geode
#

Probably

mild merlin
#

I think I have 40 or 60 of them in total right now, many installed and many waiting to be installed, so hopefully this brings them back to how they were the first few months I was using them

#

thank you for the tips, I'll give the firmware upgrade a try!

mellow geode
verbal shale
#

does anyone know how to pair the philips hue go in zha? without philips hue or hue dimmer )i already did a 10seconds reset and 20 seconds hardreset) and still zha cant seee the philips hue go

amber gull
#

@mild merlin I could tell you some tales. We hacked the hub looking for firmware updates. Nada.

#

Tried to spoof a IKEA image into them

#

Cut one open and booted via FTDI๏ฟผ

mild merlin
#

haha wow

amber gull
#

I've sent messages to the firmware manager, Fan Ma, at LEEDARSON