Open Shogoki opened 7 months ago
I realized the issue stems from the new firmware not being loaded. I think it is the same as #5001
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
I do have a Shell Plus 2PM, which is flashed with ESPHOME. I wanted to use a current_based cover here. When I first flashed i did not set the
start_sensing_delay
parameter. As it was not working with my motor, like this. I wanted to update the start_sensing_delay parameter.I changed it in the config and flashed the new firmware OTA.
I did try different values for
start_sensing_delay
and could not see any difference in the behaviour. Now, when i did connect to the ESP usingesphome run
I saw in the logs, that the Value does not seem to get updated. The Log is outputting the config for my cover, but still shows the default value of0.5s
[11:39:44][C][current_based.cover:153]: Start sensing delay: 0.5s
Not sure If I am doing something wrong, or if this is a bug, that the config does not get updated?
Any help would be much appreciated.
Which version of ESPHome has the issue?
2024.4.0
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
n/a
What platform are you using?
ESP32-IDF
Board
esp32doit-devkit-v1
Component causing the issue
cover current_based
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response