If you encounter this duplicate error message "POINT_PERFECT_DUPLICATE_CONNECT_ERROR_EVENT Duplicate clientId used for Point Perfect device device:bcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", this indicates that the MQTT broker has received a connection request from a client identifier (Client Id) that is already linked to an active connection. According to the MQTT protocol, a client can only have one active connection at any given time. To avoid this error, it is advisable to ensure that the device is disconnected before powering it off, which will terminate the MQTT session. Additionally, it is recommended to verify the session duration or maintain the initial value specified during the connection setup to ensure compatibility with your requirements.