Hi I’m trying to use web socket following this video Get Started with the Home Assistant WebSocket API in Postman, and I’m having a problem after the auth I can send one request, after that I receive the following message
{“id”:19,“type”:“result”,“success”:false,“error”:{“code”:“id_reuse”,“message”:“Identifier values have to increase.”}}
Where the id can be different, but the response is the same.