Hello,
I have been looking for a solution for the better part of 6 hours now, so i’ve decided to ask for help.
I’ve migrated all of my old stuff (rules included) on a new machine running ona celeron j4100 from a raspberry pi- everything works (better) except…
Now my issue is with VSC and the LSP.
As far as i know as long as i use an openhabianpi image on the raspberry pi, the LSP provided correction works with default settings.
My new machine’s hostname is “openhabian
” (as opposed to “openhabianpi
”), it sits on a static ip within my lan (192.168.168.141)
all other settings are the same as they used to be on the raspberry, only more juice to run on.
currently my settings.json in VSC looks like this:
i’ve tried having “openhabian” as host name
i’ve tried swapping “LspEnabled
” with "remoteLspEnabled
"and LspPort
with “remoteLspPort
”
basically the restAPI interaction works, i do get the suggestions for itemnames, values etc
the rules’syntax correction doesn’t kick in.
My reasoning is that the openhab.host setting addres resolving works either by name or IP, as otherwise items, things etc woluldn’t show, but somehow i don’t manage to get the connection to the LSP running.
I do not know if this is related: in the Log (Extension Host) output in VSC i get:
I do not know if this is related either, having on drive letter X the openhab-conf samba share, the Log(Window) Output in VSC says:
I’m on OH 2.5.0. #1642 Snapshot on Debian Stretch 9.9
VSC 1.36.1 on a windows 10 machine
Openhab extension 0.5.1
How could i debug and solve this, as in time i’ve become really dependant on the VSC extension for OH DSL correction function.?