feat: Add static IP configuration options to config and main files. Also remove creation of config from web_server.py because I was already doing it in main.py like it should be done, somewhere first.

Fixes #25
This commit is contained in:
2025-11-11 16:55:27 -05:00
parent b3c56864ac
commit 1016e96b58
3 changed files with 27 additions and 24 deletions

View File

@@ -1,4 +1,8 @@
{
"static_ip": "192.168.86.43",
"subnet": "255.255.255.0",
"gateway": "192.168.86.1",
"dns": "192.168.86.1",
"timezone_offset": -5,
"ac_target": 77.0,
"ac_swing": 1.0,