Advertisement
cnxsoft

Espurna hlw8012

Dec 2nd, 2016
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. jaufranc@FX8350:~/edev/esp8266/sonoff/espurna/code$ pio lib uninstall hlw8012
  2. Library Storage: /media/hdd/edev/esp8266/sonoff/espurna/code/.piolibdeps
  3. Uninstalling hlw8012 @ 3512f3a: [OK]
  4. jaufranc@FX8350:~/edev/esp8266/sonoff/espurna/code$ ls -la .piolibdeps/
  5. total 76
  6. drwxrwxr-x 19 jaufranc jaufranc 4096 Dec 3 09:03 .
  7. drwxrwxr-x 8 jaufranc jaufranc 4096 Dec 2 17:51 ..
  8. drwxrwxr-x 2 jaufranc jaufranc 4096 Dec 2 14:22 Adafruit Unified Sensor_ID31
  9. drwx------ 5 jaufranc jaufranc 4096 Dec 2 14:22 ArduinoJson_ID64
  10. drwxrwxr-x 5 jaufranc jaufranc 4096 Dec 2 14:22 AsyncMqttClient_ID346
  11. drwxrwxr-x 3 jaufranc jaufranc 4096 Dec 2 14:23 DallasTemperature_ID54
  12. drwxrwxr-x 4 jaufranc jaufranc 4096 Dec 2 14:22 DHT sensor library_ID19
  13. drwxrwxr-x 7 jaufranc jaufranc 4096 Dec 2 14:23 Embedis_ID408
  14. drwx------ 5 jaufranc jaufranc 4096 Dec 2 14:23 emonliteesp
  15. drwxrwxr-x 6 jaufranc jaufranc 4096 Dec 2 14:22 ESPAsyncTCP_ID305
  16. drwxrwxr-x 5 jaufranc jaufranc 4096 Dec 2 14:22 ESPAsyncUDP_ID359
  17. drwx------ 5 jaufranc jaufranc 4096 Dec 2 14:22 ESPAsyncWebServer_ID306
  18. drwx------ 5 jaufranc jaufranc 4096 Dec 2 14:23 fauxmoESP
  19. drwx------ 5 jaufranc jaufranc 4096 Dec 2 14:23 justwifi
  20. drwx------ 6 jaufranc jaufranc 4096 Dec 2 14:23 nofuss
  21. drwxrwxr-x 4 jaufranc jaufranc 4096 Dec 2 14:23 NtpClientLib_ID727
  22. drwxrwxr-x 3 jaufranc jaufranc 4096 Dec 2 14:23 OneWire_ID1
  23. drwx------ 4 jaufranc jaufranc 4096 Dec 2 14:23 RemoteSwitch-arduino-library
  24. drwxrwxr-x 3 jaufranc jaufranc 4096 Dec 2 14:22 Time_ID44
  25. jaufranc@FX8350:~/edev/esp8266/sonoff/espurna/code$ pio run -e sonoff-pow-debug
  26.  
  27. [Sat Dec 3 09:04:17 2016] Processing sonoff-pow-debug (build_flags: -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW, lib_deps: DHT sensor library, Adafruit Unified Sensor, Time, ArduinoJson, ESPAsyncTCP, ESPAsyncWebServer, AsyncMqttClient, ESPAsyncUDP, Embedis, NtpClientLib, OneWire, DallasTemperature, https://bitbucket.org/xoseperez/justwifi.git, https://bitbucket.org/xoseperez/nofuss.git, https://bitbucket.org/xoseperez/hlw8012.git, https://bitbucket.org/xoseperez/emonliteesp.git, https://bitbucket.org/xoseperez/fauxmoESP.git, https://github.com/jccprj/RemoteSwitch-arduino-library, lib_ignore: FauxmoESP, ESPAsyncUDP, platform: espressif8266, board: esp01_1m, framework: arduino, extra_script: pio_hooks.py)
  28. --------------------------------------------------------------------------------
  29. LibraryManager: Installing hlw8012
  30. git version 2.7.4
  31. Cloning into '/media/hdd/edev/esp8266/sonoff/espurna/code/.piolibdeps/installing-6mKvSJ-package'...
  32. remote: Counting objects: 21, done.
  33. remote: Compressing objects: 100% (20/20), done.
  34. remote: Total 21 (delta 2), reused 0 (delta 0)
  35. Unpacking objects: 100% (21/21), done.
  36. Checking connectivity... done.
  37. hlw8012 @ 3512f3a has been successfully installed!
  38. Verbose mode can be enabled via `-v, --verbose` option
  39. Converting main.ino
  40. Collected 41 compatible libraries
  41. Looking for dependencies...
  42. Library Dependency Graph
  43. |-- <DHT sensor library> v1.3.0
  44. | |-- <Adafruit Unified Sensor> v1.0.2
  45. | | |-- <WProgram>
  46. | |-- <WProgram>
  47. |-- <Adafruit Unified Sensor> v1.0.2
  48. | |-- <WProgram>
  49. |-- <Time> v1.5
  50. | |-- <WProgram>
  51. |-- <ArduinoJson> v5.7.2
  52. |-- <ESPAsyncTCP> v1.0.0
  53. |-- <ESPAsyncWebServer>
  54. | |-- <ESPAsyncTCP> v1.0.0
  55. | |-- <ArduinoJson> v5.7.2
  56. | |-- <ESP8266WiFi> v1.0
  57. | |-- <Hash> v1.0
  58. |-- <AsyncMqttClient> v0.5.0
  59. | |-- <ESPAsyncTCP> v1.0.0
  60. |-- <Embedis> v1.2.0
  61. |-- <NtpClientLib>
  62. | |-- <Time> v1.5
  63. | | |-- <WProgram>
  64. | |-- <WProgram>
  65. | |-- <ESP8266WiFi> v1.0
  66. |-- <OneWire> v2.3.2
  67. | |-- <WProgram>
  68. |-- <DallasTemperature> v3.7.7
  69. | |-- <OneWire> v2.3.2
  70. | | |-- <WProgram>
  71. |-- <ArduinoOTA> v1.0
  72. | |-- <ESP8266WiFi> v1.0
  73. | |-- <ESP8266mDNS>
  74. | | |-- <ESP8266WiFi> v1.0
  75. |-- <ESP8266WiFi> v1.0
  76. |-- <JustWifi> v1.1.0
  77. | |-- <ESP8266WiFi> v1.0
  78. |-- <DebounceEvent>
  79. |-- <EEPROM> v1.0
  80. |-- <ESP8266mDNS>
  81. | |-- <ESP8266WiFi> v1.0
  82. |-- <Hash> v1.0
  83. Compiling .pioenvs/sonoff-pow-debug/src/main.ino.o
  84. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/heap.o
  85. /media/hdd/edev/esp8266/sonoff/espurna/code/src/pow.ino:13:21: fatal error: HLW8012.h: No such file or directory
  86. #include <HLW8012.h>
  87. ^
  88. compilation terminated.
  89. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/libb64/cdecode.o
  90. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/libb64/cencode.o
  91. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/libc_replacements.o
  92. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/pgmspace.o
  93. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/setjmp.o
  94. *** [.pioenvs/sonoff-pow-debug/src/main.ino.o] Error 1
  95. Compiling .pioenvs/sonoff-pow-debug/FrameworkArduino/spiffs/spiffs_cache.o
  96. ========================== [ERROR] Took 8.04 seconds ==========================
  97.  
  98. ================================== [SUMMARY] ==================================
  99. Environment node-debug [SKIP]
  100. Environment node-debug-ota [SKIP]
  101. Environment sonoff-debug [SKIP]
  102. Environment sonoff-debug-ota [SKIP]
  103. Environment sonoff-pow-debug [ERROR]
  104. Environment sonoff-pow-debug-ota [SKIP]
  105. Environment slampher-debug [SKIP]
  106. Environment slampher-debug-ota [SKIP]
  107. Environment s20-debug [SKIP]
  108. Environment s20-debug-ota [SKIP]
  109. Environment ac-device [SKIP]
  110. Environment washer-device [SKIP]
  111. Environment studio-lamp-device [SKIP]
  112. Environment living-lamp-device [SKIP]
  113. ========================== [ERROR] Took 8.05 seconds ==========================
  114. jaufranc@FX8350:~/edev/esp8266/sonoff/espurna/code$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement