Pi3 + RaZberry2
Posted: Friday 20 January 2017 7:54
Really close to giving up now...
I have tested to compile from source, use the script from install.domoticz.com on multiple different Jessie-images.
Right now I'm running 4.4.43-v7 as Kent in this thread viewtopic.php?f=24&t=13775 got to work.
I can get the RaZbian to work with z-wave.me's web interface and I can control the switches I have been testing with... so it's not a hardware issue.
This is the log, I did delete the domoticz.db and after the web is started I add the RaZbian controller on /dev/ttyAMA0 then I get a timeout.
I had the Controller running and one switch in the network... but still got the timeout's. Wrote a shorter thread on a Swedish board... but no answer there.
This is the log I got then:
I have tried to reset the controller, same issue.
No "strange" things installed, a really clean image with Domoticz compiled from source (git pull yesterday) with the instructions on the wiki.
Anyone with suggestions on how to move forward?
Possible to debug-log the z-wave engine?
I have tested to compile from source, use the script from install.domoticz.com on multiple different Jessie-images.
Right now I'm running 4.4.43-v7 as Kent in this thread viewtopic.php?f=24&t=13775 got to work.
I can get the RaZbian to work with z-wave.me's web interface and I can control the switches I have been testing with... so it's not a hardware issue.
This is the log, I did delete the domoticz.db and after the web is started I add the RaZbian controller on /dev/ttyAMA0 then I get a timeout.
Code: Select all
pi@domoticz:~/dev-domoticz $ sudo ./domoticz -www 80 -sslwww 0 -log /var/log/domoticz.log -loglevel 0
2017-01-20 07:40:28.754 Domoticz V3.6389 (c)2012-2017 GizMoCuz
2017-01-20 07:40:28.755 Build Hash: 62434a5, Date: 2017-01-19 14:01:46
2017-01-20 07:40:28.755 System: Raspberry Pi
2017-01-20 07:40:28.755 Startup Path: /home/pi/dev-domoticz/
2017-01-20 07:40:29.244 PluginSystem: Started, Python version '3.4.2'.
2017-01-20 07:40:29.250 Active notification Subsystems: http (1/12)
2017-01-20 07:40:29.279 WebServer(HTTP) started on address: :: with port 80
2017-01-20 07:40:29.286 Proxymanager started.
2017-01-20 07:40:29.287 Starting shared server on: :::6144
2017-01-20 07:40:29.287 TCPServer: shared server started...
2017-01-20 07:40:29.288 RxQueue: queue worker started...
2017-01-20 07:40:31.289 EventSystem: reset all events...
2017-01-20 07:40:31.290 EventSystem: reset all device statuses...
2017-01-20 07:40:31.290 EventSystem: Started
2017-01-20 07:40:31.541 PluginSystem: Entering work loop.
2017-01-20 07:40:39.298 Incoming connection from: 192.168.100.116
2017-01-20 07:41:00.035 OpenZWave: Starting...
2017-01-20 07:41:00.035 OpenZWave: Version: 1.4-2360-ge33f955-dirty
2017-01-20 07:41:00.035 OpenZWave: using config in: /home/pi/dev-domoticz/Config/
2017-01-20 07:41:00.047 Always, OpenZwave Version 1.4.2360 Starting Up
2017-01-20 07:41:11.079 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-01-20 07:41:11.079 Always,
2017-01-20 07:41:11.079 Always, Dumping queued log messages
2017-01-20 07:41:11.079 Always,
2017-01-20 07:41:11.079 Always,
2017-01-20 07:41:11.079 Always, End of queued log message dump
2017-01-20 07:41:11.079 Always,
2017-01-20 07:41:11.080 OpenZWave: Received timeout notification from HomeID: 4289212457, NodeID: 255 (0xff)
2017-01-20 07:41:12.145 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-01-20 07:41:12.145 Always,
2017-01-20 07:41:12.145 Always, Dumping queued log messages
2017-01-20 07:41:12.145 Always,
2017-01-20 07:41:12.145 Always,
2017-01-20 07:41:12.145 Always, End of queued log message dump
2017-01-20 07:41:12.145 Always,
2017-01-20 07:41:12.146 OpenZWave: Received timeout notification from HomeID: 4289212457, NodeID: 255 (0xff)
2017-01-20 07:41:13.642 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-01-20 07:41:13.642 Always,
2017-01-20 07:41:13.642 Always, Dumping queued log messages
2017-01-20 07:41:13.642 Always,
2017-01-20 07:41:13.643 Always,
2017-01-20 07:41:13.643 Always, End of queued log message dump
2017-01-20 07:41:13.643 Always,
2017-01-20 07:41:13.643 OpenZWave: Received timeout notification from HomeID: 4289212457, NodeID: 255 (0xff)
2017-01-20 07:41:15.142 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-01-20 07:41:15.142 Always,
2017-01-20 07:41:15.143 Always, Dumping queued log messages
2017-01-20 07:41:15.143 Always,
2017-01-20 07:41:15.143 Always,
2017-01-20 07:41:15.143 Always, End of queued log message dump
2017-01-20 07:41:15.143 Always,
2017-01-20 07:41:15.143 OpenZWave: Received timeout notification from HomeID: 4289212457, NodeID: 255 (0xff)
2017-01-20 07:41:58.837 Closing application!...
2017-01-20 07:41:58.837 Stopping worker...
2017-01-20 07:41:58.837 RxQueue: queue worker stopped...
2017-01-20 07:41:58.838 WebServer(HTTP) stopped
2017-01-20 07:41:59.339 TCPServer: shared server stopped
2017-01-20 07:41:59.339 Stopping all hardware...
2017-01-20 07:41:59.566 OpenZWave: Closed
2017-01-20 07:42:00.566 Always, ***************************************************************************
2017-01-20 07:42:00.567 Always, ********************* Cumulative Network Statistics *********************
2017-01-20 07:42:00.567 Always, *** General
2017-01-20 07:42:00.567 Always, Driver run time: . . . 0 days, 0 hours, 1 minutes
2017-01-20 07:42:00.567 Always, Frames processed: . . . . . . . . . . . . . . . . . . . . 12
2017-01-20 07:42:00.567 Always, Total messages successfully received: . . . . . . . . . . 6
2017-01-20 07:42:00.567 Always, Total Messages successfully sent: . . . . . . . . . . . . 10
2017-01-20 07:42:00.567 Always, ACKs received from controller: . . . . . . . . . . . . . 5
2017-01-20 07:42:00.567 Always, *** Errors
2017-01-20 07:42:00.567 Always, Unsolicited messages received while waiting for ACK: . . 5
2017-01-20 07:42:00.567 Always, Reads aborted due to timeouts: . . . . . . . . . . . . . 4
2017-01-20 07:42:00.568 Always, Bad checksum errors: . . . . . . . . . . . . . . . . . . 2
2017-01-20 07:42:00.568 Always, CANs received from controller: . . . . . . . . . . . . . 1
2017-01-20 07:42:00.568 Always, NAKs received from controller: . . . . . . . . . . . . . 0
2017-01-20 07:42:00.568 Always, Out of frame data flow errors: . . . . . . . . . . . . . 23
2017-01-20 07:42:00.568 Always, Messages retransmitted: . . . . . . . . . . . . . . . . . 1
2017-01-20 07:42:00.568 Always, Messages dropped and not delivered: . . . . . . . . . . . 4
2017-01-20 07:42:00.568 Always, ***************************************************************************
2017-01-20 07:42:03.300 Scheduler stopped...
2017-01-20 07:42:03.579 EventSystem: Stopped...
2017-01-20 07:42:03.585 PluginSystem: Exiting work loop.
2017-01-20 07:42:03.607 PluginSystem: Stopped.
2017-01-20 07:42:04.078 Mainworker Stopped...
pi@domoticz:~/dev-domoticz $
This is the log I got then:
Code: Select all
2017-01-16 22:20:01.576 User: Admin initiated a switch command (1/Switch/Off)
2017-01-16 22:20:01.577 OpenZWave: Domoticz has send a Switch command! NodeID: 3 (0x03)
2017-01-16 22:20:01.578 (RaZ) Light/Switch (Switch)
2017-01-16 22:20:11.601 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:21:23.040 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:22:33.049 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:23:43.058 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:24:53.067 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:26:03.077 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:27:13.086 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:28:23.095 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:31:38.034 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:32:48.043 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
2017-01-16 22:33:58.052 OpenZWave: Received timeout notification from HomeID: 4175844085, NodeID: 3 (0x03)
I have tried to reset the controller, same issue.
No "strange" things installed, a really clean image with Domoticz compiled from source (git pull yesterday) with the instructions on the wiki.
Anyone with suggestions on how to move forward?
Possible to debug-log the z-wave engine?