MHassanNadeem / WatchPower

Arduino compatible driver for WatchPower (OptiSolar, VoltronicPower etc) Solar Intervers
MIT License
37 stars 16 forks source link

Voltronics Axpert VM3000-24 İnverter Monitoring On Arduino Board #2

Open KUTLUCAMURAT opened 4 years ago

KUTLUCAMURAT commented 4 years ago

Hi Hassan, I look watchpower.cpp and watchpower.h I couldn't find Particle.h in your watchpower file Because of it Arduino ide compiler doesn't work? Can you help me?

1

deda0071 commented 4 years ago

I have the same problem... I might look into it and maybe post a fix...

hedva92 commented 4 years ago

Hi, the same problem. :/

Templogger commented 4 years ago

I am using this library in a friends Arduino project . looking at the code it looks like the only call to Particle is in line 16 of WatchPower.h Particle.publish("DEBUG "#str, String(str));
I simply replaced this line with Serial.print(str); \ and commented out the

include "Particle.h"

like so //#include "Particle.h" It compiles fine now but i havn't had a chance to test it as my friend has the hardware so ill have to wait on him or you guys for testing confirmation.

AtherSaleem commented 3 years ago

Any Luck dears