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.
|
|
|
---
|
|
|
|
title: LubeLogger
|
|
|
|
description: LubeLogger Widget Configuration
|
|
|
|
---
|
|
|
|
|
|
|
|
Learn more about [LubeLogger](https://github.com/hargata/lubelog) (v1.3.7 or higher is required).
|
|
|
|
|
|
|
|
The widget comes in two 'flavors', one shows data for all vehicles or for just a specific vehicle with the `vehicleID` parameter.
|
|
|
|
|
|
|
|
Allowed fields: `["vehicles", "serviceRecords", "reminders"]`.
|
|
|
|
For the single-vehicle version: `["vehicle", "serviceRecords", "reminders", "nextReminder"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
|
|
|
type: lubelogger
|
|
|
|
url: https://lubelogger.host.or.ip
|
|
|
|
username: lubeloggerusername
|
|
|
|
password: lubeloggerpassword
|
|
|
|
vehicleID: 1 # optional, changes to single-vehicle version
|
|
|
|
```
|