staromeste / homebridge-http-advanced-accessory

Supports all devices on HomeBridge Platform / Bridges devices to http
Apache License 2.0
65 stars 22 forks source link

Allow config to specify manufacturer/model/serial #46

Open wpearse opened 1 year ago

wpearse commented 1 year ago

I'm using the Homebridge HTTP Advanced Accessory plugin to monitor the battery of my electric vehicle using the flespi.com telematics API.

It would be nice if I could use the manufacturer, model, and serial number fields to show the vehicle information; e.g. "Hyundai", "Ioniq", "LICENCE_PLATE".

This PR adds three config options, which are already hinted at in the readme, but not actually configurable:

If these options are not set, they will default to the existing values. I have updated the sample config to show how these options might be used.

Thank you for considering this PR. I look forward to hearing your feedback.