-
Notifications
You must be signed in to change notification settings - Fork 36
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
Settings (TH1 TH2, Fading times) don't get saved #7
Comments
It doesn't write the new settings it seemed. After adjusting, a refresh will reset everything back |
In template number, if restore_value set to true, it will restore the value. |
I see the same. restore_value is set to true but nothing is saved. |
I have this same issue. Is there any fix for it? |
I fixed this issue. https://github.com/Surgikill/LD1125h_esp32/blob/main/presencebox/presencebox_esphome.yaml There needs to be a delay between each uart.write message or else it floods the uart and the presence sensor cannot receive the messages. |
Whenever the sensor is restarted (eg.unplugged then replugged), TH1, TH2, fading settings get reset to original (TH1=120, TH2=250, Clearence Time = 5, Movement time =1).
The text was updated successfully, but these errors were encountered: