this post was submitted on 06 Dec 2023
170 points (98.9% liked)

homeassistant

11372 readers
23 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Player2@sopuli.xyz 4 points 9 months ago (2 children)

I do have one problem with the new humidifier cards. Some buttons got shuffled around and now turning a device off and on went from being a single click to three separate operations. Additionally, it is less reliable now, as it won't send a turn on/off command instantly, rather only when the state of the device changes in HA. I don't toggle them frequently, but when I do I want it to be fast. I'm sure there's some workaround for it, but it just worked previously and now it just doesn't.

[–] KairuByte@lemmy.dbzer0.com 3 points 9 months ago (1 children)

I’d suggest reporting to the second issue to the team in a github issue, it sounds like it may be unintentional.

The first is less likely to be altered, but you’re right that you can likely work around it. May be a good idea to look into the config options in case there’s a way to change button options, and worse case you can do a full UI mod like card-mod. Wouldn’t hurt to mention it in a different issue either, though it being an intentional change may not result in an alteration.

[–] Player2@sopuli.xyz 2 points 9 months ago* (last edited 9 months ago)

Going from your suggestions I was able to find a workaround to change the device's state with just one click, so thank you for that.

For the second problem, it seems that while HA sends a command instantly, it only actually changes states on the dashboard once the device sensors update, which seems to be hard coded to happen about every 30 seconds. I am using an integration from HACS (Custom VeSync) though, so I feel like the problem is more likely to do with my own setup. Then again HA would previously just send the requested command no matter what the state was before...

Either way I'm not really familiar with Github beyond reading release notes and readmes.

Edit: Reading further into the integration I'm using, I realized that it relies on cloud polling. I wonder if there's a way to make Home Assistant assume that a command went through, change states immediately, and then confirm the change with the next polling cycle, rather than just waiting. Unfortunately I don't know how to implement something like this.

[–] thehatfox@lemmy.world 2 points 9 months ago

The new climate cards have configurable features. Edit the dashboard and climate card, and buttons similar the old ones can be added back the card. I was confused by this at first when I updated and the on and off buttons for my heating disappeared. It feels like the modes buttons should be added by default.