gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 132 forks source link

split debug messages by direction and message type #215

Open mbbush opened 1 year ago

mbbush commented 1 year ago

I don't know if you actually want to merge this or not. It makes the debug messages much easier to follow (by splitting them up into separate topics according to what type of packet they are), at the cost of being much more verbose.

With this, you can actually kind of see what's changing over time, by comparing consecutive messages, which will be mostly the same.