Thermostat pour piloter jusqu'à 4 radiateurs avec fil pilote
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
				
					
						
						
							|  | Dependencies: | 
						
						
							|  | sudo apt install qttools5-dev-tools qt5-default qtbase5-private-dev | 
						
						
							|  | git clone https://github.com/qt/qtmqtt.git | 
						
						
							|  | cd qtmqtt | 
						
						
							|  | git checkout v$(qmake -v | grep "Qt version" | sed "s/^.*version \([5-9]\.[0-9]\+\.[0-9]\+\) .*$/\1/") || echo "Unable to find your Qt version" | 
						
						
							|  | qmake && make -j$(nproc) | 
						
						
							|  | sudo make install
 |