Advertisement
tomycz

q3rf-01

Dec 2nd, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. [I][logger:258]: Log initialized
  2. [C][ota:469]: There have been 1 suspected unsuccessful boot attempts.
  3. [I][app:029]: Running through setup()...
  4. [C][spi:023]: Setting up SPI bus...
  5. [D][switch:056]: 'Q7RF switch': Sending state OFF
  6. [D][q7rf.switch:172]: Issued CC1101 reset sequence.
  7. [I][q7rf.switch:181]: CC1101 found with partnum: 00 and version: 04
  8. [I][q7rf.switch:341]: CC1101 initialized.
  9. [C][wifi:037]: Setting up WiFi...
  10. [C][wifi:038]: Local MAC: 48:3F:DA:60:19:A4
  11. [D][wifi:386]: Starting scan...
  12. [D][wifi:401]: Found networks:
  13. [I][wifi:444]: - 'thesystem' (D8:47:32:64:51:EA) ▂▄▆█
  14. [D][wifi:446]: Channel: 1
  15. [D][wifi:447]: RSSI: -73 dB
  16. [D][wifi:449]: - '' (DE:47:32:64:51:EA) ▂▄▆█
  17. [D][wifi:449]: - 'WiFi-OBDII' (02:03:04:53:19:8C) ▂▄▆█
  18. [I][wifi:257]: WiFi Connecting to 'thesystem'...
  19. [I][wifi:518]: WiFi Connected!
  20. [C][wifi:362]: Local MAC: 48:3F:DA:60:19:A4
  21. [C][wifi:363]: SSID: 'thesystem'
  22. [C][wifi:364]: IP Address: 192.168.1.50
  23. [C][wifi:365]: BSSID: D8:47:32:64:51:EA
  24. [C][wifi:367]: Hostname: 'computherm'
  25. [C][wifi:369]: Signal strength: -71 dB ▂▄▆█
  26. [C][wifi:373]: Channel: 1
  27. [C][wifi:374]: Subnet: 255.255.255.0
  28. [C][wifi:375]: Gateway: 192.168.1.254
  29. [C][wifi:376]: DNS1: 192.168.1.254
  30. [C][wifi:377]: DNS2: 8.8.8.8
  31. [D][wifi:527]: Disabling AP...
  32. [C][ota:093]: Over-The-Air Updates:
  33. [C][ota:094]: Address: computherm.local:8266
  34. [C][ota:097]: Using Password.
  35. [C][api:025]: Setting up Home Assistant API server...
  36. [I][app:062]: setup() finished successfully!
  37. [I][app:102]: ESPHome version 2022.12.0-dev compiled on Dec 1 2022, 22:08:54
  38. [C][wifi:504]: WiFi:
  39. [C][wifi:362]: Local MAC: 48:3F:DA:60:19:A4
  40. [C][wifi:363]: SSID: 'thesystem'
  41. [C][wifi:364]: IP Address: 192.168.1.50
  42. [C][wifi:365]: BSSID: D8:47:32:64:51:EA
  43. [C][wifi:367]: Hostname: 'computherm'
  44. [C][wifi:369]: Signal strength: -71 dB ▂▄▆█
  45. [C][wifi:373]: Channel: 1
  46. [C][wifi:374]: Subnet: 255.255.255.0
  47. [C][wifi:375]: Gateway: 192.168.1.254
  48. [C][wifi:376]: DNS1: 192.168.1.254
  49. [C][wifi:377]: DNS2: 8.8.8.8
  50. [C][logger:293]: Logger:
  51. [C][logger:294]: Level: DEBUG
  52. [C][logger:295]: Log Baud Rate: 115200
  53. [C][logger:296]: Hardware UART: UART0
  54. [C][spi:101]: SPI bus:
  55. [C][spi:102]: CLK Pin: GPIO14
  56. [C][spi:103]: MISO Pin: GPIO12
  57. [C][spi:104]: MOSI Pin: GPIO13
  58. [C][spi:106]: Using HW SPI: YES
  59. [C][q7rf.switch:371]: Q7RF:
  60. [C][q7rf.switch:372]: CC1101 CS Pin: GPIO15
  61. [C][q7rf.switch:373]: Q7RF Device ID: 0x6ed5
  62. [C][q7rf.switch:374]: Q7RF Resend interval: 60000 ms
  63. [C][q7rf.switch:375]: Q7RF Turn on watchdog interval: 0 ms
  64. [C][captive_portal:088]: Captive Portal:
  65. [C][mdns:103]: mDNS:
  66. [C][mdns:104]: Hostname: computherm
  67. [C][ota:093]: Over-The-Air Updates:
  68. [C][ota:094]: Address: computherm.local:8266
  69. [C][ota:097]: Using Password.
  70. [C][api:138]: API Server:
  71. [C][api:139]: Address: computherm.local:6053
  72. [C][api:141]: Using noise encryption: YES
  73. [D][api:102]: Accepted 192.168.1.6
  74. [D][api.connection:918]: Home Assistant 2022.11.3 (192.168.1.6): Connected successfully
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement