Floorplan dashboard fullscreen

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
d3rax
Posts: 14
Joined: Thursday 25 February 2016 20:16
Target OS: -
Domoticz version:
Contact:

Floorplan dashboard fullscreen

Post by d3rax »

Hello,

I've got a question about the dashboard. I have my floorplan displayed on my dashboard. When I double click on the floorplan, the 'fullscreen' version gets activated by hiding the menubar.

I would like to have a url that directly shows the dashboard without the menubar, so without having to double click the floorplan (i want to use the floorplan in Imperihome). Is this possible?

Best regards!
User avatar
Dnpwwo
Posts: 819
Joined: Sunday 23 March 2014 9:00
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Melbourne, Australia
Contact:

Re: Floorplan dashboard fullscreen

Post by Dnpwwo »

Currently there isn't.

If someone updated FloorplanController.js so the init function looked like this and submitted a patch:

Code: Select all

		function init()
		{
			try {
				$scope.MakeGlobalConfig();
				ShowFloorplans();
				if (window.location.href.search("fullscreen")>0) {
					$('#copyright').css({display:'none'});
					$('.navbar').css({display:'none'});
					$( "#fpwrapper" ).css({position:'absolute', top:0, left:0}) .attr('fullscreen','true');
				}
			}
			catch(err) {
				generate_noty('error', '<b>Error Initialising Page</b><br>'+err, false);
			}
		};
then a URL like [url]http://<domoticz%20address>:8080/#/Floorplans?fullscreen[/url] would work.

I can't do it at present due to my main server suffering a hardware failure which has broken my setup.
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
d3rax
Posts: 14
Joined: Thursday 25 February 2016 20:16
Target OS: -
Domoticz version:
Contact:

Re: Floorplan dashboard fullscreen

Post by d3rax »

Hopefully it will be implemented in the future....
User avatar
Egregius
Posts: 2582
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Floorplan dashboard fullscreen

Post by Egregius »

You can also create your own floorplan. Perfectly made just for you.

Have a look at https://github.com/Egregius/PHP-Custom- ... r-Domoticz to get started.
User avatar
Dnpwwo
Posts: 819
Joined: Sunday 23 March 2014 9:00
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Melbourne, Australia
Contact:

Re: Floorplan dashboard fullscreen

Post by Dnpwwo »

This functionality has been added and should be in the next beta :)

Let me know if there are any issues with it
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
DeepB
Posts: 9
Joined: Wednesday 10 December 2014 16:42
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Floorplan dashboard fullscreen

Post by DeepB »

Can you let me know in which version that was implemented? And how to use it?

thank you
Daniel
User avatar
Dnpwwo
Posts: 819
Joined: Sunday 23 March 2014 9:00
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Melbourne, Australia
Contact:

Re: Floorplan dashboard fullscreen

Post by Dnpwwo »

Just add '?fullscreen' to the end of the URL you were using ([url]http://<domoticz%20address>:8080/#/Floorplans?fullscreen[/url]). It would have been in the beta version since mid-may.

If a stable version has been release since then it will be in that as well.
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest