You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted install, it mostly works well but getting these errors when starting the ESP:
[E][tesla_ble_vehicle:911]: Failed to read DOMAIN_VEHICLE_SECURITY key size from storage: ESP_ERR_NVS_NOT_FOUND
[W][tesla_ble_vehicle:090]: Failed to load DOMAIN_VEHICLE_SECURITY session info from NVS
[E][tesla_ble_vehicle:911]: Failed to read DOMAIN_INFOTAINMENT key size from storage: ESP_ERR_NVS_NOT_FOUND
[W][tesla_ble_vehicle:090]: Failed to load DOMAIN_INFOTAINMENT session info from NVS
and then this in the logs while running:
[W][ble_rssi_sensor:061]: [BLE Signal] Cannot poll, not connected
During compiling I get the following, not sure if it is relevant:
Installing collected packages: protobuf, grpcio, grpcio-tools
Attempting uninstall: protobuf
Found existing installation: protobuf 3.20.3
Uninstalling protobuf-3.20.3:
Successfully uninstalled protobuf-3.20.3
Successfully installed grpcio-1.70.0 grpcio-tools-1.70.0 protobuf-5.29.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gflanguages 0.7.2 requires protobuf<4,>=3.7.0, but you have protobuf 5.29.3 which is incompatible.
OS: Raspberry PI OS 64bit (Bookworm) and ESPHome 2024.12.4 (clean install)
Board: ESP32WROVER
Board option: esp32-generic
The text was updated successfully, but these errors were encountered:
Attempted install, it mostly works well but getting these errors when starting the ESP:
[E][tesla_ble_vehicle:911]: Failed to read DOMAIN_VEHICLE_SECURITY key size from storage: ESP_ERR_NVS_NOT_FOUND
[W][tesla_ble_vehicle:090]: Failed to load DOMAIN_VEHICLE_SECURITY session info from NVS
[E][tesla_ble_vehicle:911]: Failed to read DOMAIN_INFOTAINMENT key size from storage: ESP_ERR_NVS_NOT_FOUND
[W][tesla_ble_vehicle:090]: Failed to load DOMAIN_INFOTAINMENT session info from NVS
and then this in the logs while running:
[W][ble_rssi_sensor:061]: [BLE Signal] Cannot poll, not connected
During compiling I get the following, not sure if it is relevant:
Installing collected packages: protobuf, grpcio, grpcio-tools
Attempting uninstall: protobuf
Found existing installation: protobuf 3.20.3
Uninstalling protobuf-3.20.3:
Successfully uninstalled protobuf-3.20.3
Successfully installed grpcio-1.70.0 grpcio-tools-1.70.0 protobuf-5.29.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gflanguages 0.7.2 requires protobuf<4,>=3.7.0, but you have protobuf 5.29.3 which is incompatible.
OS: Raspberry PI OS 64bit (Bookworm) and ESPHome 2024.12.4 (clean install)
Board: ESP32WROVER
Board option: esp32-generic
The text was updated successfully, but these errors were encountered: