FujiHeatPump / esphome-fujitsu

MIT License
36 stars 9 forks source link

Use esphome.h include so ESP_LOGx logs to HA, MQTT #1

Closed simmonmt closed 2 years ago

simmonmt commented 2 years ago

FujiHeatPump.cpp used ESP_LOGx from Arduino.h, which doesn't log to the other places the esphome logger will (i.e. via HA and MQTT). This complicates debugging of the protocol decode, making it impossible to do so via the network.