I figured out the image thing, so that is all set. It took me a while, but I finally figured out why the litter level was not showing for my LitterBot. In my stats section, I only had attribute called out (because I was just modifying the default code) and entity_id in the cleaning section below.
I thought I might have to use both of the names, so I added entity_id in the default section. That made my level show properly. To show how the code was reacting, I wanted to get some screenshots of:
attribute only
entity_id only
attribute & entity_id
When I commented out entity_id, I lost the display. When I restored entity_id, the display came back. When I commented out attribute, the data stayed. So, it looks like only entity_id should be used to display.By themselves, I was not getting any display.
Love the card! I was wondering if there is a way I could add a binary sensor up at the top left next to the fan and battery? My Deebot X1 Omni has mop pads and a binary sensor shows on or off when they are installed. Id like to be able to show different icons for its state. I added the sensor to the default stats section successfully but its in text and think a nice small icon up top would look better.
Side note the map the camera gives is really bad, anyone have any tricks for making it look better?
I have a Roomba 960, and the amount of attributes Iâm getting from the Roomba integration is rather limited. So Iâve kept my card rather simple.
However, I do have one question: the âbin fullâ sensor is a binary sensor. It shows as âonâ or âoffâ. However, it would make sense if I could change it to âyes/noâ. Where can I do that?
Shortcuts scripts dont launch, instead I get 'failed to call service script/cleaâŠconnection lost " the script work fine when I call them under scripts. card config below, thank you!
UPDATE:
So i noticed that on Oct 11th an issue/bug was opened that may be related: Github issues
So I am beating my head against the screen trying to figure out why I cannot get shortcuts to show in the custom:vacuum-card configuration. What I am doing is having the vacuum card open as a popup using browser-mod when I click on an entity in a glance card. I have no problem getting the vacuum card to open and have even added a stats attribute to test. Unfortunately, I cannot get a shortcut to appear. I am trying to call a nodered trigger that would start a flow. I even tried just creating a basic script in HA to run so I could make sure my YAML configuration mirrored that on the github examples. I am not quite sure what I am doing wrong here, although I am sure I am doing something wrong!
Here is the glance card YAML⊠the second vacuum card call (the one for roomba) is the one I am having issues with:
Hey, thanks for adding this card. I add it with my old neato and I see the map and can start the clean and localization (?). But how can I add the actions: Spot cealning and return to base? The actions are showed, when I click at the battery but how can add them into the bottom bar?
Iâm trying to remove the fan speed selector at the top left of my dashboard. I have it configured so that all speeds are at the middle section at the bottom and now I donât need the controls in the vacuum card itself. I canât find any âhideâ controls on the Github page.
For anyone struggling with getting a custom robot image like the one above working by first uploading it to their Home Assistant Media library, I couldnât find a way to get the image: link working due to permission errors.
What did work though was converting the image to a data URI with an online converter like this and pasting that as such: image: data:image/png;base64,iVBORw0KGg....
Only downside is that editing the card is a bit sluggish due to the large amount of embedded data.
For some reason I am really struggling to get this awesome looking card to match the rest of my IOS theme. Iâve been playing with Card_Mod but no matter what I do I canât seem to match the opacity of the other cards.
In theory, after looking at the theme files, the following code should do it, but itâs still much darker / less opaque than everything else. Any ideas?