A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Z-Stack Linux Gateway add endpoint (gateway_setting.tlg)
In order for the gateway to deliver the manufacturer-specific cluster related commands to the application, I am defining an end point that supports this cluster (cluster ID: 0xFC45) in gateway_setting.tlg.
Hi TJ
Is there a new line after the attribute list name RelHumidMesureAttrList (before the curly braces)? Please make sure that the devinitions are using single lines and not split into multiple lines.
The error you specified is not supposed to be related to the tlg file. During start-up of the gateway sample app, it tries to open the file "macros.dat" for reading in binary mode. If opening this file files, then you will see "Cannot open macro file for reading". There are not supposed to be other reasons for triggering this message. If you just installed the gateway and have not used the sample app's macro feature before, then this file will not exist, and this message will be printed to the log on any startup (until you used the macro feature - see '[' and ']' keys). This is normal behavior and not an error.
Best regardsOD