Page 1 of 1

carbon monoxide value

Posted: Thursday 27 July 2017 11:47
by ittie
At moment the Fibaro CO sensor is available on the market. This is the FGCD-001

This sensor can also report the actual CO as a PPM value to the main Z-Wave controller.
Domoticz doesn't seem to be prepared for these type of measurement.

How to implement this functionality to Domoticz?

Re: carbon monoxide value

Posted: Thursday 27 July 2017 12:10
by tlpeter
+1

Parameter 23 should enable sending the "CO concentration level" to the zwave controller.
I did not see any level coming by in the logs.

Re: carbon monoxide value

Posted: Thursday 27 July 2017 13:06
by tlpeter
I am not sure but i think this part of the log is what should show the CO level:

Code: Select all

2017-07-27 12:56:40.938 Detail, Node020,   Received: 0x01, 0x0f, 0x00, 0x04, 0x00, 0x14, 0x09, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x02, 0xfe, 0x00, 0x9e
2017-07-27 12:56:40.939 Detail, 
2017-07-27 12:56:40.939 Info, Node020, Response RTT 34 Average Response RTT 34
2017-07-27 12:56:40.939 Info, Node020, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Carbon Monoxide event:254, status=255
2017-07-27 12:56:40.939 Detail, Node020, Initial read of value
2017-07-27 12:56:40.939 Detail, Node020, Initial read of value
2017-07-27 12:56:40.939 Detail, Node020, Initial read of value
2017-07-27 12:56:40.939 Detail, Node020, Initial read of value
2017-07-27 12:56:40.939 Detail, Node020,   Expected reply and command class was received
2017-07-27 12:56:40.939 Detail, Node020,   Message transaction complete
2017-07-27 12:56:40.939 Detail, 
2017-07-27 12:56:40.939 Detail, Node020, Removing current message
2017-07-27 12:56:40.939 Detail, Node020, Notification: ValueChanged
2017-07-27 12:56:40.939 Detail, Node020, Notification: ValueChanged
2017-07-27 12:56:40.939 Detail, Node020, Notification: ValueChanged
2017-07-27 12:56:40.939 Detail, Node020, Notification: ValueChanged
2017-07-27 12:56:40.939 Detail, 
2017-07-27 12:56:40.939 Info, Node020, Sending (WakeUp) message (Callback ID=0x1b, Expected Reply=0x04) - AlarmCmd_Get (Node=20): 0x01, 0x0c, 0x00, 0x13, 0x14, 0x05, 0x71, 0x04, 0x00, 0x04, 0x01, 0x25, 0x1b, 0xbf
2017-07-27 12:56:40.944 Detail, Node020,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-07-27 12:56:40.945 Detail, Node020,   ZW_SEND_DATA delivered to Z-Wave stack

Re: carbon monoxide value

Posted: Monday 23 April 2018 22:19
by EdddieN
Interested in this too. Did you manage to get the CO levels?