Creating web UI for monitoring Haier AC devices using Python and FastAPI

Published on Author admin

Creating web UI for monitoring Haier AC devices using Python and FastAPI

source file:
https://github.com/openterprise/scripts/blob/master/ac-hon/ac.py

requirements:

pyhon, FastAPI

running web server:

source hon-env/bin/activate
uvicorn ac:app --host 0.0.0.0 --port 8000