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

Using the Web Server Standalone Without Home Assistant #113

Open
tech2mar opened this issue Dec 22, 2024 · 5 comments
Open

Using the Web Server Standalone Without Home Assistant #113

tech2mar opened this issue Dec 22, 2024 · 5 comments

Comments

@tech2mar
Copy link

Hi,

First of all, thank you for this great project!

I would like to use the MHI-AC-Ctrl module in a very specific way:

I want to control the air conditioning units exclusively via the web interface provided by the ESP module.
I do not intend to use Home Assistant, MQTT, or any other integrations—just the web server functionality to interact with the AC through a browser.
Before proceeding, I wanted to ask:

Is it feasible to use the web server as the sole interface for controlling the AC?
Are there any limitations or specific configurations required to make this work?
Your advice would be highly appreciated. Thank you for your hard work and for sharing this project!

Best regards,

@RobertJansen1
Copy link
Collaborator

RobertJansen1 commented Dec 22, 2024

I have not tested it myself but I heard it is possible to run the unit stand alone, you do need to make sure it doesn't reboot when the api is not connected, that's an esp home setting in the yaml file.

reboot_timeout: 0s

@fonske
Copy link

fonske commented Dec 23, 2024

The fan speed can not be controlled in the webserver as it is part of the climate sensor.
I am working on adding code to have the fanspeed, quiet, low, medium, high and auto in a seperate select box so it is available to the webserver.

@tech2mar
Copy link
Author

That sounds good, thank you all for your help and support.

@fonske
Copy link

fonske commented Dec 27, 2024

@tech2mar
I created a pull request and tested it.
#115

@tech2mar
Copy link
Author

This is very good, thank you for your time and support.

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

3 participants