Simple Binding | Help

Hi, I am a beginner. I need help. Need simple example. How to get the variable from my binding to UI.

For example : In my binding java code -> String greeting = “Hello” … how to get the variable greeting to UI…

I need to understand the connection. Please help

I don’t know the code but I would recommend becoming more familiar with how OH works over all before attempting to code a new binding.

Head over to the Eclipse SmartHome docs and read up on how bindings work.

At a high level, I know your binding needs to create Things and Channels. The Channel is bound to an Item and you put the Item on the Sitemap.