floatplane / MitsuQTT

Use ESP8266/ESP32 hardware to control Mitsubishi heat pumps via MQTT
GNU Lesser General Public License v2.1
3 stars 2 forks source link

WebSocket debug logging #22

Closed floatplane closed 7 months ago

floatplane commented 7 months ago

Set up a websocket on port 81 and publish log messages to it. Only enabled if ENABLE_LOGGING is set. First steps at getting the async webserver library integrated.

Fixes #21 as well