Skip to content

Commit 4826297

Browse files
committed
disable wifi power saving; additional components to help with troubleshooting
1 parent 977e81a commit 4826297

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

firmware/transit-tracker.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ logger:
2929
level: DEBUG
3030

3131
wifi:
32+
power_save_mode: none
3233
ap:
3334
password: "hunter2hunter2"
3435

@@ -275,7 +276,14 @@ lis3dh:
275276
address: 0x19
276277
update_interval: 1s
277278

279+
debug:
280+
278281
text_sensor:
282+
- platform: debug
283+
device:
284+
name: "Device Info"
285+
reset_reason:
286+
name: "Reset Reason"
279287
- platform: project_version
280288
id: project_version_text
281289
- platform: lis3dh
@@ -300,6 +308,10 @@ sensor:
300308
- platform: uptime
301309
type: timestamp
302310
name: Uptime
311+
- platform: wifi_signal
312+
name: "Wi-Fi Signal"
313+
update_interval: 60s
314+
entity_category: "diagnostic"
303315

304316
display:
305317
- platform: hub75

0 commit comments

Comments
 (0)