Hello! Iām in the process of building my UI and Iāve found some trouble (for me) with the thermostat card.
It sends the setpoint immediately when pressing +/- so several commands will be sent, which will cause the commands to not go trhough. In the HA integration there is a delay before the setpoint is sent (numbers become red in the meanwhile). Is this delay something that can be implemented? Can i implement it somehow?
Edit 1:
Another thing Iād like is to, in the lights card, see where the slider is positioned before i release it. I āmustā set the value to 20 instead of 21
Can this be done?
Edit 2:
Thermostat popup wonāt āpop upā.
Error:
ButtonCardJSTemplateError: TypeError: Cannot read properties of undefined (reading 'includes') in 'return entity.attributes.preset_mode.includes('none') ? 'none' : 'None''
āNormal HAā popup works but not the āfancyā oneā¦ Light popup works.
The thermostat card is pretty buggy. Iāve run into the same when trying to change temps and getting errors. The popup for the thermostat is also broken. Thereās already an open issue for this on the github page. Iāve completely stopped using the UI thermostat card and have been using the stock HA thermostat card for the last several weeks. Works better IMO but you donāt get the fancy features. Minutes ago I decided to try the mushroom thermostat card and so for that seems to be working pretty well. Give that one a try instead.
Blockquote
Edit 1:
Another thing Iād like is to, in the lights card, see where the slider is positioned before i release it. I āmustā set the value to 20 instead of 21
Can this be done?
I feel your pain. Drives me nuts when I canāt hit the exact percentage that I want lol. This would probably be a feature request
Thanks for the reply. I noticed that the thermostat card worked for my floor heating system which is a z-wave integration but not the the Sensibo I use for the hvacā¦ Ah wellā¦
Iām not at the computer now so Iāll just askā¦ How do I use other cards in than the minimalist UI in my dashboard? Can I link navigation buttons to other dashboards?
I have a Nest thermostat so Iām guessing because its cloud based that may be part of the issue.
Using other cards (non minimalist cards) is super easy. Since Iām not that great with yaml I have a default dashboard in HA. What I will do is, add the card I want to that dashboard. Then click the āshow code editorā. Copy the code and format it to work with the minimalist dashboard.
Example. Below is the yaml for the stock thermostat card
type: thermostat
entity: climate.nest
name: Nest
If you are using the adaptive minimalist dashboard you will want to format the code above like so
What you are seeing is the āmore-infoā and not an actual popup. Regardless of how you setup your custom_actions.yaml if popups are not configured correctly it will default to more-info. To get popups working there are several steps that need to be done to accomplish this. If you havenāt already I suggested giving this a read.
Donāt know if this is helpful but a while back I post some code when I was having troubles getting the room popups working. It will give you an idea of what all needs to be done.
i love your dashboard approach and worked on something similar that i rebuild to your layout/grid setup. With the āKlingelunterdrĆ¼ckungā-button i guess you have a smaller child? Great idea to implement that
I have several questions about the setup though:
the trashcan-implementation doesnāt seem to work, do you have some more insights?
popups doesnāt seem to work at all right now. Iāve seen several comments here, maybe you have a solution for your dashboard?
Hi team, trying to use the restriction-card from HACS in a minimalist dashborad. It works and I see the lock symbol, however, it does not protect the switch, I can just press it. Has anyone else used the restriction card with minimalist?
Thanks for your help!
Yes, I have a smaller child. The button āKlingelunterdrĆ¼ckungā (ring supression) is more to check if everything worked. Normally I have a automation which turns it on, when the babymonitor is on. Additionally to that the bell rings quieter on alexa and the mobile phones. This automation was the idea of my wife. Best reason for some investments to the smarthome
I updated the files in the repo. The trashcan-implementation got a overhaul, at the moment it is working fine for me. I use a simple calendar where all the pickup dates are saved.
I am not sure, but I also worked on the popups. At the moment they are also working, but not absolutely perfect. But I dont had time to work on it.
Please have a look at the updated files, if there are still questions, feel free to ask.
Am i missing an integration, a sensor, or maybe a configuration file for the trashcans? I have a local calendar, synced with google calendar that is working fine with calendar.mullabfuhr but thats the error i get when i call it with your implementation:
ButtonCardJSTemplateError: TypeError: Cannot read properties of undefined (reading 'state') in 'return
((states[entity.entity_id].attributes.message == 'RestmĆ¼lltonne') || (states[entity.entit...'
There is one sensor which is showing the days until the next collection.
You didnāt posted the whole error message, so it cloud be that this sensor is not present. I added it to the repo.
For testing you can also comment it out in your config. Search for the part with sensor.abfall_morgen.yaml
Integrating standard HASS cards was super simple, thank you, but I have trouble with other custom cards. The āsimple thermostat cardā in this case. I donāt know how to make the minimalist UI āfind itā.
Glad you got the cards working. Not what your issue is with the simple thermostat card. I just installed it and was able the add the card. Iām using the adaptive dashboard and formatted the code like so: