rsegers

Results 12 comments of rsegers

Thanks for the review! The PR had been updated

It does impact the total API calls indeed. But as mentioned, my setup is 6 min scan interval + 13 hours force update + no blackout. These settings give me...

Since the API only returned the last 92 days, the sensor for total consumption wasn't working as expected. A moving total sum was returned, and the sensor was therefore able...

The monthly sensor works perfect. The sensor now energy consumption sensor now only includes this month's usage. It resets on your first drive of the month (limitation of the API)....

> > It does impact the total API calls indeed. But as mentioned, my setup is 6 min scan interval + 13 hours force update + no blackout. These settings...

> @rsegers - can we agree that you did NOT add a sensor showing the total amount of kW used from day 1 the car was added to bluelink? >...

> Before I upset my API that just started giving me car battery measurements again - is this update _only tested in EU_ or is it _definitely not applicable in...

I was unaware of this issue, but had the same idea and added some code. It is now in this PR: #308 It adds two sensors: average consumption and total...

I can reproduce this issue and it seems to affect all inline regex modifiers. This is probably because JavaScript/ECMA 262 is used as the parser resulting in a unparsable regex....

The consumption is calculated using a value provided by the API named `calculativeOdo` . I would expect that this value follows the user's preference for either miles or kilometers. Apparently,...