Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVS storage issue #111

Open
SteveM363 opened this issue Feb 7, 2025 · 0 comments
Open

NVS storage issue #111

SteveM363 opened this issue Feb 7, 2025 · 0 comments

Comments

@SteveM363
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant