Using paperui, added item to the group. Noticed that the demo.items file does not update. The data is going in /userdata/mapdb/storage.mapdb..
1. What is the concept behind mapdb? does eclipse smart home uses mapdb to store all the changes?
2. What is the relation between demo.items and mapdb? If demo.items is manually updated, the framework automatically find the updates.
3. Which part of the openhab updates mapdb i.e openhab2, eclipse smarthome framework, or paperUI.
I like to do following:
1. Write custom binding with discovery support or use existing binding like hue or wemo which has discovery support.
2. Discovered items are visible in Inbox. what is the Inbox concept?
3. PaperUI has button (+) to add Inbox item as a thing - Is there an documentation to see the api call to do this?
2. Add and configure discovered thing as Item - do I have to add item information like item name, item type, and binding info in demo.config or is there any way to automate this step?
3. Once item binding is set, start controlling the device using UI
Regards,
Ashish