Skip to content

Commit 6b261eb

Browse files
authored
Update index.md
Wording adjustments
1 parent c374d79 commit 6b261eb

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

  • src/docs/devices/Connected-Consumer-Fuel-Smart-Oil-Gauge-Duo

src/docs/devices/Connected-Consumer-Fuel-Smart-Oil-Gauge-Duo/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ The oil gauge must be fully reassembled with all gaskets in place in order for t
7171
Be 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)\
7677
Used to correct the distance offset between the ultrasonic sensor's zero point and the top of the oil tank.
7778

7879
The 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
8182
sensor 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

185186
The Advanced Configuration below adds more calculations and functionality.
186187
This 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`.
188190
Added `Auto Sleep Disable` control.
189191
Multiple 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.
191193
Add your own `wifi:`, `api:`, and `ota:` sections before flashing.
192194
The 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

Comments
 (0)