Skip to content
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

3.0beta5: 404 on getting devices when NodeRed is not installed URL / #67

Open
s1mm0n opened this issue Jun 2, 2023 · 0 comments
Open

Comments

@s1mm0n
Copy link

s1mm0n commented Jun 2, 2023

Hi,

My Devices List did't show up and i get an 404 Error.
I am using RedMatic (NodeRed plugin for Raspberrymatic).

As there are multiple Plugins running on the Server NodeRed has another base path:
http://192.168.xxx.xxx/addons/red/

Changes I've done to get it work:

node-red-contrib-tahoma/src/nodes/tahoma.html
LINE 38: $.get(`somfy/${tahoma_account_id}/devices`).then(function (
(Remove the leading "/")
node-red-contrib-tahoma/src/nodes/tahoma-read.html
LINE 37: $.get('somfy/' + tahoma_account_id + '/devices').then(
(Remove the leading "/")

Maybe you can push this edit to beta6 ;)

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

No branches or pull requests

1 participant