-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LuciRpcMethodNotFoundError in Home Assistant luci integration #52
Comments
I did more reading and it seems like my issue is a duplicate of #30 (closed). |
Accordingly, the VERSION_ID is "5.3.6". In this case, this represents the Turris OS version, not that of the underlying OpenWrt. This suggests that checking /etc/os-release is not a safe way to determine if a legacy version of OpenWrt is running. Probably a better way would be to try running a non-legacy method and determine if this works or not. |
Since OpenWrt 19.07 is EOL it'd probably be easier just to deprecate the legacy method if the backwards compatibility isn't required as there's no legacy required version that'd get software updates outside of third party repos and forks |
Just try to modify
it works for me. XD |
any news on this? |
Any news? Still waiting for this. |
Description
I have freshly installed luci-mod-rpc on my Turris Omnia router to enable presence detection in Home Assistant via its luci integration.
What I Did
After setting up the luci integration and restarting Home Assistant, the Home Assistant log shows:
I am not familiar enough with the software to determine if the issue resides in the luci integration or openwrt-luci-rpc...
The text was updated successfully, but these errors were encountered: