LogicMachine Forum
Feature requests - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Feature requests (/showthread.php?tid=5692)

Pages: 1 2 3 4 5 6 7


RE: Feature requests - Juande - 18.03.2026

Hello,

First of all, congratulations on the work done on the new display, both on smartphones and PCs.

I wanted to ask a question: previously it was possible to force the display format (PC or smartphone) using the URL. In this new version, is there or is there a plan to manually select the desired display format?

It would be very useful to be able to choose it regardless of the device.

Thank you.


RE: Feature requests - admin - 19.03.2026

It will be possible to do by adding ?mode=plan or ?mode=tile to the Visu app URL in the next beta version.


RE: Feature requests - KoBra - 29.03.2026

Borders on values in Plan view
Prefix (like suffix but before the value)


RE: Feature requests - admin - 30.03.2026

It can be done via Custom CSS.

Value border (additional class value-border):
Code:
.value-border .value {   border: 1px red solid;   border-radius: 4px;   padding: 2px 4px;   background: yellow; }

Value prefix (additional class value-prefix):
Code:
.value-prefix .value-content:before {   content: "Prefix "; }



RE: Feature requests - KoBra - 01.04.2026

(30.03.2026, 07:47)admin Wrote: It can be done via Custom CSS.

Value border (additional class value-border):
Code:
.value-border .value {   border: 1px red solid;   border-radius: 4px;   padding: 2px 4px;   background: yellow; }

Value prefix (additional class value-prefix):
Code:
.value-prefix .value-content:before {   content: "Prefix "; }

Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition

Prefix works also but for every individual prefix you have to make a CSS. Having a box like suffix that you can fill with a prefix would be even better.


RE: Feature requests - admin - 01.04.2026

Quote:Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition
Enable "Apply background/border to Plan view widgets (excluding widgets in Compact mode)" in Global appearance settings > Widgets


RE: Feature requests - KoBra - 01.04.2026

(01.04.2026, 09:30)admin Wrote:
Quote:Thank you, it works but i sometimes like for visibility purposes to add also a border in the plan view to not only values but also icons so a selection box would be a great addition
Enable "Apply background/border to Plan view widgets (excluding widgets in Compact mode)" in Global appearance settings > Widgets

Point is i would like to have it also for widgets in compact mode specially for disabled people that can only view in greyscale.


RE: Feature requests - admin - 02.04.2026

There are too many customization options already Smile
Some very specific cases like yours can be solved with custom CSS.


RE: Feature requests - Novodk - 09.04.2026

Would it be possible to add a PIN to open widgets?

[Image: H6M5RS5.png]


RE: Feature requests - Carlos Efintegra - 13.05.2026

I don't know if I'm repeating the request, but I can't find a widget for Sonos like Mosaic's, and user-configurable scenes, automations, and schedules, like Wiser's for KNX, would be ideal.
Thanks


RE: Feature requests - KoBra - 29.05.2026

1. ability to change the suffix on a thermostat to for example °F, K. Now it is fixed on °C
2. the ability to change the icon for actual value in the widget (or even remove it)


RE: Feature requests - admin - 01.06.2026

@KoBra

1. For certain data types like scaling and temperature the units/suffix is added automatically if the custom units for the given object are empty. You can set the object units and it will be displayed instead of °C. There's a minor bug in AC/thermostat widgets where main object units are used for status display too. This will be fixed in the next version.

2. You can hide the icon using CSS:
Code:
.widget-thermostat .circularslider-status .icon {   display: none !important; }



RE: Feature requests - KoBra - 01.06.2026

(01.06.2026, 06:04)admin Wrote: @KoBra

1. For certain data types like scaling and temperature the units/suffix is added automatically if the custom units for the given object are empty. You can set the object units and it will be displayed instead of °C. There's a minor bug in AC/thermostat widgets where main object units are used for status display too. This will be fixed in the next version.

2. You can hide the icon using CSS:
Code:
.widget-thermostat .circularslider-status .icon {   display: none !important; }

I updated also to the latest beta, now it works. I think i was still on an older version.


RE: Feature requests - PolymorphedCust - 07.07.2026

Feature request:

When replacing GA's for a page in, it's possible to check which widgets to replace the certian amount.
This would be nice to have, when dublicating custom widgets. Like, to chose which widgets inside the custom widget, that has to follow the replacements. If that makes sence.


RE: Feature requests - Daniel - 07.07.2026

The Plan/Layout/Widget replace feature from the menu is totally different from the one on Custom widget. The first is a real shift with change of address in the database where the one on custom widget is a virtual shift, we don't change anything in database only we apply the formula to the addresses. Due to this reason your request is not currently possible.