Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the status of this project? #58

Closed
respectTheCode opened this issue May 31, 2022 · 4 comments
Closed

What is the status of this project? #58

respectTheCode opened this issue May 31, 2022 · 4 comments

Comments

@respectTheCode
Copy link

This project seems to be the only way to flash a TFT file with Tasmota. The latest release works but its pretty inconvenient to have to run the TFT file through a java app to make chunks. On master the code has been updated to load the TFT file directly but it didn't work for me.

@peepshow-21
Copy link
Owner

peepshow-21 commented May 31, 2022 via email

@respectTheCode
Copy link
Author

Is master considered stable? The latest release on github is v1.0.0-beta2 and doesn't have the direct TFT downloads.

I will give master another try. I am still very new to tasmota so I may have had other issues before.

@respectTheCode
Copy link
Author

Ok master didn't work for me because the Host request header was required by my HTTP server. Finding this required adding a bunch of logging to find that the server was returning a 404. This has already been fixed in #55.

Since many users are likely going to use the HTTP server in Home Assistant this is likely a common problem. It would also be helpful to note in the readme that HTTPS does not work.

@peepshow-21
Copy link
Owner

The project is back on, as I have some time to work on it at catch up.

Yes, https is not supported. Berry scripting is very lightweight and does not have the ability to all the bloat required for supporting SSL and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants