NorthQ NQ-9121 Gas Reader

For Z-Wave related questions in Domoticz

Moderator: leecollings

Post Reply
micha_pr
Posts: 82
Joined: Friday 24 October 2014 12:26
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany, near Berlin
Contact:

NorthQ NQ-9121 Gas Reader

Post by micha_pr »

I have added the configuration in software (OTW XML and manufacturer_specific.xml), will receive now data, but device will not be created.

I think something maybe missing in Domoticz?

Code: Select all

<Manufacturer id="0096" name="NorthQ">
  <Product type="0001" id="0001" name="NQ-92021 Power Reader" config="northq/nq92021.xml"/>
  <Product type="0010" id="0001" name="NQ-9121 Gas Reader" config="northq/nq9121.xml"/>
</Manufacturer>

Code: Select all

removed wrong log - see below.

right log is below.
Will submit XMLs to OpenZwave - but would be nice to see the device.
Can I make here any changes?

THANKS!
Last edited by micha_pr on Tuesday 11 November 2014 20:12, edited 2 times in total.
Michael Pruefer
----------------------------
http://www.zwave-review.com (German only)
http://www.SmartHome.Work (German only)
User avatar
gizmocuz
Posts: 2352
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by gizmocuz »

do you have accept new hardware devices enabled in the application settings ?
Quality outlives Quantity!
micha_pr
Posts: 82
Joined: Friday 24 October 2014 12:26
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany, near Berlin
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by micha_pr »

of course :)
Michael Pruefer
----------------------------
http://www.zwave-review.com (German only)
http://www.SmartHome.Work (German only)
User avatar
gizmocuz
Posts: 2352
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by gizmocuz »

there are a lot of changes that have no new value:

d value=57867.218, new value=57867.218, type=strin

so maybe thats why you don't see anything ?
Quality outlives Quantity!
micha_pr
Posts: 82
Joined: Friday 24 October 2014 12:26
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany, near Berlin
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by micha_pr »

