ipmi-fan-control/server.log

27 lines
2.4 KiB
Plaintext

INFO: Started server process [29754]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 192.168.5.30:55306 - "GET /api/status HTTP/1.1" 401 Unauthorized
INFO: 192.168.5.30:55306 - "GET /login HTTP/1.1" 200 OK
INFO: 192.168.5.30:54183 - "GET /login HTTP/1.1" 200 OK
/home/devmatrix/projects/fan-controller-v2/web_server.py:149: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
self._sessions[token] = (username, datetime.utcnow() + timedelta(days=7))
INFO: 127.0.0.1:36770 - "POST /api/auth/login HTTP/1.1" 200 OK
/home/devmatrix/projects/fan-controller-v2/web_server.py:156: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
if datetime.utcnow() > expiry:
2026-02-20 17:23:59,479 - fan_controller - INFO - Loaded config from /home/devmatrix/projects/fan-controller-v2/data/config.json
2026-02-20 17:23:59,481 - fan_controller - INFO - Saved config to /home/devmatrix/projects/fan-controller-v2/data/config.json
2026-02-20 17:23:59,638 - fan_controller - INFO - Connected to IPMI at 192.168.5.191
2026-02-20 17:23:59,638 - fan_controller - INFO - HTTP sensor client initialized for http://192.168.5.200:8888
2026-02-20 17:23:59,639 - fan_controller - INFO - IPMI Controller service started
INFO: 127.0.0.1:36774 - "POST /api/control/auto HTTP/1.1" 200 OK
2026-02-20 17:23:59,796 - fan_controller - INFO - Manual fan control enabled
2026-02-20 17:24:04,639 - fan_controller - INFO - Fan 0xff speed set to 12%
2026-02-20 17:24:04,640 - fan_controller - INFO - All fans set to 12% (Temp 35.0°C)
/home/devmatrix/projects/fan-controller-v2/web_server.py:156: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
if datetime.utcnow() > expiry:
INFO: 127.0.0.1:34428 - "GET /api/status HTTP/1.1" 200 OK
2026-02-20 17:24:19,530 - fan_controller - INFO - Fan 0xff speed set to 13%
2026-02-20 17:24:19,531 - fan_controller - INFO - All fans set to 13% (Temp 37.0°C)