#I’m getting “bash zigpy command not
1 messages · Page 1 of 1 (latest)
So you ran pip install git+https://github.com/zigpy/zigpy-cli.git. What is the output?
No worries
I ran pip install zigpy-znp
Both websites you linked has different commands
I’ll do the other one
Ah. Those instructions were just for getting into the Docker container
@sinful scaffold You can just take a screenshot of it
Is ZHA disabled? Also, can you upload the output of ls -l /dev/serial/by-id/?
yeah its disabled
Also, which coordinator are you using?
The znp radio type will only work with the CC2652 (e.g. a Sonoff -P stick)
the nortek gocontrol
Ah, that would be the problem
hubz
Replace znp with ezsp and it should run
the brackets around a single channel, is that telling me which is the best, or which one its currently set to?
That's the current channel. Can you upload a screenshot of the output?
Looks like your current channel may be fine then but you can try switching to 25 if you don't mind possibly having to re-join some devices
if im not mistaken, 25 has a lower transmission power than the rest, right?
some FCC requirement i heard about a while ago
Not really sure. I've heard that for 26 but I've not seen any info about it. Regardless, the transmission power of the coordinator doesn't matter all that much in a mesh network.
is 25 one of those channels that some devices dont support?
Very very few devices have issues with channels. I think just Konke and one other brand
But 25 is one of the "standard" channels and should be supported by everything
ahh alright, i might try 25 later on today when ive got some time to fix things that stop working
so to change channel id do zigpy radio ezsp /dev/ttyUSB1 change-channel --channel 25
?
then just reenable zha
Yep
alright cool, i guess it doesnt make a huge difference which wifi channel i put my other AP on then
neither 1 nor 6 would effect zigbee channel 25
and worst case scenario 25 doesnt work, i go back to 20, and set the second ap to channel 1 to avoid the sideband of channel 6 interfering
alright well thank you very much!