I want to include my username and password for my vera in my website where in one press i access my vera from anywhere not only my laptop
I know it is less secured but i already have a password for my website which includes many other things
So How can i do so?like a link where to include the username and the password even the serial number maybe
Your Vera remote access username and password are a property of the mios.com site, not of your Vera. And there doesn’t appear to be a way to include username and password in a URL to mios.com and get access to your Vera’s port 80 (the UI5 interface).
Two alternatives come to mind. One is to replicate mios.com on your web server: run an SSH tunnel from Vera to the web server, and then set the web server to proxy requests down the tunnel. With authentication and HTTPS you get something as secure as mios.com. If you are adept at configuring Apache you could do this in an afternoon.
The other is to forgo the full web interface and implement your own MiOS control point, using the UI Simple method. You don’t get a GUI, but if you have only a few actions that you want to do, it should be manageable.