no :)
But I have reported wrong node,,, ;(

Code: Select all

2014-11-08 10:45:43.050 Info, Node004, Received Wakeup Notification from node 4
2014-11-08 10:45:43.050 Info, Node004,   Node 4 has been marked as awake
2014-11-08 10:45:43.050 Detail, Node004, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2014-11-08 10:45:43.050 Detail, Node004, QueryStage_Dynamic
2014-11-08 10:45:43.050 Detail, Node004, Queuing (Send) MeterCmd_Get (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x32, 0x01, 0x00, 0x25, 0x50, 0xa7
2014-11-08 10:45:43.051 Detail, Node004, Queuing (Send) BatteryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x80, 0x02, 0x25, 0x51, 0x15
2014-11-08 10:45:43.051 Detail, Node004, Queuing (Query) Query Stage Complete (Dynamic)
2014-11-08 10:45:43.051 Detail, Node004, Queuing (WakeUp) BatteryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x80, 0x02, 0x25, 0x4b, 0x0f
2014-11-08 10:45:43.053 Info, Node004, Sending (WakeUp) message (Attempt 2, Callback ID=0x52, Expected Reply=0x04) - BatteryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x80, 0x02, 0x25, 0x52, 0x16
2014-11-08 10:45:43.060 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2014-11-08 10:45:43.061 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2014-11-08 10:45:43.078 Detail, Node004,   Received: 0x01, 0x05, 0x00, 0x13, 0x52, 0x00, 0xbb
2014-11-08 10:45:43.079 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x52 received (expected 0x52)
2014-11-08 10:45:43.079 Info, Node004, Request RTT 26 Average Request RTT 24
2014-11-08 10:45:43.086 Detail, Node004,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x04, 0x03, 0x80, 0x03, 0x3d, 0x4b
2014-11-08 10:45:43.087 Info, Node004, Response RTT 33 Average Response RTT 31
2014-11-08 10:45:43.087 Info, Node004, Received Battery report from node 4: level=61
2014-11-08 10:45:43.088 Detail, Node004, Refreshed Value: old value=61, new value=61, type=uint8
2014-11-08 10:45:43.088 Detail, Node004, Changes to this value are not verified
2014-11-08 10:45:43.088 Detail, Node004,   Expected reply and command class was received
2014-11-08 10:45:43.091 Detail, Node004,   Message transaction complete
2014-11-08 10:45:43.092 Detail, Node004, Removing current message
2014-11-08 10:45:43.093 Info, Node004, Sending (Send) message (Callback ID=0x50, Expected Reply=0x04) - MeterCmd_Get (Node=4): 0x01, 0x0a, 0x00, 0x13, 0x04, 0x03, 0x32, 0x01, 0x00, 0x25, 0x50, 0xa7
2014-11-08 10:45:43.101 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2014-11-08 10:45:43.101 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2014-11-08 10:45:43.113 Detail, Node004,   Received: 0x01, 0x05, 0x00, 0x13, 0x50, 0x00, 0xb9
2014-11-08 10:45:43.113 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x50 received (expected 0x50)
2014-11-08 10:45:43.114 Info, Node004, Request RTT 20 Average Request RTT 22
2014-11-08 10:45:43.123 Detail, Node004,   Received: 0x01, 0x14, 0x00, 0x04, 0x00, 0x04, 0x0e, 0x32, 0x02, 0x22, 0x64, 0x00, 0x04, 0xd1, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1a
2014-11-08 10:45:43.124 Info, Node004, Response RTT 30 Average Response RTT 30
2014-11-08 10:45:43.124 Detail, Node004, Refreshed Value: old value=false, new value=false, type=bool
2014-11-08 10:45:43.124 Detail, Node004, Changes to this value are not verified
2014-11-08 10:45:43.124 Info, Node004, Received Meter report from node 4: Gas=315.740cubic meters
2014-11-08 10:45:43.125 Detail, Node004, Refreshed Value: old value=315.680, new value=315.740, type=string
2014-11-08 10:45:43.125 Detail, Node004, Changes to this value are not verified
2014-11-08 10:45:43.125 Detail, Node004,   Expected reply and command class was received
2014-11-08 10:45:43.125 Detail, Node004,   Message transaction complete
2014-11-08 10:45:43.126 Detail, Node004, Removing current message
2014-11-08 10:45:43.127 Info, Node004, Sending (Send) message (Callback ID=0x51, Expected Reply=0x04) - BatteryCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x80, 0x02, 0x25, 0x51, 0x15
2014-11-08 10:45:43.134 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2014-11-08 10:45:43.135 Detail, Node004,   ZW_SEND_DATA delivered to Z-Wave stack
2014-11-08 10:45:43.146 Detail, Node004,   Received: 0x01, 0x05, 0x00, 0x13, 0x51, 0x00, 0xb8
2014-11-08 10:45:43.146 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x51 received (expected 0x51)
2014-11-08 10:45:43.147 Info, Node004, Request RTT 18 Average Request RTT 20
2014-11-08 10:45:43.153 Detail, Node004,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x04, 0x03, 0x80, 0x03, 0x3d, 0x4b
2014-11-08 10:45:43.154 Info, Node004, Response RTT 26 Average Response RTT 28
2014-11-08 10:45:43.155 Info, Node004, Received Battery report from node 4: level=61
2014-11-08 10:45:43.155 Detail, Node004, Refreshed Value: old value=61, new value=61, type=uint8
2014-11-08 10:45:43.155 Detail, Node004, Changes to this value are not verified
2014-11-08 10:45:43.155 Detail, Node004,   Expected reply and command class was received
2014-11-08 10:45:43.155 Detail, Node004,   Message transaction complete
2014-11-08 10:45:43.156 Detail, Node004, Removing current message
2014-11-08 10:45:43.157 Detail, Node004, Query Stage Complete (Dynamic)
2014-11-08 10:45:43.157 Detail, Node004, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Configuration live=1
2014-11-08 10:45:43.157 Detail, Node004, QueryStage_Configuration
2014-11-08 10:45:43.157 Detail, Node004, QueryStage_Complete

NorthQ NQ-92021 Power Reader is working fine (nearly same device):
main difference "Received Meter report from node 4: Gas=315.740cubic meters"
Michael Pruefer
----------------------------
http://www.zwave-review.com (German only)
http://www.SmartHome.Work (German only)
jwbrock
Posts: 4
Joined: Tuesday 17 March 2015 22:30
Target OS: Linux
Domoticz version:
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by jwbrock »

My NQ9121 keeps returning 0.000 cubic meters, unless the green light flashes (magnet gas meter).

Code: Select all

2015-09-15 21:38:31.731 Info, Node005, Received Wakeup Notification from node 5
2015-09-15 21:38:31.731 Info, Node005,   Node 5 has been marked as awake
2015-09-15 21:38:31.731 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2015-09-15 21:38:31.731 Detail, Node005, QueryStage_Dynamic
2015-09-15 21:38:31.731 Detail, Node005, Queuing (Send) MeterCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x32, 0x01, 0x00, 0x25, 0x88, 0x7e
2015-09-15 21:38:31.731 Detail, Node005, Queuing (Send) BatteryCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x80, 0x02, 0x25, 0x89, 0xcc
2015-09-15 21:38:31.731 Detail, Node005, Queuing (Query) Query Stage Complete (Dynamic)
2015-09-15 21:38:31.731 Detail, Node005, Queuing (WakeUp) MeterCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x32, 0x01, 0x00, 0x25, 0x87, 0x71
2015-09-15 21:38:31.731 Detail, Node005, Notification: Notification - Node Awake
2015-09-15 21:38:31.732 Detail, 
2015-09-15 21:38:31.732 Info, Node005, Sending (WakeUp) message (Callback ID=0x87, Expected Reply=0x04) - MeterCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x32, 0x01, 0x00, 0x25, 0x87, 0x71
2015-09-15 21:38:31.743 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-09-15 21:38:31.743 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2015-09-15 21:38:31.775 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x87, 0x00, 0x00, 0x04, 0x68
2015-09-15 21:38:31.775 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x87 received (expected 0x87)
2015-09-15 21:38:31.775 Info, Node005, Request RTT 43 Average Request RTT 35
2015-09-15 21:38:31.775 Detail,   Expected callbackId was received
2015-09-15 21:38:31.788 Detail, Node005,   Received: 0x01, 0x14, 0x00, 0x04, 0x00, 0x05, 0x0e, 0x32, 0x02, 0x22, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x92
2015-09-15 21:38:31.788 Detail, 
2015-09-15 21:38:31.788 Info, Node005, Response RTT 56 Average Response RTT 47
2015-09-15 21:38:31.788 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2015-09-15 21:38:31.788 Detail, Node005, Changes to this value are not verified
2015-09-15 21:38:31.788 Info, Node005, Received Meter report from node 5: Gas=0.000cubic meters
2015-09-15 21:38:31.788 Detail, Node005, Refreshed Value: old value=0.000, new value=0.000, type=decimal
2015-09-15 21:38:31.788 Detail, Node005, Changes to this value are not verified
2015-09-15 21:38:31.788 Detail, Node005,   Expected reply and command class was received
2015-09-15 21:38:31.788 Detail, Node005,   Message transaction complete
2015-09-15 21:38:31.788 Detail, 
2015-09-15 21:38:31.788 Detail, Node005, Removing current message
2015-09-15 21:38:31.788 Detail, Node005, Notification: ValueChanged
2015-09-15 21:38:31.788 Detail, Node005, Notification: ValueChanged
2015-09-15 21:38:31.791 Detail, 
2015-09-15 21:38:31.791 Info, Node005, Sending (Send) message (Callback ID=0x88, Expected Reply=0x04) - MeterCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x32, 0x01, 0x00, 0x25, 0x88, 0x7e
2015-09-15 21:38:31.800 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-09-15 21:38:31.800 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2015-09-15 21:38:31.817 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x88, 0x00, 0x00, 0x03, 0x60
2015-09-15 21:38:31.817 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x88 received (expected 0x88)
2015-09-15 21:38:31.817 Info, Node005, Request RTT 25 Average Request RTT 30
2015-09-15 21:38:31.817 Detail,   Expected callbackId was received
2015-09-15 21:38:31.830 Detail, Node005,   Received: 0x01, 0x14, 0x00, 0x04, 0x00, 0x05, 0x0e, 0x32, 0x02, 0x22, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x92
2015-09-15 21:38:31.830 Detail, 
2015-09-15 21:38:31.830 Info, Node005, Response RTT 38 Average Response RTT 42
2015-09-15 21:38:31.830 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2015-09-15 21:38:31.830 Detail, Node005, Changes to this value are not verified
2015-09-15 21:38:31.830 Info, Node005, Received Meter report from node 5: Gas=0.000cubic meters
2015-09-15 21:38:31.830 Detail, Node005, Refreshed Value: old value=0.000, new value=0.000, type=decimal
2015-09-15 21:38:31.830 Detail, Node005, Changes to this value are not verified
2015-09-15 21:38:31.830 Detail, Node005,   Expected reply and command class was received
2015-09-15 21:38:31.830 Detail, Node005,   Message transaction complete
OpenZwave Version 1.3.487
Domotics version 2.3072

Can anybody tell what is wrong?
jwbrock
Posts: 4
Joined: Tuesday 17 March 2015 22:30
Target OS: Linux
Domoticz version:
Contact:

Re: NorthQ NQ-9121 Gas Reader

Post by jwbrock »

jwbrock wrote:My NQ9121 keeps returning 0.000 cubic meters, unless the green light flashes (magnet gas meter).

Can anybody tell what is wrong?
I found out there is a configuration option necessary for the magnet sensor. It is in the configuration file, but not in the setup page. For the NQ-92021 (kWh meter) there is an option to chose the sensor type.
How are the configuration options added to Domoticz or how can the configuration file been send to the device manually?
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest