We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Maybe you can push this edit to beta6 ;)
The text was updated successfully, but these errors were encountered: