Remove percentage?

Anyone know how to remove the percentage from my plugin in the ui?

See attached screenshot.

[quote=“undertoe, post:1, topic:181607”]Anyone know how to remove the percentage from my plugin in the ui?

See attached screenshot.[/quote]

It may be in the D_SensorName1.json file. (SensorName is the device you are using)

download that file from your vera
search for the % it sill be in string form e.g. “%”
replace it with a space or something
upload the file back to Vera

Bulldog thanks for trying to help. I tried what you said and that didn’t work.

After playing around all i had to do was change this in the JSON

Shows the percentage and number

"iconText": "1",

Hides the percentage and number

"iconText": "0",

[quote=“undertoe, post:3, topic:181607”]Bulldog thanks for trying to help. I tried what you said and that didn’t work.

After playing around all i had to do was change this in the JSON

Shows the percentage and number

"iconText": "1",

Hides the percentage and number

"iconText": "0",

I’m glad you got it worked out…

was this the last step in your journey?

cheers!

Yea well this was the last step to the 1.43 release :slight_smile: Whats nice is i used the dimmer icon trick where you can get as many icons as you want by doing positive or negative over you min and max values. So i can show different states of charging (regular, trickle, or just sitting there). This was the only hang up showing the percentage. But its doing good now.

Again thank you for the response, it got me pointed in the right direction. My only hang up is the width of the label. It can only be so big. Don’t know if there is a way around that but it still usagable if not.