Page 1 of 1
Dial with battery level
Posted: Thursday 15 December 2022 21:29
by michelscholte
I've got several dials for every temp sensor. Is it possible to add the battery level to a dial block?
For example:
Re: Dial with battery level
Posted: Thursday 15 December 2022 22:15
by Lokonli
I can add that in a next release.
I could add the battery level indicator within the dial just below the date. Would that be OK? Or do you prefer outside the dial as in your picture?
Verstuurd vanaf mijn SM-A526B met Tapatalk
Re: Dial with battery level
Posted: Friday 16 December 2022 11:52
by michelscholte
Hi Lokonli,
I prefer it outside the dial, otherwise the data in the dial wil be less orderly on my 7" tablet.

If it is possible of course.
Thank you in advance.
Re: Dial with battery level
Posted: Saturday 17 December 2022 15:16
by Renber
I am also interested. But I would prefer in the (cleaner) dial. Below the name, there is a little space, right?
Otherwise do both

Re: Dial with battery level
Posted: Saturday 17 December 2022 23:24
by Krenstik
if anyone is interested:

Re: Dial with battery level
Posted: Sunday 18 December 2022 8:45
by Renber
I am, but how do you do it?
Re: Dial with battery level
Posted: Sunday 18 December 2022 12:00
by Krenstik
blocks['pco'] = { idx: 43, decimals: 0 , type: 'dial', width: 2, title: 'Pracovna', showunit: true,
shownumbers: true, showring: true, last_update: true, setpoint: 1400, min: 400, max: 2700, color: '#26e500',
values : [
{ value: 'Quality',label:'status', type: 'text', idx: 43 ,addClass: 'w100' },
{ value: 'BatteryLevel', idx: 43 , unit:' %', icon: 'fas fa-battery-full', }, ]} //
Re: Dial with battery level
Posted: Monday 19 December 2022 11:28
by michelscholte
Krenstik,
Thanks a lot for this suggestion. Unfortunately wil this not change the icon when the battery level is changed. But it is a nice workaround for the moment. Hopefully Lokonli will make the possibility for us with a simple option within the config.js file.
But still thanks for your response.