├── CN105-Female.jpg ├── ClimateCard-AuxHeat.PNG ├── ClimateCard.PNG ├── ESP32-Blue.jpg ├── ESP32-Green.jpg ├── ESP32-Normal.jpg ├── ESP32-Red.jpg ├── LICENSE ├── README.md └── src ├── HeatPump.cpp ├── HeatPump.h ├── esp32_mhk1_mqtt.h └── esp32_mhk1_mqtt.ino /CN105-Female.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/CN105-Female.jpg -------------------------------------------------------------------------------- /ClimateCard-AuxHeat.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ClimateCard-AuxHeat.PNG -------------------------------------------------------------------------------- /ClimateCard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ClimateCard.PNG -------------------------------------------------------------------------------- /ESP32-Blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ESP32-Blue.jpg -------------------------------------------------------------------------------- /ESP32-Green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ESP32-Green.jpg -------------------------------------------------------------------------------- /ESP32-Normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ESP32-Normal.jpg -------------------------------------------------------------------------------- /ESP32-Red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/ESP32-Red.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/README.md -------------------------------------------------------------------------------- /src/HeatPump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/src/HeatPump.cpp -------------------------------------------------------------------------------- /src/HeatPump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/src/HeatPump.h -------------------------------------------------------------------------------- /src/esp32_mhk1_mqtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/src/esp32_mhk1_mqtt.h -------------------------------------------------------------------------------- /src/esp32_mhk1_mqtt.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akamali/mhk1_mqtt/HEAD/src/esp32_mhk1_mqtt.ino --------------------------------------------------------------------------------