-
Notifications
You must be signed in to change notification settings - Fork 15
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
Openhab-Nodes: No item names selectable with configured httpRoot #21
Comments
I have the same problem. Using the "openhab2 get" node and passing the item still works, as does manually importing a node as text with the itemname property set, but the UI cannot select the Item |
@ruebox : I can't reproduce this behaviour ... are you using the latest version of node-red-contrib-openhab2 ? |
as far as I can tell - I'm on 1.1.3. OpenHab is 2.2.0 release build and node-red is 0.18.3 |
i have this running great on a few pis. but on 1 (that also hosts oh2), it wont list ... in chrome console - when i open the node - i see 404 errors from meanwhile, i can see what it wants manually: |
Hi, I was facing the same after changing httpAdminRoot. To make it work with openhab node you need to change in 77-openhab.js: |
Hi,
To integrate node-red within openhab, I added within the node-red settings.json ->
httpRoot: '/red',
After this change, the node-red-openhab is still able to properly fetch values from the openhab.
However, if I add a new openhab node, the ui does not provide a list of existing openhab items:
ItemName remains empty. It is not possible to select an item.
Thanks for your support.
Best,
Rüdiger
The text was updated successfully, but these errors were encountered: