temperature_combined: A class that can combine several other temperature sensors (#6230)

Signed-off-by: Michael Jäger <michael@mjaeger.eu>
This commit is contained in:
Michael Jäger 2023-08-01 19:18:03 +02:00 committed by GitHub
parent 039daecb4f
commit 6f7c743615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 157 additions and 1 deletions

View file

@ -137,6 +137,12 @@ sensor_pin: PF5
sensor_type: PT1000
sensor_pin: PK1
[temperature_sensor test_combined]
sensor_type: temperature_combined
sensor_list: temperature_sensor test_PT1000,extruder,heater_bed
combination_method: mean
maximum_deviation: 20.0
[controller_fan test_controller_fan]
pin: PH0