Advertisement
Pyrhos

ESP Lua Update

Jul 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. NodeMCU PyrOTools 2.2.0.0 build 15-06-19 powered by Lua 5.1.4 on SDK 2.2.1(6ab97e9)
  2. > [Wifi] Connecting...
  3. [Wifi] Got IP Address
  4. [Configuration] Accessing configuration from server
  5. [Configuration] Mac= 84.f3.eb.4e.31.e9
  6. [Configuration] Got response from webserver (200)
  7. [Configuration] Got configuration from server
  8. ota:
  9. files:
  10. 1 = config.lua
  11. 2 = credentials.lua
  12. 3 = init.lua
  13. 4 = main.lua
  14. 5 = mqtt.lua
  15. 6 = ota.lua
  16. 7 = wifi.lua
  17. revision = 8
  18. path = lua
  19. gpio:
  20. sda = 6
  21. scl = 5
  22. mqtt:
  23. name = home_display
  24. port = 1883
  25. timeout = 5000
  26. topics:
  27. status = home/display/status
  28. temperature = home/livingroom/sensors/temperature/0
  29. pressure = home/livingroom/sensors/pressure/0
  30. humidity = home/livingroom/sensors/humidity/0
  31. commands:
  32. server = mqtt.local
  33. [OTA] Checking for newer revision
  34. [OTA] Current revision: 7
  35. [OTA] Revision (7) is newer than current revision (8)
  36. [OTA] Downloading lua files...
  37. [GPIO] Initilisation
  38. [GPIO] Initialised
  39. [MQTT] Initialisation
  40. [MQTT] Connecting...
  41. [OTA] Updating: config.lua
  42. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/config.lua
  43. [MQTT] Connected
  44. [OTA] Writing file..
  45. [OTA] Renaming...
  46. [OTA] Done
  47. [MQTT] Connect events
  48. [OTA] Updating: credentials.lua
  49. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/credentials.lua
  50. [OTA] Writing file..
  51. [OTA] Renaming...
  52. [OTA] Done
  53. [OTA] Updating: init.lua
  54. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/init.lua
  55. [OTA] Writing file..
  56. [OTA] Renaming...
  57. [OTA] Done
  58. [OTA] Updating: main.lua
  59. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/main.lua
  60. [OTA] Writing file..
  61. [OTA] Renaming...
  62. [OTA] Done
  63. [OTA] Updating: mqtt.lua
  64. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/mqtt.lua
  65. [OTA] Writing file..
  66. [OTA] Renaming...
  67. [OTA] Done
  68. [OTA] Updating: ota.lua
  69. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/ota.lua
  70. [OTA] Writing file..
  71. [OTA] Renaming...
  72. [OTA] Done
  73. [OTA] Updating: wifi.lua
  74. [OTA] Downloading: http://iot.local/config/84.f3.eb.4e.31.e9/lua/wifi.lua
  75. [OTA] Writing file..
  76. [OTA] Renaming...
  77. [OTA] Done
  78. [OTA] Updating revision
  79. [OTA] Revision deployed, rebooting
  80. [OTA] Update completed
  81.  
  82.  
  83.  
  84. NodeMCU PyrOTools 2.2.0.0 build 15-06-19 powered by Lua 5.1.4 on SDK 2.2.1(6ab97e9)
  85. > [Wifi] Connecting...
  86. [Wifi] Got IP Address
  87. [Configuration] Accessing configuration from server
  88. [Configuration] Mac= 84.f3.eb.4e.31.e9
  89. [Configuration] Got response from webserver (200)
  90. [Configuration] Got configuration from server
  91. ota:
  92. files:
  93. 1 = config.lua
  94. 2 = credentials.lua
  95. 3 = init.lua
  96. 4 = main.lua
  97. 5 = mqtt.lua
  98. 6 = ota.lua
  99. 7 = wifi.lua
  100. revision = 8
  101. path = lua
  102. gpio:
  103. sda = 6
  104. scl = 5
  105. mqtt:
  106. name = home_display
  107. port = 1883
  108. timeout = 5000
  109. topics:
  110. status = home/display/status
  111. temperature = home/livingroom/sensors/temperature/0
  112. pressure = home/livingroom/sensors/pressure/0
  113. humidity = home/livingroom/sensors/humidity/0
  114. commands:
  115. server = mqtt.local
  116. [OTA] Checking for newer revision
  117. [OTA] Current revision: 8
  118. [OTA] Already up to date
  119. [GPIO] Initilisation
  120. [GPIO] Initialised
  121. [MQTT] Initialisation
  122. [MQTT] Connecting...
  123. [MQTT] Connected
  124. [MQTT] Connect events
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement