unknown attributes temperatureBatteryStatus and fuelLevelStatus
gluca opened this issue · 7 comments
gluca commented
Version of the custom_component
0.1.9
Installation method (hacs / manual)
hacs
Installation method of hass (venv, docker, hassio,...)
docker
Configuration
Add your configuration here.
## Describe the bug
I'm having this log warning on some "unknown" attributes from my ID.4 using this integration (i've only erased my Id.4 Serial number but those are the logs entries tht are present in my hs log).
My id.4 has firmware 3.2. It seems api returns some other attributes the integration is not prepared to handle.
Logs entries repeat each 50 seconds (roughly)
## Debug log
2023-11-01 08:38:59.596 WARNING (SyncWorker_27) [weconnect] /vehicles/WVGZZZXXXXXXXXXXXX: Unknown attribute temperatureBatteryStatus with value {'value': {'carCapturedTimestamp': '2023-11-01T05:47:52.719Z', 'temperatureHvBatteryMin_K': '296.15', 'temperatureHvBatteryMax_K': '298.15'}} in domain measurements
2023-11-01 08:38:59.597 WARNING (SyncWorker_27) [weconnect] /vehicles/WVGZZZXXXXXXXXXXXX: Unknown attribute fuelLevelStatus with value {'value': {'carCapturedTimestamp': '0001-01-01T00:00:00Z', 'primaryEngineType': 'electric', 'carType': 'electric'}} in domain measurements
monsivar commented
Same problem for me. Started 1.11..2023
ckarrie commented
Can confirm this
2023-11-02 18:07:46.775 WARNING (SyncWorker_5) [weconnect] /vehicles/WVGZZZXXXXXXXXXXXX/domains/measurements/rangeStatus: Unknown attribute totalRange_km with value 172
2023-11-02 18:07:46.775 WARNING (SyncWorker_5) [weconnect] /vehicles/WVGZZZXXXXXXXXXXXX: Unknown attribute temperatureBatteryStatus with value {'value': {'carCapturedTimestamp': '2023-11-02T16:20:44.067Z', 'temperatureHvBatteryMin_K': '284.65', 'temperatureHvBatteryMax_K': '285.65'}} in domain measurements
2023-11-02 18:07:46.775 WARNING (SyncWorker_5) [weconnect] /vehicles/WVGZZZXXXXXXXXXXXX: Unknown attribute fuelLevelStatus with value {'value': {'carCapturedTimestamp': '2023-11-02T16:20:50.564Z', 'currentSOC_pct': 52, 'primaryEngineType': 'electric', 'carType': 'electric'}} in domain measurements
ColinRobbins commented
Same here. ID3, running firmware 3.2
malakudi commented
Same for me, ID.3 with 3.2
The battery temperature is nice to have, I think we should report this to weconnect library.
malakudi commented
Feature has been added to weconnect library since last week
tillsteinbach/WeConnect-python@57e4456
Integration needs to use newer library version
jonasbkarlsson commented
Yes, an update to a later version of the weconnect library, and additions of HV battery temperature sensors would be great!
jonasbkarlsson commented
I made a PR #224 for this.