[Fli4l_dev] lcd4linux zeigt keine Daten
Stefan Puschek
stefan.puschek at t-online.de
Sa Apr 13 11:28:56 CEST 2019
Hllo Herbert,
...
>> wenn man sich eigene Widgets bastelt - ohne den imon - klappt das
>> hervorragend - alle Zahlen sind wieder da
>
> das hört sich gut an.
>
> Darf ich so ein selber gebasteltes Widget mal sehen?
Doku gibts im Wiki:
https://lcd4linux.bulix.org/wiki/WikiStart
die Widgets werden definiert in
C:\fli4l-4.0.0\opt\etc\lcd4linux\lcd4linux.conf.tmpl
Widget MeinDSL_IP {
# kann aber nur die WAN-ipv4-Adresse!
class 'Text'
expression netinfo::ipaddr('ppp1').' Offline '
align 'L'
width 15
update 5000
}
Widget MeinBusyBar {
class 'Bar'
expression proc_stat::cpu('busy', 500)
length 19
style 'H'
direction 'E'
update 100
}
Widget MeinDSLQuantity_In {
class 'Text'
expression netdev::fast('ppp1','Rx_bytes','0')/1024/1024
width 8
precision 0
postfix 'MiB'
align 'R'
update 1000
}
Widget MeinDSLQuantity_Out {
class 'Text'
expression netdev::fast('ppp1','Tx_bytes','0')/1024/1024
width 8
precision 0
postfix 'MiB'
align 'R'
update 1000
}
Widget MeinDSLRate_In {
class 'Text'
expression netdev::fast('ppp1','Rx_bytes','500')/1024
width 9
precision 0
postfix 'KiB/s'
align 'R'
update 500
}
Widget MeinDSLRate_Out {
class 'Text'
expression netdev::fast('ppp1','Tx_bytes','500')/1024
width 9
precision 0
postfix 'KiB/s'
align 'R'
update 500
}
Widget MeinOutIcon {
class 'icon'
speed 0
bitmap {
row1 '..*..'
row2 '..*..'
row3 '.***.'
row4 '.***.'
row5 '*****'
row6 '*****'
row7 '*****'
row8 '.....'
}
}
Widget MeinInIcon {
class 'icon'
speed 0
bitmap {
row1 '*****'
row2 '*****'
row3 '*****'
row4 '.***.'
row5 '.***.'
row6 '..*..'
row7 '..*..'
row8 '.....'
}
}
Viel Spass damit
Groetjes
Stefan
Mehr Informationen über die Mailingliste Fli4l_dev