hm-soft / Hoymiles-DTU-Simulation

Simulates a Hoymiles DTU and communicates with Hoymiles micro inverters like HM-600
GNU General Public License v3.0
18 stars 4 forks source link

PlatformIO setup - Pinger.h - TimeLib.h #5

Closed wytr closed 1 year ago

wytr commented 1 year ago

Hi,

im trying to make this project work in my platformIO environment but some things are missing.

At first i added the RF24 Library, after that i had a missing Pinger.h, which i found online although btw the URL in your comment is offline (https://www.technologytourist.com) what did you even mean by this? Get the file from there?

After adding the corresponding files (PingerRespone,Pinger cpp&h) i get the next error hinting me to a missing TimeLib.h "src/wifi.h:142:10: fatal error: TimeLib.h: No such file or directory" Where does this one come from?


Gerne auch auf deutsch :) Ich würde echt gerne etwas debuggen, das mir aktuell probleme macht.

wytr commented 1 year ago

Okay, solved by adding the "Time by Michael Margolis" Library.. i feel kinda dumb. sorry!