same here, anyone how to fix already by modifying files?
This is what needs to be done.
also, seems now my picture-elements card is not working anymore?
anyone else seeing this? its since now with 110.0
Well isn’t that the real problem? What monsieurlatte posted points to “warnings” so warnings aren’t usually an issue in the logs but nothing we can change.
do you mean the issue with my picture elements card?
all the states (elements) do still excist , so not sure why this is related?
Hey Fabio,
idem hier, ziet ernaar uit dat de circle sensor card nog niet is aangepast voor 0.110.
Heb het voorlopig zo ingesteld:
elements:
- entity: sensor.audi_a5_mileage
icon: 'mdi:car-door'
image: /local/2018-Audi.png
style:
height: 45px
left: 50%
top: 93%
width: 100%
tap_action: more_info
type: image
- entity: binary_sensor.audi_a5_sportback_doors_lock
icon: 'mdi:car-door'
style:
color: white
left: 10%
top: 90%
tap_action: more_info
type: icon
- entity: binary_sensor.audi_a5_sportback_doors_lock
style:
color: white
left: 10%
top: 97%
type: state-label
- entity: binary_sensor.audi_a5_sportback_windows
icon: 'mdi:window-maximize'
style:
color: white
left: 30%
top: 90%
tap_action: more_info
type: icon
- entity: binary_sensor.audi_a5_sportback_windows
style:
color: white
left: 30%
top: 97%
type: state-label
- entity: sensor.audi_a5_sportback_oil_level
icon: 'mdi:oil'
style:
color: white
left: 50%
top: 90%
tap_action: more_info
type: icon
- entity: sensor.audi_a5_sportback_oil_level
style:
color: white
left: 50%
top: 97%
type: state-label
- entity: sensor.audi_a5_sportback_oil_change_distance
icon: 'mdi:room-service-outline'
style:
color: white
left: 70%
top: 90%
tap_action: more_info
type: icon
- entity: sensor.audi_a5_sportback_oil_change_distance
style:
color: white
left: 70%
top: 97%
type: state-label
- entity: sensor.audi_a5_sportback_mileage
icon: 'mdi:speedometer'
style:
color: white
left: 90%
top: 90%
tap_action: more_info
type: icon
- entity: sensor.audi_a5_sportback_mileage
style:
color: white
left: 90%
top: 97%
type: state-label
- entity: sensor.audi_a5_sportback_tank_level
style:
color: white
left: 90%
top: 15%
type: state-label
- entity: sensor.audi_a5_sportback_tank_level
icon: 'mdi:gas-station'
style:
color: white
left: 90%
top: 8%
type: icon
- entity: sensor.audi_a5_sportback_range
style:
color: white
left: 10%
top: 15%
type: state-label
- entity: sensor.audi_a5_sportback_range
icon: 'mdi:gas-station'
style:
color: white
left: 10%
top: 8%
type: icon
image: /local/2018-Audi.png
type: picture-elements
Thnx ;() gonna update too
Anynone has problem with tank level?
It stuck at 100% but all the other sensors working as espected.
Thanks!
Looks like it’s been 2 years since the circle-sensor-card has been updated. May never be updated.
Hi Fabio,
Circle sensor card is fixed in 0.110.2!
Ah cool, so there was a bug in HA and not the card
hmm, not really solved yet, now getting these in my log files…
2020-05-25 09:24:19 ERROR (MainThread) [frontend.js.latest.202005194] https://xxx.ui.nabu.casa/hacsfiles/circle-sensor-card/circle-sensor-card.js?v=0:76:79 Uncaught TypeError: Cannot read property 'state' of undefined
2020-05-25 09:24:19 ERROR (MainThread) [frontend.js.latest.202005194] https://xxx.ui.nabu.casa/hacsfiles/circle-sensor-card/circle-sensor-card.js?v=0:76:79 Uncaught TypeError: Cannot read property 'state' of undefined
2020-05-25 09:24:20 ERROR (MainThread) [frontend.js.latest.202005194] https://xxx.ui.nabu.casa/hacsfiles/circle-sensor-card/circle-sensor-card.js?v=0:76:79 Uncaught TypeError: Cannot read property 'state' of undefined
2020-05-25 09:24:20 ERROR (MainThread) [frontend.js.latest.202005194] https://xxx.ui.nabu.casa/hacsfiles/circle-sensor-card/circle-sensor-card.js?v=0:76:79 Uncaught TypeError: Cannot read property 'state' of undefined
Yep, whatever the issue was I see the same. Started working again in 0.110.2.
JR
Only the issue I have posted above, happens on a fresh cache Ctrl + f5
Looks cool indeed
Guys, this is driving me nuts
I’ve installed the component several times via HACS, rebooted and then configured the integration with the right credentials. Every time, HA only creates one entity:
The logs, however, are showing setting up more sensors (disclaimer: I’ve changed the VIN to an example, but I’m using the correct one):
2020-05-27 23:32:01 INFO (MainThread) [homeassistant.setup] Setting up audiconnect
2020-05-27 23:32:01 INFO (MainThread) [homeassistant.setup] Setup of domain audiconnect took 0.0 seconds.
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.audiconnect
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.audiconnect
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.components.switch] Setting up switch.audiconnect
2020-05-27 23:32:03 INFO (SyncWorker_8) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.audiconnect
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.setup] Setting up lock
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds.
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.audiconnect entity: sensor.audi_a3_sportback_model
2020-05-27 23:32:03 INFO (MainThread) [homeassistant.components.lock] Setting up lock.audiconnect
But no other entities are shown:
When I try to manual update via audiconnect.refresh_vehicle_data, the following errors are displayed:
Logger: custom_components.audiconnect.util
Source: custom_components/audiconnect/util.py:25
Integration: Audi Connect (documentation)
First occurred: 23:37:31 (1 occurrences)
Last logged: 23:37:31
Unable to refresh vehicle data of wauzzz1234567890: 502, message='Bad Gateway', url='https://msg.volkswagen.de/fs-car/bs/vsr/v1/Audi/DE/vehicles/WAUZZZ1234567890/requests
and
Logger: custom_components.audiconnect.audi_account
Source: /config/custom_components/audiconnect/audi_account.py:221
Integration: Audi Connect (documentation)
First occurred: 23:37:31 (1 occurrences)
Last logged: 23:37:31
Error refreshing vehicle data wauzzz1234567890
NoneType: None
The Audi Connect app is reporting status and location just fine, and the My Audi app works fine as well. I even signed up as the main user in the apps, but it didn’t make a difference.
What am I overlooking? The only odd thing I notice is the My Audi app and My Audi website reporting that I’m not the owner of the vehicle yet:
But when I click the button te register as owner, I get a success message immediately, without doing anything extra:
It seems like I only have a part of the entities available for my e-tron
What I have is:
sensor.audi_e_tron_charging_state
sensor.audi_e_tron_climatisation_state
sensor.audi_e_tron_model
sensor.audi_e_tron_plug_state
sensor.audi_e_tron_primary_engine_range
sensor.audi_e_tron_primary_engine_type
sensor.audi_e_tron_state_of_charge
I would have expected to also see the milage as I see others here use. Do I need to do something to get all the entitiies?
[EDIT]
Looks like the same issue EBOOZis having. However I do not have the same warning he has about not beeing registered as the owner.
Can also confirm. I installed the component yesterday and only get the one sensor.