If I understood correctly, some UI’s (including the android app) can show _default sitemap which contains an automatically linked “item” for each “thing channel”.
a) However, I cannot copy the list of items to a new sitemap - right?
b) This means I have to re-create each item in order to use it in a new sitemap - right?
c) In several UIs and App, when running the _default sitemap, things are a bit weird.
Example 1, my thermostats have a channel “Actual Temp” (read) and “Set Temp” (input).
Via PaperUI they work well, but over other UIs, “Set Temp” behaves like a readout.
Example 2, network-device-online-status is a read value (is device_A online? Yes/No), but in BasicUI or others, it shows up as an input toggle switch, which obviously is actually not possible.
Is the situation described in c, caused by OpenHab limitations, or limitations in the way _default is generated? I.e., if I made the items manually, could I resolve this sort of situation?
Thanks.