-
Notifications
You must be signed in to change notification settings - Fork 124
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
v4.0.0 - Next Gen #87
Conversation
It would be really nice to have some terminal option right after flashing. This way the initial deployment could be a lot simpler and also the user may have some feedback on what is happening on the node. |
+1 for the suggestion of @TD-er We have a Flasher app for Tasmota which do have this feature. Many people just use this flasher because the see whats happens after flash/reboot. |
I've added a console. I am still having some issues with the rendering and would love some help. My terminal knowledge is limited. I have reused the terminal output renderer from the ESPHome dashboard but as you can see in the video, something is off. Reading logic: https://github.com/esphome/esp-web-tools/blob/v2/src/components/ewt-console.ts#L167-L175 Without Improv: With Improv: CleanShot.2021-11-05.at.09.52.23.mp4 |
Alright this branch is up to date now with all the changes I want to make. Any further features (like using chipFamily from Improv Serial) will be out of scope for this PR. |
CleanShot.2021-11-08.at.23.54.07.mp4 |
This is the next generation of the ESP Web Tools.
Marked as draft as it's not 100% done yet.What's new:
ewt-
) to not clash with already loaded web components.version
attribute. Thename
andversion
in the manifest are compared with the response values of Improv over Serialinfo
command to detect if it is the same firmware and/or update is available.CleanShot.2021-11-04.at.23.12.30.mp4
Tagging some people that are currently using ESP Web Tools to get some feedback: @Aircoookie @TD-er @arendst