Skip to content

v2.6.4b1 - Manual IP CC2 Auth & Discovery Improvements (Beta)

Pre-release
Pre-release

Choose a tag to compare

@danielcherubini danielcherubini released this 09 Feb 08:28

Beta Release - Testing Manual IP Flow & Discovery Improvements

This is a beta release for testing fixes to CC2 printer setup issues.

Main Fix: Manual IP Flow Now Uses CC2 Auth

Previously, when entering a CC2 printer's IP address manually, the integration would skip the access code authentication UI and create the entry with fallback passwords. This beta fixes that issue.

Changes:

  • Manual IP entry now detects printer type and routes to appropriate setup:
    • CC2 printers → Access code authentication flow
    • MQTT printers → Auto-configure
    • FDM printers → Proxy options
    • Resin printers → Camera options

Discovery Improvements

Broadcast discovery enhancements:

  • Increased timeout: 5s → 10s (for slower networks)
  • Added retry logic: 2 attempts for broadcast discovery
  • Bind to port 52700 for responses (may help with some firewall configs)
  • Better logging with network diagnostic hints

Testing Instructions

If you were previously sent to manual setup and didn't see the CC2 access code questions:

  1. Remove your existing CC2 printer integration
  2. Install this beta version
  3. Try adding the printer again:
    • If broadcast discovery finds it → follow the auth prompts
    • If not found → enter IP manually → should now see auth prompts

Please report results in issue #329!

Known Limitations

Broadcast discovery may still fail due to network configuration (firewall, VLAN isolation, etc.). The manual IP flow is the recommended workaround.


Related PR: #332
Related Issue: #329