Álvaro Fernández Rojas
Álvaro Fernández Rojas
In order to help you I need more information: - How many devices do you have? - What devices (models) do you have? - Home Assistant appears to be timing...
Hi @El4azlongy, The following PR fixes your issue: https://github.com/home-assistant/core/pull/127789 However, you should know that the following device is disconnected from the Cloud API and this is causing the error that...
Please, provide the diagnostics file. If it's timing out, then it's 99% an issue of your network.
@home-assistant add-label needs-more-information
Hi @mac555555, Can you post the full output of the following command? `curl -v -s --location --request POST "http://$AZ_IP:3000/api/v1/hvac" -d '{"systemID": 0, "zoneID": 0}'` With AZ_IP being set to your...
@home-assistant add-label needs-more-information
@mac555555 can you provide the output of the following commands? ``` curl -v -s --location --request POST "http://192.168.1.17:3000/api/v1/hvac" -d '{"systemID": 1, "zoneID": 0}' curl -v -s --location --request POST "http://192.168.1.17:3000/api/v1/version"...
@mac555555 this should be fixed with https://github.com/home-assistant/core/pull/128265. The issue is that your device is a bit old and the Local API sends the content type as "text/html" instead of "text/json",...
@Alphix @systemcrash can you take a look at this?