Hide value from WebFront Visualization

Hi,

How can I hide a value from WebFront Visualization? If I want to hide one value from an integer variable with 5 possible values from WebFront Visualization, how should I configure this integer variable in IP-Symcon?
Or should I create two different integer variables, both using a custom profile, one with 5 possible values and one with 4 possible values. But then how do I keep both variables in sync?

Cheers,
Dennis.

Can you explain your usecase? You can define your own action script. Within this script you can „ignore“ the one value you do not want under special circumstances.
Hiding a value from the profile is not possible.
Another way, just came in my mind:
you can define two profiles and you switch the profile of the variable. One profile with 5 and one with 4 entries.

That’s also the way i would do it. Switching profiles will solve your issue.

paresy

Hi @hfichtinger ,

I’m talking about the action script mentioned here:

The action script should be able to use all 5 integer values, but WebFront has no use for the ‚0 - NOP‘ command.

Cheers,
Dennis.

You can just duplicate the profile and remove the association (value) that you do not want.

paresy