Open
Conversation
z3ugma
reviewed
Dec 11, 2025
| exit $EXIT_CODE | ||
| # Start the Python server (handles everything: API, control, and web UI) | ||
| bashio::log.info "Starting server..." | ||
| exec python3 -m nolongerevil.main |
Collaborator
There was a problem hiding this comment.
We should add a chore to host this with a real ASGI server that's multithreaded., not urgent now.
z3ugma
requested changes
Dec 14, 2025
Collaborator
z3ugma
left a comment
There was a problem hiding this comment.
The new Python server isn't ready for primetime yet, I'll leave some issues in that GH codebase.
principally - the device-dialog and user items are being sent back on Transport/Subscribe requests causing a storm of data from the Nest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request switch the dependency to the new self-hosted repository and removes the need for the frontend Docker which will now directly be served by the server.