Home › Forums › The projects hosted on the site › ABB (ex Power One) Aurora Web Inverter Monitor (WIM) › ABB Aurora Compiling issues
- This topic has 7 replies, 1 voice, and was last updated 3 years, 7 months ago by
Renzo Mischianti.
-
AuthorPosts
-
-
21 August 2021 at 08:11 #14007
Richard Bolscher
Hi there,
I’m having trouble compiling the code. I only have basic experience coding so may need your help.
I get the following errors below. Do you know how I can solve these?
Kind regards,
Richard
WARNING: library Timezone-master claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s).
Aurora_Web_Invert_Monitor:872:3: error: invalid preprocessing directive #FORCE_SEND_ERROR_MESSAGE
872 | # FORCE_SEND_ERROR_MESSAGE
| ^~~~~~~~~~~~~~~~~~~~~~~~
Aurora_Web_Invert_Monitor:881:2: error: #endif without #if
881 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:898:3: error: invalid preprocessing directive #SEND_EMAIL
898 | # SEND_EMAIL
| ^~~~~~~~~~
Aurora_Web_Invert_Monitor:1054:2: error: #endif without #if
1054 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:1198:3: error: invalid preprocessing directive #WS_ACTIVE
1198 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:1235:2: error: #endif without #if
1235 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:1270:3: error: invalid preprocessing directive #WS_ACTIVE
1270 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:1272:2: error: #endif without #if
1272 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:1360:3: error: invalid preprocessing directive #WS_ACTIVE
1360 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:1375:2: error: #endif without #if
1375 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:1408:3: error: invalid preprocessing directive #WS_ACTIVE
1408 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:1410:2: error: #endif without #if
1410 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:1454:3: error: invalid preprocessing directive #WS_ACTIVE
1454 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:1498:2: error: #endif without #if
1498 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:2152:3: error: invalid preprocessing directive #WS_ACTIVE
2152 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:2187:2: error: #endif without #if
2187 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:2197:3: error: invalid preprocessing directive #WS_ACTIVE
2197 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:2208:2: error: #endif without #if
2208 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:2222:3: error: invalid preprocessing directive #SEND_EMAIL
2222 | # SEND_EMAIL
| ^~~~~~~~~~
Aurora_Web_Invert_Monitor:2303:2: error: #endif without #if
2303 | #endif
| ^~~~~
Aurora_Web_Invert_Monitor:2386:3: error: invalid preprocessing directive #WS_ACTIVE
2386 | # WS_ACTIVE
| ^~~~~~~~~
Aurora_Web_Invert_Monitor:2449:2: error: #endif without #if
2449 | #endif
| ^~~~~
Multiple libraries were found for “SD.h”
Used: C:\Users\ASUS\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
Not used: C:\Program Files (x86)\Arduino\libraries\SD
exit status 1
invalid preprocessing directive #FORCE_SEND_ERROR_MESSAGE -
21 August 2021 at 08:24 #14008
Hi Richard,
you can refer to this article
ABB Aurora Web Inverter Monitor (WIM): upload the sketch and front end – 9Bye Renzo
-
2 September 2021 at 17:15 #14174
Hi Richard,
I’m going to create precompiled binary file, I think can be usefully.
Bye Renzo -
8 September 2021 at 08:42 #14346
Alexandr
Hi Renzo,
It would be great to have precompiled bin file. With my skills I’m not able to compile it myself.
Sasa
-
8 September 2021 at 14:24 #14358
Hi Alexandr,
I’m going to publish It this week with a mini guide, I already create the binary firmware.
I update this topic when ready.
Bye Renzo -
15 September 2021 at 09:23 #14501
Hi all,
Finally you can find precompiled files and instruction on this article
ABB Aurora Web Inverter Monitor (WIM): upload the sketch and front end – 9Bye Renzo
-
4 October 2021 at 19:49 #15314
Sasa
Hi Renzo,
thank you for the precompiled version. Great!
Unfortunately I’m still missing something. I can load binaries to Wemos, next I see Wemos AP, can connect to it and set credentials to my local network. After rebooting Wemos I see it’s IP and MAC address on my network, but can not connect to it any way. There are no ports opened on the device. ( Scanned by NMAP and Advanced IP Scanner ).
Would be great to give me some advise?
Best regards,
Sasa
-
5 October 2021 at 07:36 #15315
Hi Sasa,
It’s important that the SD card is present and connected.
Put the log in this topic, we are going to check It.
Bye Renzo
-
-
AuthorPosts
- You must be logged in to reply to this topic.