Giter Site home page Giter Site logo

Comments (26)

ristomatti avatar ristomatti commented on July 22, 2024 5

Can someone confirm if my changes on #702 will fix the issues to you as well? You can do that by temporarily using my fork ristomatti/vacuum-card by adding it to custom repositories. Just remember to change it back if/when the issue gets fixed here. 🙂

from vacuum-card.

tom3q avatar tom3q commented on July 22, 2024 2

Can someone confirm if my changes on #702 will fix the issues to you as well? You can do that by temporarily using my fork ristomatti/vacuum-card by adding it to custom repositories. Just remember to change it back if/when the issue gets fixed here. 🙂

Worked for me. Thanks for the fix!

from vacuum-card.

ristomatti avatar ristomatti commented on July 22, 2024 2

FYI @RamonM77 @petrepa @tom3q @Zackptg5 @DeFlanko @Ziris85 @kbarnes3, I can confirm this is now fixed with vacuum-card v2.8.1, please remove the custom repository. I'll keep it available for some time but eventually I'll delete it. Thank you for testing!

from vacuum-card.

diveschumi avatar diveschumi commented on July 22, 2024 1

This worked for me only for one time. The next time the card was not displayed again.

from vacuum-card.

ethemcemozkan avatar ethemcemozkan commented on July 22, 2024 1

For me the cards are only visible when vacuums are disabled(showing as unavailable), then after reenabling the vacuums cards are not visible

from vacuum-card.

PetrP2B avatar PetrP2B commented on July 22, 2024 1

Great job, thanks.

from vacuum-card.

kbarnes3 avatar kbarnes3 commented on July 22, 2024 1

@ristomatti
You are right, it looks like I had some weird caching going on. I updated the cache-busting number at the end of the Dashboard Resources settings and now I'm getting the new version and things look good again!

from vacuum-card.

DeFlanko avatar DeFlanko commented on July 22, 2024

I restarted HA, disabled the Roomba, and re-enabled it and then the card displayed the vacuum again.

from vacuum-card.

Veldkornet avatar Veldkornet commented on July 22, 2024

I restarted HA, disabled the Roomba, and re-enabled it and then the card displayed the vacuum again.

Yes, this worked for me too

from vacuum-card.

DeFlanko avatar DeFlanko commented on July 22, 2024

from vacuum-card.

anders3408 avatar anders3408 commented on July 22, 2024

I restarted HA, disabled the Roomba, and re-enabled it and then the card displayed the vacuum again.

Doesn't change anything here sadly.

from vacuum-card.

Veldkornet avatar Veldkornet commented on July 22, 2024

I restarted HA, disabled the Roomba, and re-enabled it and then the card displayed the vacuum again.

Doesn't change anything here sadly.

Yeah, it has disappeared for me again

from vacuum-card.

frontside76 avatar frontside76 commented on July 22, 2024

Same problem here. The card is empty since the 2024.2.4 Update.

from vacuum-card.

RamonM77 avatar RamonM77 commented on July 22, 2024

Same here after updating to 2024.2.4.
After disabling/reenabling the integration the card is available, but after een brief period the card is empty again.

from vacuum-card.

sebPomme avatar sebPomme commented on July 22, 2024

Just to say, same problem here 2024.2.4

from vacuum-card.

JBenson74 avatar JBenson74 commented on July 22, 2024

I'm having the same problem with ONE of two vacuums:

  1. An iRobot Roomba 980, the same as the OP.
    This machine does not show up in custom:vacuum-card since 2024.2.4
    It appears like this in Developer Tools:
vacuum.roomba (State: docked)
battery_level: 30
battery_icon: mdi:battery-charging-20
software_version: v2.4.17-138
status: null
position: (208, -35, 8)
bin_present: true
bin_full: false
friendly_name: Roomba
supported_features: 13148
  1. A Eufy G30 Hybrid: Provided by a custom integration.
    This machine DOES still work with custom:vacuum-card:
