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

Webpage for accessing MQTT data #141

Closed
glsf91 opened this issue Mar 29, 2023 · 1 comment
Closed

Webpage for accessing MQTT data #141

glsf91 opened this issue Mar 29, 2023 · 1 comment

Comments

@glsf91
Copy link
Collaborator

glsf91 commented Mar 29, 2023

I have made a webpage which can connect to your MQTT server en displays de MHI-AC-Ctrl data.
You can also change:

  • power on/off
  • Fan speed
  • Vanes up/down
  • Mode
  • increase/decrease setpoint with 0.5 degrees

Also 4 graphs are included. And the last MQTT messages are displayed.
Connect en leave your browser open.

It is a quick and dirty html page.
web-page-MH-AC-CTRL.zip

Of course you can customize this page for your own use.
You have to enable websockets in mosquitto.
Don't forget to change the MQTT server ip and the topic prefix name

var host="x.x.x.x";
var port=9001;
var mqtt_prefix="woonkamer-MHI-AC-Ctrl/";   // don't forget to include the last slash

image
image

@glsf91
Copy link
Collaborator Author

glsf91 commented Apr 24, 2023

Added to Integration list in pull request #145

@glsf91 glsf91 closed this as completed Apr 24, 2023
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

1 participant