absalom-muc / MHI-AC-Ctrl

Reads and writes data (e.g. power, mode, fan status etc.) from/to a Mitsubishi Heavy Industries (MHI) air conditioner (AC) via SPI controlled by MQTT
MIT License
270 stars 61 forks source link

Webpage for accessing MQTT data #141

Closed glsf91 closed 1 year ago

glsf91 commented 1 year ago

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

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 commented 1 year ago

Added to Integration list in pull request #145