#Docker-Synology-ConBee2
1 messages · Page 1 of 1 (latest)
What version of the platform is on that NAS? DSM7, or something older, that works?
DSM7
Well... that's your problem
They removed USB passthrough
I'd buy a CC2652 based ethernet connected coordinator, such as those listed in https://www.zigbee2mqtt.io/guide/adapters/#recommended
Hmm... okay
Don't buy one that's WiFi connected
If you're in North America then Tube is (relatively) local and has a good track record
Given how sensitive the ConBee is to any form of RF interference, it's a good thing anyway 
What a pain--seems like it's one problem after another
Thanks @shut gazelle
Was able to get the device recognized, but am still looking for drivers that seem to have disappeared... Did this site get decommissioned?
http://www.jadahl.com/
Alternatively can HA be installed with the Virtual Machine Manager instead of Docker?
I'd expect so, though I don't know if that'll help - I don't know that you can pass through USB to VMs either any more
Trying to figure out how to pass /dec/ttyACM0 to the Docker container now
You lose nothing but time by trying
I'm struggling to pass /dev/ttyACM0 to the Docker container
@shut gazelle Any idea how to do this?
Again, very new to Docker
sudo docker run --restart always -d --name home-assistant -p 8123:8123 -v /volume2/docker/homeassistant:/config --device=/dev/ttyACM0 -e TZ=America/New_York --net=bridge homeassistant/home-assistant:latest
I don't use Synology, I have no idea how to get kernel modules loaded... and, that's one fucked up Docker command
You don´t need to look for new hardware. This one works fine for me: https://mariushosting.com/synology-how-to-add-usb-support-on-dsm-7/
@glass zephyr Please give Feedback, if this a good / bad solution for you.
Yes I arrived at the same solution, through a different website. Definitely works to pass USB through to a Docker instance
How is it messed up? Worked perfectly
- You listed both ports and a network
- You're not using host mode networking
- You're using
latest
Should we not be using the latest?
Is it wrong to specify the port? Didn't seem to be a way to do this in the GUI.
Is host mode preferred? The software didn't seem to detect all devices when the network was isolated to the host.
I did. They do not, but appreciate it!
They do
They clearly show using :stable
Because latest is the most recently built container image, which could be beta, dev, or stable
They also show using host networking because that's the only supported configuration
Not sure what that means. As I said--new to this.
@glass zephyr 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).
The point is ... use :stable as shown in the docs
Will do!
Or don't, and then wonder why your HA install is broken without warning
Not sure what this means.
It means... #1042851379154259968 message
Also known as ... we're having a conversation, you can stop with the damned notification pings demanding my attention
Not really sure what that means either.
Or not, because ... I'm done
Geez okay. Sorry I'm new to the community. Appreciate the help
Re-read that link several times now and don't see specific mention of bridge/host and supported networking modes.
If a port is not specified will the host network know to pass port 8123 and be available on the local network?
Sorry I'm not an expert at the solution.