HOME › Forums › Gateways › Raspberry Pi › Centralite Azela Relay Switch (3385001-RZHA) Issues › Reply To: Centralite Azela Relay Switch (3385001-RZHA) Issues
Inactive
May 2, 2016 at 10:38 pm
Post count: 259
Our ZBPServer software automatically does the binding and configures reporting for the ZigBee OnOff Cluster. I suspect that the Centralite firmware has issues with this binding. Can you please send me the log file: /var/log/zbp.log
Can you please try disabling the reporting? Here’s the code for that:
PUT http://{{ip}}:{{port}}/devices/{{ID}}/comp1/OnOff/config
{
"attributes": {
"state": {
"report": {
"enabled": false,
"type": "change"
}
}
}
}
Tip: You can monitor the log file with the command
ztail -f