Hello,
I have tried the Mimic-fame way and also the Dashboard-xml way to have a webpage on my views. One of my webpages works perfectly and I can control the device. The other webpage does not connect. Both devices are made by the same company (Control by Web), the one that works is a simple web relay the one that does not is the x406 (‘web enabled one wire multi-bus’).
I am able to connect to the registers of the device via modbus, but I would like if the premade webUI could be added into views like the older web relay.
There are settings in the device for login credentials, but I have disabled that for testing.
Typically for control of a web relay device the url is x.x.x.x/index.html, http does not prompt for credentials, https does.
XML file: <?xml version=”1.0″ encoding=”utf-8″ ?>
<DashboardView>
<DashboardOptions>
<!– Widget AspectRatio = Width / Height –>
<AspectRatio>1.33</AspectRatio>
<!– Breakpoint: ExtraSmall | Small | Medium | Large | ExtraLarge | ExtraExtraLarge –>
<Breakpoint>Small</Breakpoint>
</DashboardOptions>
<Widgets>
<!– The total width of the columns in a line is 12 –>
<Row columnCount=”3″>
<Widget type=”CustomUrl” url=”http://172.30.1.222″ /> <!– works –>
<Widget type=”CustomUrl” url=”http://172.30.1.201″ /> <!– does not work –>
</Row>
</Widgets>
</DashboardView>
Thank you for your help!