Olivier ARCHER
Olivier ARCHER
@paulsteigel , do you have access to the httpd server logs ? It seems that `ota_http` is not able to reach the server. Perhaps a firewall pb ? Also, give...
@paulsteigel , It seems that your device is unable to reach your http server. To see if it's related to `ota_http` you can check with an other way, with `http_request`....
@paulsteigel , I'm sorry, but the test above using `http_request` show that the problem is not related to `ota_http`. I think it's a network problem, or a server problem. You...
@paulsteigel , I don't think that there is a problem with your http server, as I am able to use your urls (for firmware and `http_request`) from my device. You...
oups, initial bad branch push, `ota` is not involved in this PR. This is a currently a **draft** PR, it needs more works. It is currently tested and developed on...
Currently, the CI fail because of https://github.com/esphome/issues/issues/5868
Since https://github.com/esphome/esphome/pull/6989, `wireguard` is supported !
@gotnull , Do you use the `wifi` component in your yaml ? It conflict with this component. Edit: I hope that this conflict will be solved one day, because having...
For the status of this component, I think I will be ready to add doc in next 10 days, and remove the WIP status. What bothers me the most for...
The yaml in the description should works. But as you have error messages about wifi in your logs, perhaps that you can try to clean your build files before ?