Closed rkkhanna closed 1 month ago
Share you yaml config pls, and do you have the last offic version installed?
Share you yaml config pls, and do you have the last offic version installed?
Hi @ngocjohn, I created a new card in a test dashboard with minimal configuration to recreate this issue. Refer card screenshot and card YAML below. If you pull up 'Trip data' popup card and then use left or right arrow on the popup, it shows a blank popup for 'Update data' Action button. Hope this helps in debugging this issue.
Thanks!
Share you yaml config pls, and do you have the last offic version installed?
Sorry, forgot to mention I am on v1.1.1-beta_2 version
@rkkhanna Update your to the latest version, I've modified some features since the beta. Button with action type is skipped to next or previous tab 😉
@rkkhanna Update your to the latest version, I've modified some features since the beta. Button with action type is skipped to next or previous tab 😉
Hi @ngocjohn, just updated to the latest ver 1.1.1. Cleared cache and restarted HA for good measure. Still getting the same behavior 😟. Refer video capture below:
https://github.com/user-attachments/assets/bc01e3c3-7428-4c1e-a575-b0e8627e7763
I also noticed another odd thing. If you look at the YAML for Single Indicators I attached in my previous post, you will see that indicator 1 is defined for Doors while indicator 2 is defined for Parking Brake. However, the card shows Parking as first single indicator and Doors as second one. I then noticed that these single indicators randomly change their sequence /position between themselves. If I am not making sense I can try and capture the behavior in another video grab and send to you. Let me know.
Thanks!
In the companion app you have to clear the cache via debugging. Settings > Companion app > Debugging > Reset frontend cache.. Then close the app..If possible, try with a normal browser to see if the problem persists 😢 I have re-uploaded the new release, try downloading again and clearing the cache, both in the browser and in the app in the same way
In the companion app you have to clear the cache via debugging. Settings > Companion app > Debugging > Reset frontend cache.. Then close the app..If possible, try with a normal browser to see if the problem persists 😢 I have re-uploaded the new release, try downloading again and clearing the cache, both in the browser and in the app in the same way
That did the trick! Downloaded ver 1.1.1 again and cleared cache as you suggested above. Not getting blank popup card anymore for Action button. Closing the issue as addressed.
Thanks!
Hi @ngocjohn, discovered potential bug (or enhancement request depending on how you look at it) while doing some more testing on the card. Best illustrated with picture below.
Screenshot on the left shows my button configuration - button 1 is a default button labeled 'Trip data', buttons 2 and 3 are custom cards, while button 4 'Update data' is an Action button to force Tesla integration to fetch data from the vehicle.
Screenshot in the middle is the pop-up card for button 1 'Trip data'. When I click on left arrow on this pop-up card (circled in purple), it shows me an empty pop-up for Action button 4 'Update data' (screenshot on the right).
Is it possible to suppress pop-up cards for Action buttons?
Thanks!