File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ v1.0.1] - 2025-05-15
6
+
7
+ ### 🐞 Fixed
8
+ - Resolved ` Cannot close a running event loop ` error on boot.
9
+ - Removed conflict-prone ` asyncio.run() ` usage.
10
+
11
+ ### 🔄 Changed
12
+ - Python script now includes a boot-safe startup delay.
13
+ - Logging made more informative for troubleshooting.
14
+ - Retry mechanism is now synchronous using ` time.sleep() ` .
15
+
16
+ ### ➕ Added
17
+ - ` ExecStartPre=/bin/sleep 30 ` in ` temp.service ` to ensure delayed start.
18
+ - ` network-online.target ` dependency added to systemd unit.
19
+ - Retry handler in the bot script to cope with early boot failures.
20
+
21
+
5
22
## [ 1.0.0] - 2025-05-05
6
23
### Added
7
24
- Temperature monitoring function (` temp.py ` )
You can’t perform that action at this time.
0 commit comments