Replies: 2 comments
-
You must use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! It's working fine now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get node-red-contrib-homeseer Device Node to work in the Node-Red addon. The node uses web hooks for device status changes etc. The node does not support user/password and works correctly with a stand alone instance of Node-Red with the default settings.js but does not work with the add-on. Here is one of the repeating entries in the add-on log:
2021/09/24 15:22:03 [error] 507#507: *4958548 auth request unexpected status: 500 while sending to client, client: 192.168.1.12, server: aXX7b954-nodered, request: "POST /homeseer/webhook HTTP/1.1", host: "192.168.1.126:1880"
The add-on configurations is:
In the settings.js file I see the note about the configuration keys that are controlled by the add-on.
Is there any other places this could be set or configured?
Beta Was this translation helpful? Give feedback.
All reactions