Hi guys,
just for a plain beginner:
I just want to add things cvia code and not the gui.
As far as I understood I just need to create a .things file in OpenHAB\conf\things and
put my definitions inside…?
I just tied it with some basic stuff:
Thing network:device:webcam "Webcam" @ "Living Room" [ hostname="192.168.0.2", timeout="5000", ... ]
Thing astro:moon:home [ geolocation="50.12345,10.98765", interval=300 ]
After saving theese things do not appear in paper ui…
Of course I have the required bindings installed. I use openHAB on a windows machine…