network common changes

This commit is contained in:
zorruno
2026-06-22 22:40:52 +12:00
parent 04f412e346
commit 1f8fd335f6
2 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -309,13 +309,13 @@
},
"_firmware_jobs": [
{
"job_id": "90c4ef66ff5b",
"job_id": "18e167c90e84",
"configuration": "esp-astroclockstepper1.yaml",
"job_type": "compile",
"status": "completed",
"created_at": "2026-06-22T10:01:22.573688+00:00",
"started_at": "2026-06-22T10:01:22.574085+00:00",
"completed_at": "2026-06-22T10:02:43.029754+00:00",
"created_at": "2026-06-22T10:39:50.725643+00:00",
"started_at": "2026-06-22T10:39:50.726018+00:00",
"completed_at": "2026-06-22T10:40:00.987922+00:00",
"exit_code": 0,
"error": null,
"port": "",
+5 -4
View File
@@ -24,7 +24,8 @@ substitutions:
# WiFi Credentials
wifi_ssid: !secret ha_wifi_ssid
wifi_password: !secret ha_wifi_password
fallback_ap_password: !secret fallback_ap_password
#fallback_ap_password: !secret fallback_ap_password
fallback_ap_password: !secret fallback_ap_password_shared
# Enables faster network connections, with last connected SSID being connected to and no full scan for SSID being undertaken
wifi_fast_connect: "false"
@@ -39,8 +40,8 @@ substitutions:
fallback_ap_timeout: "2min"
# Network reconnect every x hours to ensure best access point
base_interval_hours: "23"
random_offset_max_minutes: "59"
#base_interval_hours: "23"
#random_offset_max_minutes: "59"
#:########################################################################################:#
@@ -92,7 +93,7 @@ ota:
version: 2
# Optional: uncomment if you want OTA uploads through the web interface
#- platform: web_server
- platform: web_server
#:########################################################################################:#