CodeFoodPixels / robovac

Add a Eufy RoboVac easily to Home Assistant
Other
129 stars 28 forks source link

Lr30+ supported? #24

Closed scubieman closed 1 year ago

scubieman commented 1 year ago

Trying to add vacuum says successful but doesn't actual add it to the list. Logs show no errors. I have lr30+

CodeFoodPixels commented 1 year ago

Which version of the integration are you using?

scubieman commented 1 year ago

V1.0.0 Eufy Robovac integration into HACS.

CodeFoodPixels commented 1 year ago

The LR30 should be supported in the betas or on main

scubieman commented 1 year ago

The LR30 should be supported in the betas or on main

not sure why im getting this logging message?

custom_components.robovac.robovac.ModelNotSupportedException: Model T2181 is not supported NVIDIA_Share_Xa8ldFjEx5 NVIDIA_Share_UuWdFJMTkC

CodeFoodPixels commented 1 year ago

If you are using 1.0.0, then it is not supported on that version. You need to select "main" or one of the beta versions

scubieman commented 1 year ago

Went to main. Got it added, however showing unavailable.

NVIDIA_Share_kdjtYeYeyR

NVIDIA_Share_U75usni0IX

Set IP here? NVIDIA_Share_loLX5itdPz

CodeFoodPixels commented 1 year ago

Yeah, set the IP in there if it's not automatically picking it up. No idea why the text isn't showing

scubieman commented 1 year ago

I think network issue. Device in the config of HA shows mac ending in 6A, the app showing ending 6A. Unifi Showing ending in e8. I also show network IP address is set in the config and static in Unifi.

scubieman commented 1 year ago

Do you know how I double check the variable in the system for the ip address of the vacuum?

scubieman commented 1 year ago

this is in my core.config_entries. I believe this is correct? I changed some values to secure my stuff. The mac address here does not match whats in the eufy app. But does match whats in unifi

"model": "T2181", "name": "super sucker", "description": "LR30 Hybrid+", "mac": "30:7b:c9:45:XX:XX", "ip_address": "192.168.5.25", "autodiscovery": true, "access_token": "XXXXXXXXX"

CodeFoodPixels commented 1 year ago

If you go to settings > system > logs, is there anything from this integration?

scubieman commented 1 year ago

Nothing in the logs...Wondering if IP is actually being set or if I should hard code the IP? Not sure how or where?

CodeFoodPixels commented 1 year ago

If there's an IP address in your config entries, then the integration should have an IP to use. The only reason that it wouldn't work is if it was the wrong IP.

scubieman commented 1 year ago

The MAC address in the app and MAC in UNIFI are different. The MAC in config Entries Matches what's in UNIFI. I will try switching IP once. chrome_kI3KyPWaHo

scubieman commented 1 year ago

I resolved by UNCHECKING the Auto Discovery(Right above IP address) and Manually putting the IP address in.

Nicko33127 commented 1 year ago

@scubieman sorry for reopening this and thank you for writing down your solution above. After about an hour of trying I managed to get my LR30+ as well into HA, but I wonder if you have managed to add the other functions as the scripts are not for this model? I am looking for zone cleaning mainly as can clean my downstairs twice this way.

scubieman commented 1 year ago

@scubieman sorry for reopening this and thank you for writing down your solution above. After about an hour of trying I managed to get my LR30+ as well into HA, but I wonder if you have managed to add the other functions as the scripts are not for this model? I am looking for zone cleaning mainly as can clean my downstairs twice this way.

I havent looked into it much since I added it since been busy. At some point I plan on it! if I do ill report back

Edit: I do not see zone in the coding. Only spot. Also what scripts not working? What yours say?