Virtual device

From Larnitech wiki page
Revision as of 15:21, 31 January 2022 by Support (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English • ‎русский

You need open the link with XML description for each widget -> Xml
Copy the code of the widget you need, for example <item addr="384:6" name="Garage" type="gate"/>
Screenshot 001.png
Then open the Structure tab, and click on Edit logic
Screenshot 002.png
After that will open pop-up window with XML logic
Add your code with a little configuration below!!!
Screenshot 007.png

  • area name - the room, where you want an object to add
  • addr="292:"

where "292"- ID of your module (Metaforsa, DE-MG, DW-LC10, BW-SW06 etc.)
and ":" - inner ID of the object. Assigned automatically by the server itself after saving and refreshing the XML logic

  • name - any you like
  • type - the icon (widget) of the object. You can change it to another (Jalousie for example)
  • virtual="yes" - the object will be able to perform the actions. Without it, object will be only viewed, without performing actions

After refreshing the XML logic, your line will be like in screenshot below. Inner ID succesfully assigned, in our case it was 240
Screenshot 008.png
After that object ready to work