Advertisement
Guest User

Untitled

a guest
May 19th, 2021
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. users:
  2. - username: Admin
  3. password: xxx
  4. instcmds:
  5. - all
  6. actions: []
  7. devices:
  8. - name: forza
  9. driver: nutdrv_qx
  10. port: auto
  11. config: []
  12. - name: forza2
  13. driver: nutdrv_qx
  14. port: auto
  15. config: []
  16. mode: netserver
  17. shutdown_host: 'false'
  18. list_usb_devices: 'true'
  19. log_level: debug
  20.  
  21.  
  22. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  23. [s6-init] ensuring user provided files have correct perms...exited 0.
  24. [fix-attrs.d] applying ownership & permissions fixes...
  25. [fix-attrs.d] nut: applying...
  26. [fix-attrs.d] nut: exited 0.
  27. [fix-attrs.d] done.
  28. [cont-init.d] executing container initialization scripts...
  29. [cont-init.d] 00-banner.sh: executing...
  30. -----------------------------------------------------------
  31. Add-on: Network UPS Tools
  32. Manage battery backup (UPS) devices
  33. -----------------------------------------------------------
  34. Add-on version: 0.7.0
  35. You are running the latest version of this add-on.
  36. System: Home Assistant OS 5.13 (armv7 / raspberrypi4)
  37. Home Assistant Core: 2021.5.4
  38. Home Assistant Supervisor: 2021.04.3
  39. -----------------------------------------------------------
  40. Please, share the above information when looking for help
  41. or support in, e.g., GitHub, forums or the Discord chat.
  42. -----------------------------------------------------------
  43. [cont-init.d] 00-banner.sh: exited 0.
  44. [cont-init.d] 01-log-level.sh: executing...
  45. Log level is set to DEBUG
  46. [cont-init.d] 01-log-level.sh: exited 0.
  47. [cont-init.d] nut.sh: executing...
  48. [15:03:23] INFO: Setting mode to netserver...
  49. [15:03:23] INFO: Connected USB devices:
  50. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  51. Bus 001 Device 004: ID 0665:5161 Cypress Semiconductor USB to Serial
  52. Bus 001 Device 005: ID 0665:5161 Cypress Semiconductor USB to Serial
  53. Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  54. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  55. [15:03:23] INFO: Generating /etc/nut/upsd.users...
  56. [15:03:24] INFO: Configuring user: Admin
  57. [15:03:24] DEBUG: Password SHA1: 06CC8D41E69CC2855D88EBD417ED1A4757BAFBAB
  58. [15:03:24] DEBUG: Requested API resource: https://api.pwnedpasswords.com/range/06CC8
  59. [15:03:24] DEBUG: API HTTP Response code: 200
  60. [15:03:24] INFO: Password is NOT in the Have I Been Pwned database! Nice!
  61. [15:03:24] INFO: Configuring Device named forza...
  62. [15:03:24] INFO: Configuring Device named forza2...
  63. [15:03:24] INFO: Starting the UPS drivers...
  64. 0.000000 Starting UPS: forza
  65. Using protocol: Voltronic-QS-Hex 0.10
  66. Can't autodetect number of battery packs [-1/13.65]
  67. Battery runtime will not be calculated (runtimecal not set)
  68. 1.686814 Starting UPS: forza2
  69. Using protocol: Voltronic-QS-Hex 0.10
  70. Can't autodetect number of battery packs [-1/13.65]
  71. Battery runtime will not be calculated (runtimecal not set)
  72. Network UPS Tools - UPS driver controller 2.7.4
  73. [cont-init.d] nut.sh: exited 0.
  74. [cont-init.d] nutclient.sh: executing...
  75. [cont-init.d] nutclient.sh: exited 0.
  76. [cont-init.d] done.
  77. [services.d] starting services
  78. [services.d] done.
  79. [15:03:28] INFO: Starting the UPS information server...
  80. 0.000000 fopen /var/run/nut/upsd.pid: No such file or directory
  81. 0.001346 listening on 0.0.0.0 port 3493
  82. 0.002497 Connected to UPS [forza2]: nutdrv_qx-forza2
  83. 0.002718 Can't connect to UPS [forza] (nutdrv_qx-forza): No such file or directory
  84. [15:03:29] INFO: Starting the UPS monitor and shutdown controller...
  85. 0.000000 fopen /var/run/nut/upsmon.pid: No such file or directory
  86. 0.000932 Using power down flag file /etc/killpower
  87. 0.001622 UPS: forza@localhost (master) (power value 1)
  88. 0.002029 UPS: forza2@localhost (master) (power value 1)
  89. 0.003792 debug level is '1'
  90. 0.004231 Warning: running as one big root process by request (upsmon -p)
  91. 0.005290 Init SSL without certificate database
  92. 0.010529 Trying to connect to UPS [forza@localhost]
  93. 0.544307 User upsmonmaster@127.0.0.1 logged into UPS [forza]
  94. 0.013721 Logged into UPS forza@localhost
  95. 0.014837 Poll UPS [forza@localhost] failed - Driver not connected
  96. 0.016111 Trying to connect to UPS [forza2@localhost]
  97. 0.549227 User upsmonmaster@127.0.0.1 logged into UPS [forza2]
  98. 0.018634 Logged into UPS forza2@localhost
  99. {"message": "Event nut.ups_event fired."}Network UPS Tools upsmon 2.7.4
  100. 5.020256 Poll UPS [forza@localhost] failed - Driver not connected
  101. {"message": "Event nut.ups_event fired."}Network UPS Tools upsmon 2.7.4
  102. 10.023145 Poll UPS [forza@localhost] failed - Driver not connected
  103. 15.024407 Poll UPS [forza@localhost] failed - Driver not connected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement