Skip to content

Fix: Redirect OTA update URLs to this fork (original repo archived)#30

Open
dos-ise wants to merge 1 commit into
cjkas:mainfrom
dos-ise:main
Open

Fix: Redirect OTA update URLs to this fork (original repo archived)#30
dos-ise wants to merge 1 commit into
cjkas:mainfrom
dos-ise:main

Conversation

@dos-ise

@dos-ise dos-ise commented Jun 18, 2026

Copy link
Copy Markdown

Summary

This PR updates all GitHub repository references in the OTA update logic to point to this fork instead of the original rstrouse/ESPSomfy-RTS repository.

Reason

The original repository (rstrouse/ESPSomfy-RTS) has been archived and is no longer actively maintained. As a result, users running the OTA update feature would be checking for releases and downloading firmware from a dead upstream — receiving no updates at all, or worse, being stuck on outdated firmware indefinitely.

This fork (cjkas/ESPSomfy-RTS) is the active continuation of the project and the correct target for all update-related URLs.

Changes

GitOTA.cpp

  • GitHub Releases API endpoint (getReleases)
  • Internet connectivity check URL
  • main-branch raw download base URL (beginUpdate)
  • Release tag download base URL (beginUpdate)
  • Filesystem recovery download base URL (recoverFilesystem)

index.js

  • Release tag fetch in the frontend update check

All occurrences of rstrouse/ESPSomfy-RTS and rstrouse/espsomfy-rts have been replaced with cjkas/ESPSomfy-RTS / cjkas/espsomfy-rts respectively.


Thanks a lot for maintaining this fork — it has solved several issues for me that were left unresolved in the original repo. Really appreciate the effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant