Page 1 of 1

updated extraT block, new allSensors block

Posted: Mon May 10, 2021 8:07 pm
by davidefa
Updated the extraT block:
- it can show data from any temperature sensor ( T, D, A, TIN, T1-T8, TS1-TS8, LT1-LT8... )
( need to specify the 'full name' of the sensor )

Added also a block ( allSensors ) to show the value from any sensor ( not only temperature sensor )

Re: updated extraT block, new allSensors block

Posted: Wed May 12, 2021 12:01 pm
by meteolopik
Thanks a lot! :)

Re: updated extraT block, new allSensors block

Posted: Wed Jun 15, 2022 2:40 pm
by xBenny
Hi, I have a problem with the encoding of the allsensors block. I tried to change the encoding of individual files to both CP1250 and UTF8 no BOM, but the problem is still the same. Any advice? Thanks

Right title is "Externí čidla"

https://www.pocasi-klabava.cz

Image

Re: updated extraT block, new allSensors block

Posted: Wed Jun 15, 2022 3:21 pm
by davidefa
You can use something like this ( in block settings ):

Code: Select all

Externí čidla
i.e. substitute the unicode chars with:
&#xHHHH;
or
&#DDDD;
where HHHH is the hexadecimal representation of the unicode char
and DDDD is the decimal representation of the unicode char

Re: updated extraT block, new allSensors block

Posted: Wed Jun 15, 2022 3:54 pm
by xBenny
Tricky but it works. Interestingly, I tried this before directly into a settings file and it didn't work. But through the block settings it works. Thanks :)
davidefa wrote: Wed Jun 15, 2022 3:21 pm You can use something like this ( in block settings ):

Code: Select all

Externí čidla
i.e. substitute the unicode chars with:
&#xHHHH;
or
&#DDDD;
where HHHH is the hexadecimal representation of the unicode char
and DDDD is the decimal representation of the unicode char