Open-Acidification / Open-Acidification/TankControllerPico

Add Ethernet-Based IP Retrieval (No WiFi Dependency)

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2
Forks
1
Avg merge
2h 22m
Merged PRs (30d)
2

Description

Currently, the device obtains its IP address through WiFi using the get_ip function in src/devices/ethernet.py. This prevents proper operation when WiFi is unavailable, disabled, or when the device is connected using a direct Ethernet (CAT6) connection.

This issue proposes adding a new method to obtain the device’s IP address via Ethernet, allowing the system to support two workable IP retrieval options: Ethernet or WiFi.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/devices/ethernet.py and inspect the existing get_ip function and how its result is used. Determine how the device should retrieve an address over a direct Ethernet connection without relying on WiFi. Done means the system supports both Ethernet and WiFi IP retrieval options and works when WiFi is unavailable or disabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot, networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.