rbroker / ecodan-ha-local

Local HomeAssistant support for Air to Water Heat Pump Data/Control for Mitsubishi Ecodan
GNU General Public License v3.0
46 stars 10 forks source link

Problem compiling #20

Closed Sipowitz closed 5 months ago

Sipowitz commented 6 months ago

Hi,

I'm new to using the Arduino IDE and am obviously doing something stupid as I am getting an error while trying to compile.

I have downloaded, unzipped and opened the .ino file. I have installed the three listed dependencies but I am getting a file not found error for these libraries

#include <chrono> #include <deque> #include <memory> #include <mutex> #include <thread>

Obviously I need to add them but I am not sure where to download them from?

Many Thanks

rbroker commented 6 months ago

Hi @Sipowitz,

These header files are part of the C++ language, it will depend a bit which board you are using, but if it's an ESP32 based device they should be available after:

It's possible that some boards do not include support for C++, in which case you might be out of luck!

Thanks, Richard

rbroker commented 5 months ago

Closing issue to clean up my dashboard a bit :)