@mike.maxwell Hi, any reason why under the Hubitat hub, the following configure command is not understood by the Hub, and not transmitted to the Keen Home vents:
// Yves Racine 2015/09/10: use new custom pressure attribute
// pressure - type: int32u, change: 1 = 0.1Pa, 500=50 PA, 50000=5000PA (C350),
"zcl global send-me-a-report 0x0403 0x20 0x22 300 3600 {C35000}", "delay 200" +
"send 0x${device.deviceNetworkId} 1 1", "delay 1500",
A similar report command works fine under the SmartThings hub. That might explain why some users are going through their batteries faster than others.
Errors under the logs:
sys:12021-07-09 07:55:41.114 Unable to send Zigbee message: zcl global read 0x0403 0x20 from zigbee id: 0022A300000FED67, message type is unknown.
sys:12021-07-09 07:55:40.912 Unable to send Zigbee message: zcl mfg-code 0x115B from zigbee id: 0022A300000FED67, message type is unknown.
The following zigbee command to report temperature is working fine.
"zcl global send-me-a-report 0x0402 0 0x29 300 3600 {6400}", "delay 500",
"send 0x${device.deviceNetworkId} 1 1", "delay 1500",
Regards.