Advertisement
bdnstn

Sprinkler log

Nov 24th, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.56 KB | None | 0 0
  1. INFO ESPHome 2023.11.3
  2. INFO Reading configuration /config/esphome/esp-sprinkler-controller.yaml...
  3. WARNING GPIO15 is a strapping PIN and should only be used for I/O with care.
  4. Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
  5. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
  6. INFO Detected timezone 'Australia/Perth'
  7. INFO Generating C++ source...
  8. INFO Compiling app...
  9. Processing esp-sprinkler-controller (board: esp32dev; framework: arduino; platform: platformio/[email protected])
  10. --------------------------------------------------------------------------------
  11. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  12. - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
  13. Dependency Graph
  14. |-- AsyncTCP-esphome @ 2.0.1
  15. |-- WiFi @ 2.0.0
  16. |-- FS @ 2.0.0
  17. |-- Update @ 2.0.0
  18. |-- ESPAsyncWebServer-esphome @ 3.1.0
  19. |-- DNSServer @ 2.0.0
  20. |-- ESPmDNS @ 2.0.0
  21. |-- noise-c @ 0.1.4
  22. Compiling .pioenvs/esp-sprinkler-controller/src/main.cpp.o
  23. Linking .pioenvs/esp-sprinkler-controller/firmware.elf
  24. RAM: [= ] 13.1% (used 42968 bytes from 327680 bytes)
  25. Flash: [====== ] 55.6% (used 1019993 bytes from 1835008 bytes)
  26. Building .pioenvs/esp-sprinkler-controller/firmware.bin
  27. Creating esp32 image...
  28. Successfully created esp32 image.
  29. esp32_create_combined_bin([".pioenvs/esp-sprinkler-controller/firmware.bin"], [".pioenvs/esp-sprinkler-controller/firmware.elf"])
  30. Wrote 0x10a6e0 bytes to file /data/build/esp-sprinkler-controller/.pioenvs/esp-sprinkler-controller/firmware-factory.bin, ready to flash to offset 0x0
  31. ========================= [SUCCESS] Took 56.95 seconds =========================
  32. INFO Successfully compiled program.
  33. INFO Resolving IP address of esp-sprinkler-controller.local
  34. INFO -> 192.168.0.33
  35. INFO Uploading /data/build/esp-sprinkler-controller/.pioenvs/esp-sprinkler-controller/firmware.bin (1025760 bytes)
  36. Uploading: [============================================================] 100% Done...
  37.  
  38. INFO Waiting for result...
  39. INFO OTA successful
  40. INFO Successfully uploaded program.
  41. INFO Starting log output from esp-sprinkler-controller.local using esphome API
  42. INFO Successfully connected to esp-sprinkler-controller in 7.655s
  43. INFO Successful handshake with esp-sprinkler-controller in 0.139s
  44. [10:42:08][I][app:102]: ESPHome version 2023.11.3 compiled on Nov 25 2023, 10:41:00
  45. [10:42:08][C][wifi:559]: WiFi:
  46. [10:42:08][C][wifi:391]: Local MAC: EC:94:CB:6C:E5:14
  47. [10:42:08][C][wifi:396]: SSID: 'house_mesh'[redacted]
  48. [10:42:08][C][wifi:397]: IP Address: 192.168.0.33
  49. [10:42:08][C][wifi:399]: BSSID: 80:3F:5D:9C:16:07[redacted]
  50. [10:42:08][C][wifi:400]: Hostname: 'esp-sprinkler-controller'
  51. [10:42:08][C][wifi:402]: Signal strength: -34 dB ▂▄▆█
  52. [10:42:08][C][wifi:406]: Channel: 5
  53. [10:42:08][C][wifi:407]: Subnet: 255.255.255.0
  54. [10:42:08][C][wifi:408]: Gateway: 192.168.0.1
  55. [10:42:08][C][wifi:409]: DNS1: 192.168.0.1
  56. [10:42:08][C][wifi:410]: DNS2: 0.0.0.0
  57. [10:42:08][C][logger:416]: Logger:
  58. [10:42:08][C][logger:417]: Level: DEBUG
  59. [10:42:08][C][logger:418]: Log Baud Rate: 115200
  60. [10:42:08][C][logger:420]: Hardware UART: UART0
  61. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Main Switch'
  62. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  63. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Auto Advance'
  64. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  65. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Reverse order'
  66. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  67. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'System standby'
  68. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  69. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'West Garden'
  70. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  71. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Enable West Garden'
  72. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  73. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'South Lawn'
  74. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  75. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Enable South Lawn'
  76. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  77. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'North Lawn'
  78. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  79. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Enable North Lawn'
  80. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  81. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'North Bush'
  82. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  83. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'Enable North Bush'
  84. [10:42:08][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  85. [10:42:08][C][sprinkler:068]: Sprinkler Switch 'South Bush'
  86. [10:42:08][C][sprinkler:091]: Restore Mode: always OFF
  87. [10:42:09][C][sprinkler:068]: Sprinkler Switch 'Enable South Bush'
  88. [10:42:09][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  89. [10:42:09][C][sprinkler:068]: Sprinkler Switch 'Caves Road'
  90. [10:42:09][C][sprinkler:091]: Restore Mode: always OFF
  91. [10:42:09][C][sprinkler:068]: Sprinkler Switch 'Enable Caves Road'
  92. [10:42:09][C][sprinkler:091]: Restore Mode: restore defaults to OFF
  93. [10:42:09][C][switch.gpio:068]: GPIO Switch 'sprinkler_pump_sw'
  94. [10:42:09][C][switch.gpio:076]: Inverted: YES
  95. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  96. [10:42:09][C][switch.gpio:031]: Pin: GPIO19
  97. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw1'
  98. [10:42:09][C][switch.gpio:076]: Inverted: YES
  99. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  100. [10:42:09][C][switch.gpio:031]: Pin: GPIO18
  101. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw2'
  102. [10:42:09][C][switch.gpio:076]: Inverted: YES
  103. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  104. [10:42:09][C][switch.gpio:031]: Pin: GPIO17
  105. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw3'
  106. [10:42:09][C][switch.gpio:076]: Inverted: YES
  107. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  108. [10:42:09][C][switch.gpio:031]: Pin: GPIO16
  109. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw4'
  110. [10:42:09][C][switch.gpio:076]: Inverted: YES
  111. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  112. [10:42:09][C][switch.gpio:031]: Pin: GPIO23
  113. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw5'
  114. [10:42:09][C][switch.gpio:076]: Inverted: YES
  115. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  116. [10:42:09][C][switch.gpio:031]: Pin: GPIO22
  117. [10:42:09][C][switch.gpio:068]: GPIO Switch 'valve_sw6'
  118. [10:42:09][C][switch.gpio:076]: Inverted: YES
  119. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  120. [10:42:09][C][switch.gpio:031]: Pin: GPIO21
  121. [10:42:09][C][switch.gpio:068]: GPIO Switch 'Bore pump'
  122. [10:42:09][C][switch.gpio:076]: Inverted: YES
  123. [10:42:09][C][switch.gpio:091]: Restore Mode: always OFF
  124. [10:42:09][C][switch.gpio:031]: Pin: GPIO15
  125. [10:42:09][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Water tank full float switch'
  126. [10:42:09][C][gpio.binary_sensor:016]: Pin: GPIO14
  127. [10:42:09][C][template.binary_sensor:028]: Template Binary Sensor 'Winter water day'
  128. [10:42:09][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4770.00
  129. [10:42:09][D][sensor:094]: 'Excess Solar': Sending state 4770.00000 with 1 decimals of accuracy
  130. [10:42:09][D][homeassistant.sensor:024]: 'sensor.weather_factor': Got state 1.75
  131. [10:42:09][D][sensor:094]: 'Weather factor': Sending state 1.75000 with 2 decimals of accuracy
  132. [10:42:09][C][template.sensor:022]: Template Sensor 'Water tank capacity'
  133. [10:42:09][C][template.sensor:022]: State Class: ''
  134. [10:42:09][C][template.sensor:022]: Unit of Measurement: 'l'
  135. [10:42:09][C][template.sensor:022]: Accuracy Decimals: 0
  136. [10:42:09][C][template.sensor:023]: Update Interval: 86400.0s
  137. [10:42:09][C][template.sensor:022]: Template Sensor 'Multiplier'
  138. [10:42:09][C][template.sensor:022]: State Class: ''
  139. [10:42:09][C][template.sensor:022]: Unit of Measurement: ''
  140. [10:42:09][C][template.sensor:022]: Accuracy Decimals: 1
  141. [10:42:09][C][template.sensor:023]: Update Interval: 60.0s
  142. [10:42:09][C][template.sensor:022]: Template Sensor 'Calculated water in tank'
  143. [10:42:09][C][template.sensor:022]: State Class: ''
  144. [10:42:09][C][template.sensor:022]: Unit of Measurement: 'L'
  145. [10:42:09][C][template.sensor:022]: Accuracy Decimals: 1
  146. [10:42:09][C][template.sensor:023]: Update Interval: 60.0s
  147. [10:42:09][C][template.text_sensor:020]: Template Sensor 'Calculated start time'
  148. [10:42:09][C][template.binary_sensor:028]: Template Binary Sensor 'Water tank full'
  149. [10:42:09][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Water tank empty'
  150. [10:42:09][C][gpio.binary_sensor:016]: Pin: GPIO32
  151. [10:42:09][C][template.switch:068]: Template Switch 'New lawn watering'
  152. [10:42:09][C][template.switch:091]: Restore Mode: restore defaults to OFF
  153. [10:42:09][C][template.switch:057]: Optimistic: YES
  154. [10:42:09][C][sprinkler:1687]: Sprinkler Controller -- Main Switch
  155. [10:42:09][C][sprinkler:1698]: Pump Start Pump Delay: 1 seconds
  156. [10:42:09][C][sprinkler:1703]: Pump Stop Valve Delay: 1 seconds
  157. [10:42:09][C][sprinkler:1710]: Valve Overlap: 1 seconds
  158. [10:42:09][C][sprinkler:1718]: Valve 0:
  159. [10:42:09][C][sprinkler:1719]: Name: West Garden
  160. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  161. [10:42:09][C][sprinkler:1718]: Valve 1:
  162. [10:42:09][C][sprinkler:1719]: Name: South Lawn
  163. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  164. [10:42:09][C][sprinkler:1718]: Valve 2:
  165. [10:42:09][C][sprinkler:1719]: Name: North Lawn
  166. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  167. [10:42:09][C][sprinkler:1718]: Valve 3:
  168. [10:42:09][C][sprinkler:1719]: Name: North Bush
  169. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  170. [10:42:09][C][sprinkler:1718]: Valve 4:
  171. [10:42:09][C][sprinkler:1719]: Name: South Bush
  172. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  173. [10:42:09][C][sprinkler:1718]: Valve 5:
  174. [10:42:09][C][sprinkler:1719]: Name: Caves Road
  175. [10:42:09][C][sprinkler:1720]: Run Duration: 600 seconds
  176. [10:42:09][C][sprinkler:1727]: Total number of pumps: 1
  177. [10:42:09][C][sprinkler:1730]: Total number of valves: 6
  178. [10:42:10][C][homeassistant.time:010]: Home Assistant Time:
  179. [10:42:10][C][homeassistant.time:011]: Timezone: 'AWST-8'
  180. [10:42:10][C][ultrasonic.sensor:045]: Ultrasonic Sensor 'Ultrasonic Sensor'
  181. [10:42:10][C][ultrasonic.sensor:045]: State Class: 'measurement'
  182. [10:42:10][C][ultrasonic.sensor:045]: Unit of Measurement: 'm'
  183. [10:42:10][C][ultrasonic.sensor:045]: Accuracy Decimals: 3
  184. [10:42:10][C][ultrasonic.sensor:045]: Icon: 'mdi:arrow-expand-vertical'
  185. [10:42:10][C][ultrasonic.sensor:046]: Echo Pin: GPIO27
  186. [10:42:10][C][ultrasonic.sensor:047]: Trigger Pin: GPIO26
  187. [10:42:10][C][ultrasonic.sensor:048]: Pulse time: 10 µs
  188. [10:42:10][C][ultrasonic.sensor:049]: Timeout: 23323 µs
  189. [10:42:10][C][ultrasonic.sensor:050]: Update Interval: 60.0s
  190. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'West Garden run'
  191. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  192. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'South Lawn run'
  193. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  194. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'North Lawn run'
  195. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  196. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'North Bush run'
  197. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  198. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'South Bush run'
  199. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  200. [10:42:10][C][sprinkler:105]: Sprinkler Controller Number 'Caves Road run'
  201. [10:42:10][C][sprinkler:105]: Unit of Measurement: 'min'
  202. [10:42:10][C][captive_portal:088]: Captive Portal:
  203. [10:42:10][C][mdns:115]: mDNS:
  204. [10:42:10][C][mdns:116]: Hostname: esp-sprinkler-controller
  205. [10:42:10][C][ota:097]: Over-The-Air Updates:
  206. [10:42:10][C][ota:098]: Address: esp-sprinkler-controller.local:3232
  207. [10:42:10][C][ota:101]: Using Password.
  208. [10:42:10][C][api:139]: API Server:
  209. [10:42:10][C][api:140]: Address: esp-sprinkler-controller.local:6053
  210. [10:42:10][C][api:142]: Using noise encryption: YES
  211. [10:42:10][C][wifi_signal.sensor:009]: WiFi Signal 'WiFi Signal Sensor'
  212. [10:42:10][C][wifi_signal.sensor:009]: Device Class: 'signal_strength'
  213. [10:42:10][C][wifi_signal.sensor:009]: State Class: 'measurement'
  214. [10:42:10][C][wifi_signal.sensor:009]: Unit of Measurement: 'dBm'
  215. [10:42:10][C][wifi_signal.sensor:009]: Accuracy Decimals: 0
  216. [10:42:10][C][wifi_info:009]: WifiInfo IPAddress 'Retic - IP Address'
  217. [10:42:10][C][wifi_info:009]: Icon: 'mdi:wifi'
  218. [10:42:10][C][wifi_info:011]: WifiInfo SSID 'Retic - Connected SSID'
  219. [10:42:10][C][wifi_info:011]: Icon: 'mdi:wifi-strength-2'
  220. [10:42:10][C][homeassistant.sensor:030]: Homeassistant Sensor 'Excess Solar'
  221. [10:42:10][C][homeassistant.sensor:030]: State Class: ''
  222. [10:42:10][C][homeassistant.sensor:030]: Unit of Measurement: ''
  223. [10:42:10][C][homeassistant.sensor:030]: Accuracy Decimals: 1
  224. [10:42:10][C][homeassistant.sensor:031]: Entity ID: 'sensor.excess_solar'
  225. [10:42:10][C][homeassistant.sensor:030]: Homeassistant Sensor 'Weather factor'
  226. [10:42:10][C][homeassistant.sensor:030]: State Class: ''
  227. [10:42:10][C][homeassistant.sensor:030]: Unit of Measurement: ''
  228. [10:42:10][C][homeassistant.sensor:030]: Accuracy Decimals: 2
  229. [10:42:10][C][homeassistant.sensor:031]: Entity ID: 'sensor.weather_factor'
  230. [10:42:29][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4820.00
  231. [10:42:29][D][sensor:094]: 'Excess Solar': Sending state 4820.00000 with 1 decimals of accuracy
  232. [10:42:34][D][sensor:094]: 'Multiplier': Sending state 1.00000 with 1 decimals of accuracy
  233. [10:42:35][D][sensor:094]: 'Calculated water in tank': Sending state 5792.00000 L with 1 decimals of accuracy
  234. [10:42:36][D][text_sensor:064]: 'Calculated start time': Sending state '04:33:04'
  235. [10:42:38][D][sensor:094]: 'WiFi Signal Sensor': Sending state -32.00000 dBm with 0 decimals of accuracy
  236. [10:42:39][D][ultrasonic.sensor:040]: 'Ultrasonic Sensor' - Got distance: 1.144 m
  237. [10:42:55][D][main:372]: **** Diagnostic log start ********************************************************************
  238. [10:42:55][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  239. [10:42:55][D][main:378]: **** Diagnostic log end **********************************************************************
  240. [10:42:59][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4800.00
  241. [10:42:59][D][sensor:094]: 'Excess Solar': Sending state 4800.00000 with 1 decimals of accuracy
  242. [10:43:29][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4770.00
  243. [10:43:29][D][sensor:094]: 'Excess Solar': Sending state 4770.00000 with 1 decimals of accuracy
  244. [10:43:34][D][sensor:094]: 'Multiplier': Sending state 1.00000 with 1 decimals of accuracy
  245. [10:43:35][D][sensor:094]: 'Calculated water in tank': Sending state 5792.00000 L with 1 decimals of accuracy
  246. [10:43:36][D][text_sensor:064]: 'Calculated start time': Sending state '04:09:36'
  247. [10:43:38][D][sensor:094]: 'WiFi Signal Sensor': Sending state -33.00000 dBm with 0 decimals of accuracy
  248. [10:43:39][D][ultrasonic.sensor:040]: 'Ultrasonic Sensor' - Got distance: 1.142 m
  249. [10:43:55][D][main:372]: **** Diagnostic log start ********************************************************************
  250. [10:43:55][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  251. [10:43:55][D][main:378]: **** Diagnostic log end **********************************************************************
  252. [10:43:59][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4780.00
  253. [10:43:59][D][sensor:094]: 'Excess Solar': Sending state 4780.00000 with 1 decimals of accuracy
  254. [10:44:29][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4800.00
  255. [10:44:29][D][sensor:094]: 'Excess Solar': Sending state 4800.00000 with 1 decimals of accuracy
  256. [10:44:34][D][sensor:094]: 'Multiplier': Sending state 1.00000 with 1 decimals of accuracy
  257. [10:44:35][D][sensor:094]: 'Calculated water in tank': Sending state 5792.00000 L with 1 decimals of accuracy
  258. [10:44:36][D][text_sensor:064]: 'Calculated start time': Sending state '04:09:36'
  259. [10:44:38][D][sensor:094]: 'WiFi Signal Sensor': Sending state -33.00000 dBm with 0 decimals of accuracy
  260. [10:44:39][D][ultrasonic.sensor:040]: 'Ultrasonic Sensor' - Got distance: 1.142 m
  261. [10:44:55][D][main:372]: **** Diagnostic log start ********************************************************************
  262. [10:44:55][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  263. [10:44:55][D][main:378]: **** Diagnostic log end **********************************************************************
  264. [10:45:00][D][main:1379]: **** Do watering
  265. [10:45:00][D][main:372]: **** Diagnostic log start ********************************************************************
  266. [10:45:00][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  267. [10:45:00][D][main:378]: **** Diagnostic log end **********************************************************************
  268. [10:45:00][D][main:321]: **** Run summer cycle
  269. [10:45:00][D][sprinkler:887]: Queue cleared
  270. [10:45:00][D][sprinkler:1427]: CYCLE is starting valve 1 for 1050 seconds, cycle 1 of 1
  271. [10:45:00][D][switch:012]: 'valve_sw3' Turning ON.
  272. [10:45:00][D][switch:055]: 'valve_sw3': Sending state ON
  273. [10:45:00][D][main:337]: **** Run summer cycle - done
  274. [10:45:00][D][main:372]: **** Diagnostic log start ********************************************************************
  275. [10:45:00][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  276. [10:45:00][D][main:378]: **** Diagnostic log end **********************************************************************
  277. [10:45:00][D][main:342]: **** Run winter cycle
  278. [10:45:00][D][sprinkler:887]: Queue cleared
  279. [10:45:00][D][sprinkler:880]: Valve 0 placed into queue with run duration of 120 seconds
  280. [10:45:00][D][sprinkler:880]: Valve 1 placed into queue with run duration of 120 seconds
  281. [10:45:00][D][sprinkler:880]: Valve 2 placed into queue with run duration of 120 seconds
  282. [10:45:00][D][sprinkler:880]: Valve 3 placed into queue with run duration of 120 seconds
  283. [10:45:00][D][sprinkler:880]: Valve 4 placed into queue with run duration of 120 seconds
  284. [10:45:00][D][sprinkler:880]: Valve 5 placed into queue with run duration of 120 seconds
  285. [10:45:00][D][main:367]: **** Run winter cycle - done
  286. [10:45:00][D][main:372]: **** Diagnostic log start ********************************************************************
  287. [10:45:00][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  288. [10:45:00][D][main:378]: **** Diagnostic log end **********************************************************************
  289. [10:45:00][D][main:299]: **** Do watering - done
  290. [10:45:00][W][component:214]: Component time took a long time for an operation (0.20 s).
  291. [10:45:00][W][component:215]: Components should block for at most 20-30ms.
  292. [10:45:00][D][switch:055]: 'Main Switch': Sending state ON
  293. [10:45:01][D][switch:012]: 'sprinkler_pump_sw' Turning ON.
  294. [10:45:01][D][switch:055]: 'sprinkler_pump_sw': Sending state ON
  295. [10:45:01][D][switch:055]: 'South Lawn': Sending state ON
  296. [10:45:29][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4840.00
  297. [10:45:29][D][sensor:094]: 'Excess Solar': Sending state 4840.00000 with 1 decimals of accuracy
  298. [10:45:34][D][sensor:094]: 'Multiplier': Sending state 1.00000 with 1 decimals of accuracy
  299. [10:45:35][D][sensor:094]: 'Calculated water in tank': Sending state 5792.00000 L with 1 decimals of accuracy
  300. [10:45:36][D][text_sensor:064]: 'Calculated start time': Sending state '04:09:36'
  301. [10:45:38][D][sensor:094]: 'WiFi Signal Sensor': Sending state -32.00000 dBm with 0 decimals of accuracy
  302. [10:45:39][D][ultrasonic.sensor:040]: 'Ultrasonic Sensor' - Got distance: 1.153 m
  303. [10:45:55][D][main:372]: **** Diagnostic log start ********************************************************************
  304. [10:45:55][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  305. [10:45:55][D][main:378]: **** Diagnostic log end **********************************************************************
  306. [10:45:59][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4810.00
  307. [10:45:59][D][sensor:094]: 'Excess Solar': Sending state 4810.00000 with 1 decimals of accuracy
  308. [10:46:29][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4770.00
  309. [10:46:29][D][sensor:094]: 'Excess Solar': Sending state 4770.00000 with 1 decimals of accuracy
  310. [10:46:34][D][sensor:094]: 'Multiplier': Sending state 1.00000 with 1 decimals of accuracy
  311. [10:46:35][D][sensor:094]: 'Calculated water in tank': Sending state 5752.00000 L with 1 decimals of accuracy
  312. [10:46:36][D][text_sensor:064]: 'Calculated start time': Sending state '04:09:36'
  313. [10:46:38][D][sensor:094]: 'WiFi Signal Sensor': Sending state -32.00000 dBm with 0 decimals of accuracy
  314. [10:46:39][D][ultrasonic.sensor:040]: 'Ultrasonic Sensor' - Got distance: 1.168 m
  315. [10:46:55][D][main:372]: **** Diagnostic log start ********************************************************************
  316. [10:46:55][D][main:375]: is_summertime 1 is_wintertime_water_day 0 tank_full_after_sunset 1 tank_was_empty 0 odd_day_number 1
  317. [10:46:55][D][main:378]: **** Diagnostic log end **********************************************************************
  318. [10:46:59][D][homeassistant.sensor:024]: 'sensor.excess_solar': Got state 4840.00
  319. [10:46:59][D][sensor:094]: 'Excess Solar': Sending state 4840.00000 with 1 decimals of accuracy
  320. [10:47:00][I][ota:117]: Boot seems successful, resetting boot loop counter.
  321. [10:47:00][D][esp32.preferences:114]: Saving 2 preferences to flash...
  322. [10:47:00][D][esp32.preferences:143]: Saving 2 preferences to flash: 0 cached, 2 written, 0 failed
  323. [10:47:09][D][switch:016]: 'Main Switch' Turning OFF.
  324. [10:47:09][D][switch:016]: 'sprinkler_pump_sw' Turning OFF.
  325. [10:47:09][D][switch:055]: 'sprinkler_pump_sw': Sending state OFF
  326. [10:47:09][D][switch:055]: 'Main Switch': Sending state OFF
  327. [10:47:09][D][switch:055]: 'Main Switch': Sending state ON
  328. [10:47:09][D][switch:055]: 'South Lawn': Sending state OFF
  329. [10:47:09][D][switch:055]: 'Main Switch': Sending state OFF
  330. [10:47:10][D][switch:016]: 'valve_sw3' Turning OFF.
  331. [10:47:10][D][switch:055]: 'valve_sw3': Sending state OFF
  332. [10:47:13][D][sprinkler:1449]: All valves stopped, including pumps
  333.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement