Luka Gra and GitHub
f5a1e48e26
TA trip statistics ( #283 )
...
Add separate sensors for TA statistics
averageFuelConsumptionAutomatic.value
averageEnergyConsumptionAutomatic.value
averageSpeedAutomatic.value
tripMeterAutomatic.value
2025-07-12 17:38:00 +02:00
wivaku and GitHub
7a63f4d00f
add long term statistics for fuel/energy consumption ( #243 )
...
Similar to #68
2025-07-11 21:56:05 +02:00
linus
d9e4aada80
Bump Version
2025-07-08 13:21:52 +02:00
linus
d3d511477b
Rework image creation
2024-10-28 07:26:02 +01:00
linus
75db5da324
Fix re-auth with OTP while app runtime #251
2024-10-27 10:06:47 +01:00
linus
75013509f4
Fix re-auth with OTP while app runtime #251
2024-10-26 18:27:29 +02:00
linus
1d8132d93a
Bump version
2024-10-16 07:41:57 +02:00
linus
3f36368773
Optimize vcc api key check
2024-09-25 07:39:23 +02:00
linus
0cfb1a9e3f
Support new statistic endpoints // Remove unused multiplier options
2024-09-20 09:43:59 +02:00
linus
391ae952d9
Bump version
2024-09-16 17:19:33 +02:00
Nick Campbell and GitHub
f9f5e218f5
Handle boundary condition when selecting battery icon ( #235 )
...
We need to be able to handle floating point numbers right on the
boundary between two icons. This means our from..to configurations must
perfectly align at each end, and the algorithm to select those must not
be both less-than-or-equal (<=) AND more-than-or-equal (>=).
After this change:
>>> get_icon_between(icon_states["battery_charge_level"], 0)
'battery-alert-variant-outline'
>>> get_icon_between(icon_states["battery_charge_level"], 9.9)
'battery-alert-variant-outline'
>>> get_icon_between(icon_states["battery_charge_level"], 10)
'battery-10'
>>> get_icon_between(icon_states["battery_charge_level"], 39)
'battery-30'
>>> get_icon_between(icon_states["battery_charge_level"], 39.9)
'battery-30'
>>> get_icon_between(icon_states["battery_charge_level"], 39.9999)
'battery-30'
>>> get_icon_between(icon_states["battery_charge_level"], 40)
'battery-40'
>>> get_icon_between(icon_states["battery_charge_level"], 99.99)
'battery-90'
>>> get_icon_between(icon_states["battery_charge_level"], 100)
'battery'
>>> get_icon_between(icon_states["battery_charge_level"], 101)
'battery'
2024-09-16 17:17:22 +02:00
Linus Dietz
710ca2fcbc
Bump version
2024-08-09 09:32:21 +02:00
Linus Dietz
17eaa8dde2
Added retain status to survive HA reboots #210
2024-07-29 10:10:59 +02:00
Linus Dietz
414ac503b1
Fix backend status URL #209 #208
2024-07-08 10:52:54 +02:00
Linus Dietz
f650ea9247
Fix retained otp messages bug
2024-05-29 20:08:19 +02:00
Dielee
1f0612ca4a
Try to fix not saveable OTP Code
2024-05-28 08:26:18 +02:00
Dielee
6306c9a4b3
Let token survive addon updates
2024-05-27 14:16:07 +02:00
Gert-jan and GitHub
cb1377005c
Add "Battery Capacity" sensor ( #185 )
2024-05-27 08:18:25 +02:00
Linus Dietz and GitHub
89bd76e981
Move to OTP auth ( #190 )
...
* Rebuild app OTP authentication
* Adding OTP readme
* Fix error message // Remove duplicated scopes
* Add dynamic header building including latest app version
* Fix missing startupcheck if using token from file
* Change version
2024-05-27 08:17:52 +02:00
Linus Dietz
290a441f2b
Add state cacheing for "diagnostics" endpoint
2024-01-26 08:24:51 +01:00
Linus Dietz
3d2285f59e
Add option to disable updates #160
2024-01-23 09:25:25 +01:00
Linus Dietz
e444b6a838
Bump version
2024-01-23 08:44:57 +01:00
Linus Dietz
390df68203
Add warnings endpoint #151
2024-01-22 09:17:01 +01:00
Linus Dietz
fff2ccd6f4
Add option for dynamic interval settings #160
2024-01-22 08:08:13 +01:00
Linus Dietz
776564b8b7
Add new charging system states #152
2024-01-02 15:04:41 +01:00
Dielee
b55e7ef6fb
Change units to HA default #148
2023-12-18 14:00:40 +01:00
Dielee
c4c801e46a
Try to fix addon build #146
2023-12-14 08:53:40 +01:00
Linus Dietz
80646bbf51
Fix unknown state for icon update
2023-11-28 12:47:42 +01:00
Linus Dietz
7401ebfc53
Add UNSPECIFIED state for windows
2023-11-27 14:30:07 +01:00
Linus Dietz
f03ff8953c
Fix #133
2023-11-22 07:15:20 +01:00
Linus Dietz
2e95e71661
Fix Backend State Sensor returning null
2023-11-21 18:50:55 +01:00
Linus Dietz
126cc37269
Move vehicles details endpoint to v2 // Try to fix #131
2023-11-21 13:59:47 +01:00
Linus Dietz
cb10fe07c3
Move vehicles details endpoint to v2
2023-11-21 09:46:16 +01:00
Linus Dietz
f3244ccdc0
Move vehicles endpoint to v2
2023-11-21 09:42:56 +01:00
Linus Dietz
1223853208
Bump version
2023-11-21 08:59:25 +01:00
Linus Dietz
1f0c52b5a7
Add average energy consumption, distance to empty battery and washer fluid level sensor
2023-11-21 08:55:27 +01:00
Linus Dietz
be4a1b6791
Use cached requests for fuel endpoints
2023-11-21 08:19:26 +01:00
Linus Dietz
8803f9ff1d
Add api backend state sensor
2023-11-20 19:33:27 +01:00
Linus Dietz
843e00acd1
Move battery charge to v2 endpoint
2023-11-20 18:34:57 +01:00
Linus Dietz
3be0a4edbf
Bump version
2023-11-20 07:49:34 +01:00
Linus Dietz
b7feb9713b
Remove unused service warning trigger
2023-11-20 07:43:42 +01:00
Linus Dietz
d07e6dfe6e
Add "Time to Service" sensor
2023-11-17 17:57:30 +01:00
Linus Dietz
81b2771c80
Fix AJAR state for windows
2023-11-11 14:51:52 +01:00
Linus Dietz
f1953e1baa
Quality optimizations
2023-11-10 09:21:00 +01:00
Linus Dietz
459c2dc1af
Add AJAR state for sunroof #123
2023-11-10 09:05:03 +01:00
Linus Dietz
fa68c4ba2c
Fix api changes from volvo
2023-11-09 18:27:31 +01:00
Linus Dietz and GitHub
781e1da8e8
Fix #104 ( #107 )
...
* Catch Volvo API not returning a valid json string #104
* Update changelog
2023-09-21 14:31:21 +02:00
6b419cfe3a
Fix regex for some emails #98 // Add option to disable log completely #96 ( #99 )
...
* Update volovData.username regex (#98 )
* Add option to disable log completely #96
---------
Co-authored-by: Gert-jan Theunissen <gurtjun@users.noreply.github.com >
2023-09-08 11:40:21 +02:00
Linus Dietz
e5ece2116b
Add option to use multiple docker containers (with different logins) #93
2023-08-28 15:09:01 +02:00
Linus Dietz
23246a464f
Allow phone number as username #91
2023-08-25 15:08:25 +02:00