I was trying to follow the tutorial to update my gateway, but I found a problem.
When running the commands, the network would not find the files to be downloaded, I don't know why, but it would try to use IPv6 instead of IPv4 and say that the network is unavailable.
From the gateway telnet I could ping and do HTTP requests to the Home Assistant.
My workaround solution was to enable the www folder in the /config of the Home Assistant, then download the script to that folder, then use wget http://<hass_ip_address>:8123/local/mgl03_update.sh then execute the script.
This way it worked for me.
Thanks for the wonderful work, I hope this instruction can contribute to anyone that is having the same issue as I was.
I was trying to follow the tutorial to update my gateway, but I found a problem.
When running the commands, the network would not find the files to be downloaded, I don't know why, but it would try to use IPv6 instead of IPv4 and say that the network is unavailable.
From the gateway telnet I could ping and do HTTP requests to the Home Assistant.
My workaround solution was to enable the
www
folder in the/config
of the Home Assistant, then download the script to that folder, then usewget http://<hass_ip_address>:8123/local/mgl03_update.sh
then execute the script.This way it worked for me.
Thanks for the wonderful work, I hope this instruction can contribute to anyone that is having the same issue as I was.