Zigbee binding device not found Serial Error: Port /dev/ttyACM1 does not exist

I got a zigbee binding. Friend of mine programmed it and got it working on his openhab2 instance.
Brought it over to my house and tried to get it to work and can’t.
It shows up on the serial port in ubuntu, but we see this in my openhab2 log.
Thoughts?

2017-06-09 20:50:17.099 [DEBUG] [ndler.ZigBeeCoordinatorCC2531Handler] - ZigBee Coordinator CC2531 opening Port:’/dev/ttyACM1’ PAN:c563, Channel:-1
2017-06-09 20:50:17.106 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Scheduling ZigBee start
2017-06-09 20:50:17.469 [WARN ] [org.openhab.io.net.http.HttpUtil ] - Method failed: HTTP/1.1 500 Internal Server Error
2017-06-09 20:50:17.830 [WARN ] [org.openhab.io.net.http.HttpUtil ] - Method failed: HTTP/1.1 400 Bad Request
2017-06-09 20:50:17.835 [ERROR] [inding.ecobee.internal.EcobeeBinding] - Error retrieving tokens: invalid_grant
2017-06-09 20:50:18.107 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee network starting
2017-06-09 20:50:18.107 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Initialising ZigBee coordinator
2017-06-09 20:50:18.110 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Creating ZigBee discovery service for zigbee:coordinator_cc2531:9d1b1f07
2017-06-09 20:50:18.111 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Activating ZigBee discovery service for zigbee:coordinator_cc2531:9d1b1f07
2017-06-09 20:50:18.112 [DEBUG] [org.openhab.binding.zigbee ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.discovery.DiscoveryService}={service.id=377, service.bundleid=213, service.scope=singleton} - org.openhab.binding.zigbee
2017-06-09 20:50:18.161 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Key initialise null
2017-06-09 20:50:18.195 [DEBUG] [ndler.ZigBeeCoordinatorCC2531Handler] - Opening ZigBee CC2531 serial port
2017-06-09 20:50:18.195 [DEBUG] [ndler.ZigBeeCoordinatorCC2531Handler] - Connecting to serial port [/dev/ttyACM1]
2017-06-09 20:50:18.198 [ERROR] [ndler.ZigBeeCoordinatorCC2531Handler] - Serial Error: Port /dev/ttyACM1 does not exist

Have you done this Zigbee binding yet?
This is something I forget sometimes …

If this won’t help (assuming you’re on a Raspberry Pi), then go through the whole procedure for solving serial port issues on RPi as described here OpenHAB2 + Razberry + Z-Wave Binding

Hope that helps :wink:

Thanks! That did it!