Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 425bf71fc0b24b547006686d83404c54b983de0b
1
2
3
4
5
6
7
8
9
10
11
12
13
 
set xdata time
set timefmt "%s"
set format x "%Y-%m-%d %H:%M:%S"
 
filename = "1_data/xx00"
 
plot filename using 1:2 with lines title "temp_{in}", \
    filename using 1:3 with lines title "temp_{out}", \
    filename using 1:5 with lines title "temp_{flow}", \
    filename using 1:6 with lines title "temp_{return}", \
    filename using 1:7 with lines title "state"
pause -1