jeroenvdd
(jeroen van den dooren)
November 16, 2021, 9:39am
1
Hi guys,
I’m running OH 3.1,
and node red V2.0.6 on an other server,
I’ve installed the following palette:
node-red-contrib-openhab3
1.3.25
Are all these compatible?
I can’t seem to set my server settings correctly to start retrieving inputs,
do you guys use an auth key?
when I generate an api key, I get all my item statuses if I use the openhab events node’
but when i try to use an input it’s still blank
peysche
(Peysche)
November 29, 2021, 4:55pm
2
Hi,
Same here…
Does not work
OH: openHAB 3.2.0.M4
NR: 2.1.3
NR-LIB: 1.3.28
This Works
OH: openHAB 3.2.0.M4
NR: 1.3.4
NR-LIB: 1.3.28
Look like last updates in NR or the Lib are somehow buggy…
Node-red can’t select itemName · Issue #27 · jeroenhendricksen/node-red-contrib-openhab3 (github.com)
Regards
peysche
(Peysche)
December 3, 2021, 12:06pm
3
Hi All,
Found the reason for the problem…
has nothing todo with the Node or NodeRed !
i am using a Docker Nodered instance in combination with Hassio … in that case all the NodeRed Entpoints get prefixed with /endpoint/ … so i had to change
line 545 in 77-openhab2.html from
$.getJSON("/openhab3/items", config)
to
$.getJSON("/endpoint/openhab3/items", config)
Hope this helps someone else doing the same thing and facing the same problem !
Regards
xAPPO
(Kevin Hawkins)
December 22, 2021, 5:29am
4
This didn’t work for me unfortunately
system
(system)
Closed
February 1, 2022, 9:29pm
5
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.