updated extraT block, new allSensors block

Post Reply
davidefa
Expert
Expert
Posts: 862
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

updated extraT block, new allSensors block

Post by davidefa » Mon May 10, 2021 8:07 pm

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 )
Attachments
extraT_2.1.zip
(1.67 KiB) Downloaded 73 times
allSensors_2.1.zip
(2.13 KiB) Downloaded 69 times
Image

User avatar
meteolopik
Observer
Observer
Posts: 26
Joined: Tue Jun 04, 2019 11:09 am
Location: Lopik
Station model: Davis Pro 2 Plus
Software: Weather Display
Contact:

Re: updated extraT block, new allSensors block

Post by meteolopik » Wed May 12, 2021 12:01 pm

Thanks a lot! :)
Image

xBenny
Newbie
Newbie
Posts: 5
Joined: Tue Mar 30, 2021 8:47 pm
Station model: GW1000
Software: ecowitt plugin

Re: updated extraT block, new allSensors block

Post by xBenny » Wed Jun 15, 2022 2:40 pm

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
Attachments
2022-06-15_163743.png
2022-06-15_163743.png (2.58 KiB) Viewed 763 times

davidefa
Expert
Expert
Posts: 862
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

Re: updated extraT block, new allSensors block

Post by davidefa » 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
Image

xBenny
Newbie
Newbie
Posts: 5
Joined: Tue Mar 30, 2021 8:47 pm
Station model: GW1000
Software: ecowitt plugin

Re: updated extraT block, new allSensors block

Post by xBenny » Wed Jun 15, 2022 3:54 pm

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

Post Reply