hassio-addons / addon-tasmoadmin

TasmoAdmin - Home Assistant Community Add-ons
https://addons.community
MIT License
223 stars 31 forks source link

Update Devices - Automatic - not work #426

Open radim-ek opened 2 weeks ago

radim-ek commented 2 weeks ago

If you try to Automatic update. You get a error if you wrote IP adrees as is described in OTA Server IP

Minimal Firmware is not accessible on the server at http://65.9.95.22:80/data/firmwares/tasmota-minimal.bin.gz
Please check the OTA IP address and port are correct
Full Firmware is not accessible on the server at http://65.9.95.22:80/data/firmwares/tasmota-CZ.bin.gz
Please check the OTA IP address and port are correct

And if you left as default: Minimal Firmware is not accessible on the server at http://ota.tasmota.com/tasmota/release/:80/data/firmwares/tasmota-minimal.bin.gz Please check the OTA IP address and port are correct Full Firmware is not accessible on the server at http://ota.tasmota.com/tasmota/release/:80/data/firmwares/tasmota-CZ.bin.gz Please check the OTA IP address and port are correct

Problem is in string join:

"http://" + OTA IP + PORT

Right adresses are: http://ota.tasmota.com/tasmota/release/tasmota-CZ.bin.gz http://ota.tasmota.com/tasmota/release/tasmota-minimal.bin.gz

So, dont use PORT (because http is 80) and repair URL adress