box: add 3d printer temp probe
This commit is contained in:
parent
f19b1c2bd7
commit
0d88f4f297
@ -302,7 +302,7 @@ in
|
||||
resource = "http://127.0.0.1:9001/api/v1/query?query=rtl_433_temperature_celsius";
|
||||
sensor = {
|
||||
name = "rtl_433_temperature_celsius";
|
||||
value_template = "{{value_json.data.result[0].value[1]}}";
|
||||
value_template = "{{value_json.data.result[2].value[1]}}";
|
||||
};
|
||||
}
|
||||
{
|
||||
@ -312,6 +312,13 @@ in
|
||||
value_template = "{{value_json.data.result[0].value[1]}}";
|
||||
};
|
||||
}
|
||||
{
|
||||
resource = "http://127.0.0.1:9001/api/v1/query?query=rtl_433_temperature_celsius";
|
||||
sensor = {
|
||||
name = "rtl_433_printer_temp_celsius";
|
||||
value_template = "{{value_json.data.result[0].value[1]}}";
|
||||
};
|
||||
}
|
||||
];
|
||||
device_tracker = [
|
||||
];
|
||||
@ -623,6 +630,11 @@ in
|
||||
name = "LaCrosse-TX141Bv3";
|
||||
location = "Kitchen";
|
||||
}
|
||||
{
|
||||
id = 34;
|
||||
name = "Rubicson-Temperature";
|
||||
location = "3D-Printer";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user