1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2026-03-16 23:43:31 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
580dc45c2a If value for the reading is too long, trim it.
I know, that this is kind of naive implementation, but in case of
temperatures there is a more serious issue than trimming, if any of the
HW component exceeds 1000 Celsius degrees ;)
2022-05-05 18:43:23 +02:00
d02ecefdf3 Readme update 2022-05-05 16:38:09 +02:00
d4bd3b19d3 Apply color for not used 'lcd' cells 2022-05-05 16:37:04 +02:00
ac56074faf Adapt to newest wmdocklib changes. 2022-05-03 18:53:50 +02:00
05ea17b43b Added source images, and picture of pywmtemp. 1.0 2022-05-01 16:18:56 +02:00
139648f240 Added setup scripts. 2022-05-01 16:07:49 +02:00
34112c6275 Added readme 2022-05-01 16:05:40 +02:00
fccd8617b8 Move code into a package. 2022-05-01 15:58:17 +02:00
98294b5a27 Handle lack of config for graphs. 2022-05-01 15:51:39 +02:00
797490dec3 Added event handling for the graph region. 2022-05-01 15:27:00 +02:00
79701764e3 Added label for the graph. 2022-05-01 15:26:23 +02:00
8ba735d652 Added graph for the first temperature. 2022-05-01 15:25:37 +02:00
54b863ece1 Added new submethod for creating strings. 2022-05-01 15:23:40 +02:00
edae2233a5 Added background image. 2022-05-01 15:22:12 +02:00
ba20923a80 Remove some old stuff for autofilling empty space. 2022-05-01 15:21:26 +02:00
1a27c389c0 Use psutil instead of traversing through sys filesystem. 2022-05-01 15:18:57 +02:00
31b7272e68 Refresh dockapp every 10ms, update it every second. 2022-05-01 15:16:23 +02:00
a7bfd3207c Added psutil module, added code for config error handling. 2022-05-01 15:11:49 +02:00
63faeb3734 Add almost working dockapp. 2022-05-01 15:11:02 +02:00