You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: