Page 1 of 1

Units not visible for some blocks (BETA 3.4.2)

Posted: Sunday 05 April 2020 10:49
by Minglarn
Hi...

Just noticed that several of my blocks dont show "units". See pic below.
Moist "%" is missing and "C" is missing.

Moist is from deCONZ plugin and "Serverrum" is from RFXCOM.

Using this in CONFIG.JS

Code: Select all

blocks[2395]	= {title:'', protected:true, last_update:false, width:6};	// CONBEE MOIST
blocks['1836_1'] = {title: 'Serverrum', icon: 'fas fa-server', width:3};	// Server rummet

Re: Units not visible for some blocks (BETA 3.4.2)

Posted: Sunday 05 April 2020 11:00
by Lokonli
Minglarn wrote: Sunday 05 April 2020 10:49 Hi...

Just noticed that several of my blocks dont show "units". See pic below.
Moist "%" is missing and "C" is missing.

Moist is from deCONZ plugin and "Serverrum" is from RFXCOM.

Using this in CONFIG.JS

Code: Select all

blocks[2395]	= {title:'', protected:true, last_update:false, width:6};	// CONBEE MOIST
blocks['1836_1'] = {title: 'Serverrum', icon: 'fas fa-server', width:3};	// Server rummet
Are you on latest beta? Update with 'git pull'

Re: Units not visible for some blocks (BETA 3.4.2)

Posted: Sunday 05 April 2020 12:48
by Minglarn
Hard to do when running on own server.. :D
But i'll download latest beta from GIT...

downloaded:
"version": "3.4.2",
"branch": "beta"..

All OK! :D