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

v2.3.0-beta.7 Delayed temperature change wrong start value #942

Closed
nzottmann opened this issue Nov 19, 2024 · 4 comments
Closed

v2.3.0-beta.7 Delayed temperature change wrong start value #942

nzottmann opened this issue Nov 19, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@nzottmann
Copy link

The delayed temperature change is a very good feature, as my z-wave thermostats need 1-2 seconds to apply a new setpoint. Now I can click the+ or - button fast multiple time until the new desired setpoint is reached, before that, I had to wait 1-2s every 0.5°, which was annoying.

I observed something which I think is a bug in the delay feature. After changing the setpoint in one frontend browser window, the change does start from a from (chached?) point in a second window, for example on mobile. Sometimes after loading the window, the change even starts at 0°.

Video shows it better than describing:

bubble-card-change-temperature.mp4
@nzottmann nzottmann added the bug Something isn't working label Nov 19, 2024
@Clooos
Copy link
Owner

Clooos commented Nov 19, 2024

Hi! Nice catch! I will take a look at this!

Clooos added a commit that referenced this issue Nov 21, 2024
- [x] Reverted a breaking change from a previous beta, where the pop-up blurred backdrop was disabled by default. But this is still a breaking change, now the default backdrop is darker without any blur. This can be changed in the editor, just go to your first pop-up on your view, then go to Styling options > Pop-up styling then change `Optional - Backdrop blur` to 10 (it was the previous value). In YAML just add `backdrop_blur: 10`. If you missed it, I changed that because the blur can slow down pop-ups on some older devices.

- [x] Changing temperature values in a climate card is now correctly synched if there was a change elsewhere. #942
- [x] New toggle in the climate card editor for users who wants to have a constant background color when the entity is `on`. #933
- [x] Buttons with a white light (or without RGB) are now more visible on bright/light themes. I also improved the overall color system for better color handling. It is also possible to change the color with the `--bubble-light-color` variable. #692
- [x] The climate card now correctly support `entity_picture` for the icon. #939
- [x] Actions now have a new toggle in the editor when set to Call service, this way it will automatically match the card/sub-button entity if defined. This is a breaking change for users of the previous beta who removed the entity_id completely, I had to change this because it was causing an issue in #935.
@Clooos
Copy link
Owner

Clooos commented Nov 21, 2024

The new beta is here and everything should works as expected now 🙂

https://github.com/Clooos/Bubble-Card/releases/tag/v2.3.0-beta.8

@nzottmann
Copy link
Author

I can confirm it works as expected with beta.8, thank you!

@Clooos
Copy link
Owner

Clooos commented Nov 22, 2024

Thank you for the feedback! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants