From 8232ac6959ed33b0fbf66e507fcdda067eb639dd Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Mon, 6 Apr 2026 19:37:14 -0400 Subject: [PATCH] Port and IP address changes --- README.md | 2 +- server/config/devices.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbee988..ec33cbc 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ IOT Plant and Aquarium Monitoring System To Run the server: cd server pip install -e ".[dev]" -uvicorn app.main:app --reload --port 25572 \ No newline at end of file +uvicorn app.main:app --reload --port 23181 \ No newline at end of file diff --git a/server/config/devices.yaml b/server/config/devices.yaml index f50d1fb..d8d50fe 100644 --- a/server/config/devices.yaml +++ b/server/config/devices.yaml @@ -4,8 +4,8 @@ devices: - id: "esp32-plant-01" - name: "Plant Monitor - Bedroom" - ip: "192.168.1.100" + name: "Plant Monitor - Study " + ip: "10.0.1.42" port: 5683 enabled: true resources: @@ -24,7 +24,7 @@ devices: - id: "esp32-aquarium-01" name: "Aquarium Monitor" - ip: "192.168.1.101" + ip: "10.0.1.43" port: 5683 enabled: true resources: