Centos 7 HUSBZB-1 EMBER EM35x Offline

  • Platform information:
    • Hardware: CPUArchitecture/RAM/storage i5 16 gb 250gb m.2
    • OS: what OS is used and which version Centos 7
    • Java Runtime Environment: which java platform is used and what version Zulu 8
    • openHAB version: 2.4
  • Issue of the topic: please be detailed explaining your issue Unable to get Zigbee controller to “online”

getting offline communication error
cp210x ttyUSB1: failed set req 0x1e size 4 status: -32
p210x ttyUSB1: failed to set baud rate to 300

Please be aware that the Z-wave (USB0) side came online almost instantly

I have followed Setup HUSBZB-1 (EMBER EM35x Coordinator) Help Please and Linear HUSBZB-1 in linux

here is my log:tail

Blockquote
openhab> log:tail
14:52:31.129 [INFO ] [e.core.internal.i18n.I18nProviderImpl] - Location set to ‘33.3096015,-112.023732’.
14:52:31.171 [INFO ] [mebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder
14:52:31.184 [INFO ] [bpanel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
14:52:34.156 [INFO ] [rthome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
14:52:34.464 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from UNINITIALIZED to INITIALIZING
14:52:34.488 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from INITIALIZING to UNKNOWN
14:52:34.711 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.0.185:8080
14:52:34.712 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.0.185:8443
14:52:34.799 [INFO ] [marthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
14:52:35.541 [ERROR] [nding.zigbee.handler.ZigBeeSerialPort] - Serial Error: Port /dev/ttyUSB0 does not exist.
14:52:35.542 [ERROR] [.zigbee.dongle.ember.ZigBeeDongleEzsp] - Unable to open Ember serial port
14:52:35.548 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from UNKNOWN to OFFLINE: Failed to open communications port
14:52:35.548 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from OFFLINE: Failed to open communications port to OFFLINE (COMMUNICATION_ERROR)
14:54:04.914 [INFO ] [arthome.event.FirmwareStatusInfoEvent] - Firmware status of thing zigbee:coordinator_ember:d6742b03 changed to UNKNOWN.
15:44:13.756 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing ‘zigbee:coordinator_ember:d6742b03’ has been updated.
15:44:26.081 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zwave:serial_zstick:b1739755’ changed from UNINITIALIZED to INITIALIZING
15:44:26.115 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing ‘zwave:serial_zstick:b1739755’ has been updated.
15:44:26.115 [INFO ] [ding.zwave.handler.ZWaveSerialHandler] - Connecting to serial port ‘/dev/ttyUSB0’
15:44:26.123 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zwave:serial_zstick:b1739755’ changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
15:44:26.162 [INFO ] [ding.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
15:44:26.194 [INFO ] [ave.internal.protocol.ZWaveController] - Starting ZWave controller
15:44:26.196 [INFO ] [ave.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.
15:44:29.441 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zwave:serial_zstick:b1739755’ changed from OFFLINE (BRIDGE_OFFLINE): Controller is offline to ONLINE
15:44:29.445 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing ‘zwave:serial_zstick:b1739755’ has been updated.
15:51:49.435 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing ‘zigbee:coordinator_ember:d6742b03’ has been updated.
15:51:54.718 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from OFFLINE (COMMUNICATION_ERROR) to REMOVING
15:51:54.720 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from REMOVING to REMOVED
15:51:54.728 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from REMOVED to UNINITIALIZED
15:51:54.740 [ERROR] [rnal.common.AbstractInvocationHandler] - An error occurred while calling method ‘ThingHandler.dispose()’ on ‘org.openhab.binding.zigbee.ember.handler.EmberHandler@37e6527’: null
java.lang.NullPointerException: null
at com.zsmartsystems.zigbee.app.discovery.ZigBeeDiscoveryExtension.extensionShutdown(ZigBeeDiscoveryExtension.java:96) ~[?:?]
at com.zsmartsystems.zigbee.ZigBeeNetworkManager.shutdown(ZigBeeNetworkManager.java:529) ~[?:?]
at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.dispose(ZigBeeCoordinatorHandler.java:303) ~[?:?]
at org.openhab.binding.zigbee.ember.handler.EmberHandler.dispose(EmberHandler.java:128) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [102:org.eclipse.smarthome.core:0.10.0.oh240]
at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [102:org.eclipse.smarthome.core:0.10.0.oh240]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
15:51:54.753 [ERROR] [.core.thing.internal.ThingManagerImpl] - Exception occurred while disposing handler of thing ‘zigbee:coordinator_ember:d6742b03’: null
java.lang.NullPointerException: null
at com.zsmartsystems.zigbee.app.discovery.ZigBeeDiscoveryExtension.extensionShutdown(ZigBeeDiscoveryExtension.java:96) ~[?:?]
at com.zsmartsystems.zigbee.ZigBeeNetworkManager.shutdown(ZigBeeNetworkManager.java:529) ~[?:?]
at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.dispose(ZigBeeCoordinatorHandler.java:303) ~[?:?]
at org.openhab.binding.zigbee.ember.handler.EmberHandler.dispose(EmberHandler.java:128) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [102:org.eclipse.smarthome.core:0.10.0.oh240]
at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [102:org.eclipse.smarthome.core:0.10.0.oh240]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
15:51:54.768 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - ‘zigbee:coordinator_ember:d6742b03’ changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)