Tasshack / dreame-vacuum

Home Assistant integration for Dreame robot vacuums with map support
https://community.home-assistant.io/t/custom-component-dreame-vacuum
MIT License
898 stars 113 forks source link

Not able to select a beta version #558

Closed jnrollins closed 6 months ago

jnrollins commented 6 months ago

So after updating to core 2024.5.5 (from 2024.4.4) last night my dreame d10s stopped responding to vacuum commands. I tried introducing cleaning from the map card and also directly via dev tools. I am running 2.0.0b11. See a screenshot of the error below. The immediate fix was to revert back to 2024.

Prior to reverting I tried downloading a recent beta to see if that would resolve the error but HACS forces the selection back to v1.0.4. I seem to no longer be able to download betas for this integration. I tried with others HACS items and am able to download betas. For troubleshooting I removed the downloaded repo and integration and restarted HA. The issue persists. Any suggestions?

Screenshot_20240527-112906

Tasshack commented 6 months ago

Issue you are having has been fixed on v1.0.4 and v2.0.0b14 but not sure why some people cannot switch to the beta or HACS reverts it to the stable also not sure this is a thing that can be fixed from the project. Have you tried removing it completely and install the beta version again without first installing the stable?

jnrollins commented 6 months ago

Thanks for getting back. I can't say I'm entirely sure how to specify a branch on the initial install. That was something I wanted to try. I googled it but did not immediately find a good answer. Can you point me in the right direction?

Thanks, Neal Rollins

On Mon, May 27, 2024, 1:06 PM Tasshack @.***> wrote:

Issue you are having has been fixed on v1.0.4 and v2.0.0b14 but not sure why some people cannot switch to the beta or HACS reverts it to the stable also not sure this is a thing that can be fixed from the project. Have you tried removing it completely and install the beta version again without first installing the stable?

— Reply to this email directly, view it on GitHub https://github.com/Tasshack/dreame-vacuum/issues/558#issuecomment-2133841293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3KDSWKURQJGEDXVPNMDULZENRXXAVCNFSM6AAAAABILMIIVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZTHA2DCMRZGM . You are receiving this because you authored the thread.Message ID: @.***>

Tasshack commented 6 months ago

https://hacs.xyz/docs/faq/beta/

iam-DM commented 6 months ago

I have the same problem with selection of beta version. I updated with this service call.

image
jnrollins commented 6 months ago

I will check that out and give it a try when I get home later. Thx.

jnrollins commented 5 months ago

I have the same problem with selection of beta version. I updated with this service call.

image

Update: Turns out using the update service from dev tools did NOT work for me from v1.0.4. I removed the downloaded repo and integration and tried a fresh download. That still did not allow me to select any beta versions.

My solution: Remove downloaded repo and integration, restart HA and then install only the beta manually in the terminal using: wget -O - https://raw.githubusercontent.com/Tasshack/dreame-vacuum/v2.0.0b14/install | bash -

I had to rename my vacuum back to its original name. The automatic name was dreamebot_d10s_plus when I did my initial install of v1.0.4. v2.0.0b14 now has the automatic name as something different. I think it was just d10s_plus. Once I renamed the device my map card and all references to that device seem to have resolved themselves. I have only done a small amount of testing. Will let 24 hours pass to verify my automations and scripts were not effected. For now looks like things are working. Still odd that HACS is blocking/unable to access the beta through the UI. Oh well. Next step if everything works for 24 hours is to try the HA Core update again. Will update in the next couple days once I get everything sorted.

Tasshack commented 5 months ago

Still odd that HACS is blocking/unable to access the beta through the UI

I think this deserves an issue to the HACS repository and not this project.

Andurilll commented 5 months ago

I have the same problem with selection of beta version. I updated with this service call.

image

You saved my day. I was lost :) ( even read about the update with service call but did not understand how)