@@ -71,8 +71,9 @@ The oil gauge must be fully reassembled with all gaskets in place in order for t
7171Be sure to modify the substitution section of the code for your specific setup: ` tank_size ` , ` tank_orientation ` ,
7272` oil_depth_offset ` , ` volume_calc_method ` .
7373
74- #### Oil Depth Offset (inches)
74+ #### Oil Depth Offset
7575
76+ (units: inches)\
7677Used to correct the distance offset between the ultrasonic sensor's zero point and the top of the oil tank.
7778
7879The removable electronics module design of the Smart Oil Gauge Duo allows for easy access to directly measure the
@@ -81,7 +82,7 @@ oil_depth_offset, using units of inches, subtract the raw oil depth reported by
8182sensor from the directly measured oil depth:\
8283` oil_depth_offset = (Oil Depth by Stick Measurement) - (Raw Oil Depth reported by the sensor) `
8384
84- The ` Raw Oil Depth ` is reported in the uart debug log when the controller calculates the ` Oil In Tank `
85+ The ` Raw Oil Depth ` is reported in the debug level of the logger when the controller calculates the ` Oil In Tank `
8586
8687#### Volume Calculation Method (Advanced Confguration)
8788
@@ -184,14 +185,14 @@ and fill in your local credentials separately.
184185
185186The Advanced Configuration below adds more calculations and functionality.
186187This Advanced Configuration would completely replace the Basic Configuration above.
187- Added template sensors include: ` Oil Depth ` , ` Max Fill ` , Seperate ` Temperature ` and ` Battery Voltage ` .
188+ Added template sensors include: ` Raw Oil Depth ` , ` Oil Depth ` , ` Max Fill ` ,
189+ Seperate ` Temperature ` and ` Battery Voltage ` .
188190Added ` Auto Sleep Disable ` control.
189191Multiple additional Diagnostic sensors.
190- Includes a built in otion to use a look-up table to convert directly from ` Oil Depth ` to gallons.
192+ Includes a built in option to use a look-up table to convert directly from ` Oil Depth ` to gallons.
191193Add your own ` wifi: ` , ` api: ` , and ` ota: ` sections before flashing.
192194The example also leaves out passwords and ` !secret ` references so you can merge it into your own setup
193- and fill in your local
194- credentials separately.
195+ and fill in your local credentials separately.
195196
196197``` yaml file=advanced.yaml
197198```
0 commit comments