-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Log: "unsuccessful boot attempts" #124
Comments
As first step please try to use
If this isn't possible please reduce the number of sensors to a minimum (just for testing). If you use f.e. just one jk_bms sensor to publish the battery voltage does this fix the boot loop? |
Do you need the |
|
This was a copy&paste issue (edited now!). ;-) |
Could you check your ESPHome version? It's important you are using the most recent version. This config compiles fine using
Could you hover over the read crosses? Do you see some tooltip what's wrong here? |
The
Afterwards you can access the esphome CLI command using:
And compile/flash the yaml using:
|
Good to know! I hope your Home Assistant Host isn't a Raspberry Pi (ARM64) device because the toolchain required by ESP-IDF isn't ARM64 compatible at the moment. In case of ARM64 you will see something like this:
If your HA host is a x86 architecture you are on a good track! |
Ouhh! Yes it's a ARM64 version :/ |
Use another x86 based system. Install python, use the python package manager to install espbome:
And use the CLI command to compile and flash the config:
|
Any news? :-) I would like to close this issue as soon your setup is on air. |
I will close this issue. Feel free to re-open if you make some progress. |
Hello @syssi, Maybe you can help me with some linux stuff. Sorry for this newbie linux questions. |
Yes! Pick any text editor. Nothing special is required. The most important part is don't mess up the indents. |
Good job! I will mention your BMS model version at the README. |
Hello @syssi, Is possible to get the Balance Current data, I did not found that sensor? |
No. This value is only available via bluetooth. |
Hello,
After compiling the ESPhome firmware I'm getting this erros:
Showing logs:
And this is the firmware without the sensors, I have disabled a lot off them.
What could cause this erros?
I have a ESP32 WROOM-32 board.
Thanks
The text was updated successfully, but these errors were encountered: