OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
104 stars 30 forks source link

[bug] Meter data is being dropped #29

Closed alex-savin closed 4 years ago

alex-savin commented 4 years ago

Log 1

[20200124 20:54:50.882 UTC] [ozw.library] [debug]: Detail - Node: 33 Removing current message
[20200124 20:54:50.882 UTC] [ozw.library] [debug]: Detail - Node: 33 Notification: Notification - TimeOut
[20200124 20:54:50.883 UTC] [ozw.library] [debug]: Detail - Node: 0
[20200124 20:54:50.883 UTC] [ozw.notifications] [debug]: Notification pvt_ozwNotification NotificationTypes::Notification_Code_MsgTimeout
[20200124 20:54:50.883 UTC] [ozw.library] [info]: Info - Node: 33 Sending (Send) message (Callback ID=0xc9, Expected Reply=0x04) - MeterCmd_Get (Node=33): 0x01, 0x0a, 0x00, 0x13, 0x21, 0x03, 0x32, 0x01, 0x20, 0x25, 0xc9, 0x3b
[20200124 20:54:50.883 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event ozwNotification
[20200124 20:54:50.883 UTC] [ozw.library] [info]: Info - Node: 33 Encrypted Flag is 0
[20200124 20:54:50.883 UTC] [qt.mqtt.connection] [debug]: qint32 QMqttConnection::sendControlPublish(const QMqttTopicName&, const QByteArray&, quint8, bool, const QMqttPublishProperties&) QMqttTopicName("OpenZWave/1/event/notification/")  Size: 92  bytes. QoS: 0  Retain: false
[20200124 20:54:50.883 UTC] [qt.mqtt.connection.verbose] [debug]: bool QMqttConnection::writePacketToTransport(const QMqttControlPacket&)  DataSize: 127
[20200124 20:54:50.884 UTC] [qt.mqtt.connection.verbose] [debug]: void QMqttConnection::transportReadReady()
[20200124 20:54:50.884 UTC] [qt.mqtt.connection.verbose] [debug]: Received PUBLISH
[20200124 20:54:50.884 UTC] [qt.mqtt.connection.verbose] [debug]: Finalize PUBLISH: topic: QMqttTopicName("OpenZWave/1/event/notification/")  payloadLength: 92
[20200124 20:54:50.891 UTC] [ozw.library] [debug]: Detail - Node: 33   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
[20200124 20:54:50.891 UTC] [ozw.library] [debug]: Detail - Node: 33   ZW_SEND_DATA delivered to Z-Wave stack
[20200124 20:54:50.907 UTC] [ozw.library] [debug]: Detail - Node: 33   Received: 0x01, 0x07, 0x00, 0x13, 0xc9, 0x00, 0x00, 0x02, 0x20
[20200124 20:54:50.907 UTC] [ozw.library] [debug]: Detail - Node: 33   ZW_SEND_DATA Request with callback ID 0xc9 received (expected 0xc9)
[20200124 20:54:50.907 UTC] [ozw.library] [info]: Info - Node: 33 Request RTT 23 Average Request RTT 25
[20200124 20:54:50.907 UTC] [ozw.library] [debug]: Detail - Node: 33   Expected callbackId was received

Log 2

[20200124 20:55:00.884 UTC] [ozw.library] [debug]: Detail - Node: 33 Removing current message
[20200124 20:55:00.884 UTC] [ozw.library] [debug]: Detail - Node: 33 Notification: Notification - TimeOut
[20200124 20:55:00.885 UTC] [ozw.library] [debug]: Detail - Node: 0
[20200124 20:55:00.885 UTC] [ozw.library] [info]: Info - Node: 33 Sending (Send) message (Callback ID=0xca, Expected Reply=0x04) - MeterCmd_Get (Node=33): 0x01, 0x0a, 0x00, 0x13, 0x21, 0x03, 0x32, 0x01, 0x28, 0x25, 0xca, 0x30
[20200124 20:55:00.885 UTC] [ozw.notifications] [debug]: Notification pvt_ozwNotification NotificationTypes::Notification_Code_MsgTimeout
[20200124 20:55:00.885 UTC] [ozw.library] [info]: Info - Node: 33 Encrypted Flag is 0
[20200124 20:55:00.885 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event ozwNotification
[20200124 20:55:00.885 UTC] [qt.mqtt.connection] [debug]: qint32 QMqttConnection::sendControlPublish(const QMqttTopicName&, const QByteArray&, quint8, bool, const QMqttPublishProperties&) QMqttTopicName("OpenZWave/1/event/notification/")  Size: 92  bytes. QoS: 0  Retain: false
[20200124 20:55:00.885 UTC] [qt.mqtt.connection.verbose] [debug]: bool QMqttConnection::writePacketToTransport(const QMqttControlPacket&)  DataSize: 127
[20200124 20:55:00.886 UTC] [qt.mqtt.connection.verbose] [debug]: void QMqttConnection::transportReadReady()
[20200124 20:55:00.886 UTC] [qt.mqtt.connection.verbose] [debug]: Received PUBLISH
[20200124 20:55:00.886 UTC] [qt.mqtt.connection.verbose] [debug]: Finalize PUBLISH: topic: QMqttTopicName("OpenZWave/1/event/notification/")  payloadLength: 92
[20200124 20:55:00.893 UTC] [ozw.library] [debug]: Detail - Node: 33   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
[20200124 20:55:00.893 UTC] [ozw.library] [debug]: Detail - Node: 33   ZW_SEND_DATA delivered to Z-Wave stack
[20200124 20:55:00.909 UTC] [ozw.library] [debug]: Detail - Node: 33   Received: 0x01, 0x07, 0x00, 0x13, 0xca, 0x00, 0x00, 0x02, 0x23
[20200124 20:55:00.909 UTC] [ozw.library] [debug]: Detail - Node: 33   ZW_SEND_DATA Request with callback ID 0xca received (expected 0xca)
[20200124 20:55:00.909 UTC] [ozw.library] [info]: Info - Node: 33 Request RTT 23 Average Request RTT 24
[20200124 20:55:00.909 UTC] [ozw.library] [debug]: Detail - Node: 33   Expected callbackId was received
Fishwaldo commented 4 years ago

Need Full Logs. Please open the issue at the open-zwave issue tracker as this is not related to this wrapper.