absalom-muc/MHI-AC-Ctrl

Webpage for accessing MQTT data

glsf91 opened this issue · 1 comments

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

Added to Integration list in pull request #145