vacuum.robovac
State: docked
fan_speed_list: Standard, Turbo, Max, Boost IQ
friendly_name: RoboVac
supported_features: 16252
battery_level: 100
battery_icon: mdi:battery-charging-100
cleaning_area: 43
cleaning_time: 5280
mode: Nosweep
friendly_name: RoboVac
supported_features: 16252

from vacuum-card.

DeFlanko avatar DeFlanko commented on July 22, 2024

@denysdovhan is what happening over in this issue/hotfix affecting this card? home-assistant/core#111210

from vacuum-card.

frontside76 avatar frontside76 commented on July 22, 2024

@denysdovhan is what happening over in this issue/hotfix affecting this card? home-assistant/core#111210

After last update 2024.2.4 Roomba and his entities are working again, but not the vaccuum card. The card is empty now.

from vacuum-card.

MasterDevwi avatar MasterDevwi commented on July 22, 2024

+1, I'm unable to get the restart/disable/enable fix to work, but I've already restarted HA a few times.

from vacuum-card.

DjRicko avatar DjRicko commented on July 22, 2024

Disable/Enable fixes it if you're quick to open the effected dashboard while it's still unavailable, then it'll show card untill you refresh dashboard again. Something broke in this update.

from vacuum-card.

RamonM77 avatar RamonM77 commented on July 22, 2024

That did the trick! Thanks 👍

from vacuum-card.

kbarnes3 avatar kbarnes3 commented on July 22, 2024

This didn't work for me. My methodology was:

  • Clone ristomatti's repo and checkout bug/get-status-fails (commit 182afbe)
  • Run npm install and npm run build
  • Insert a comment on the top line of the resulting dist/vacuum-card.js to make sure it is getting downloaded
  • Create vacuum-card.js.gz from the newly created vacuum-card.js
  • Upload both of these to /config/www/community/vacuum-card/
  • CTRL+F5 and confirm the new file is downloaded using debug tools
  • Observe the vacuum cards for my Roomba's are still missing.

Are there any steps I'm missing?

from vacuum-card.

ristomatti avatar ristomatti commented on July 22, 2024

@kbarnes3 Is the official vacuum card also loaded perhaps? Do you see any error on the devtools console? In my case it was pretty obvious:

    Uncaught (in promise) TypeError: Cannot read properties of null (reading 'toLowerCase')
        at qr.renderStatus (vacuum-card.js?hacstag=261291295280:4:14674)
        at qr.render (vacuum-card.js?hacstag=261291295280:4:17680)
        at qr.update (vacuum-card.js?hacstag=261291295280:1:15173)
        at qr.performUpdate (vacuum-card.js?hacstag=261291295280:1:6493)
        at qr.scheduleUpdate (vacuum-card.js?hacstag=261291295280:1:6140)
        at qr._$Ej (vacuum-card.js?hacstag=261291295280:1:6048)

I didn't try installing it manually, just went straight on creating a custom repo to see if the change worked. 😁

from vacuum-card.

Zackptg5 avatar Zackptg5 commented on July 22, 2024

I was having issues adding custom repo too. I just removed the original vacuum card and manually downloaded the one from the fork, working fine now

from vacuum-card.

Ziris85 avatar Ziris85 commented on July 22, 2024

Came looking for this very issue. Tried and confirmed that @ristomatti 's fork seems to resolve my issue (Roomba card empty, Shark card functional). Thank you! I see the Ukraine banner on this github project and notice that the original author doesn't appear to have been active for quite some time. Hopefully they're OK.

from vacuum-card.

DeFlanko avatar DeFlanko commented on July 22, 2024

Can someone confirm if my changes on #702 will fix the issues to you as well? You can do that by temporarily using my fork ristomatti/vacuum-card by adding it to custom repositories. Just remember to change it back if/when the issue gets fixed here. 🙂

Got it back Thanks Coach!

image

from vacuum-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.