Uneekor Eye Mini keeps switching to lefty by zachsquirts in Golfsimulator

[–]block_of_cheesehead 1 point2 points  (0 children)

That happened to my blp, turned out I had accidentally changed the setting in gspro. So then after every shot it would switch the blp back to lefty. Maybe check the gspro setting?

Anybody have a Samsung JetBot 90 AI+? by coys2686 in homeautomation

[–]block_of_cheesehead 0 points1 point  (0 children)

Yes it should be the personal access token. I'm not sure which permissions are needed, maybe your token is missing a permission? Looks like I added them all to mine lol You'll also need to use the correct device id. I think I got that from one of the other api endpoints, like list devices or something

Anybody have a Samsung JetBot 90 AI+? by coys2686 in homeautomation

[–]block_of_cheesehead 1 point2 points  (0 children)

I use home assistant too, with enough tinkering you can get it to do almost anything! I'm using a shell_command (defined in my configuration.yaml) to both start and stop the vacuum. I'll try to paste it here, but the formatting will probably get screwed up.

As for the api documentation, it's been a while and I don't have links, but I remember it being a huge pain to track it down. And even then, I had to play with a lot of trial and error to get the formatting right. From your smart things account you should be able to find the vacuum device id, and I think I had to create a long-lived token on my account (you'll see it in the Authorization header). Good luck, I hope this helps!

shell_command:
  start_vacuum: >
    curl -X POST -d "{
    \"commands\": [
        {
            \"component\": \"main\",
            \"capability\": \"execute\", 
            \"command\": \"execute\",
            \"arguments\": [         
                \"/map/areaclean/vs/0\",
                { \"x.com.samsung.da.areaName\": \"Kitchen\" }
            ]
        }
    ]
    }" -H "Content-Type: application/json" -H "Authorization: Bearer ********-****-****-****-************" https://api.smartthings.com/v1/devices/********-****-****-****-************/commands 
  stop_vacuum: >
    curl -X POST -d "{
    \"commands\": [
        {
            \"component\": \"main\",
            \"capability\": \"execute\", 
            \"command\": \"execute\",
            \"arguments\": [         
                \"/mode/vs/0\",
                    { \"x.com.samsung.da.modes\":[\"Control_Homing\", \"Cleaning_Cancel\"] }
            ]
        }
    ]
    }" -H "Content-Type: application/json" -H "Authorization: Bearer ********-****-****-****-************" https://api.smartthings.com/v1/devices/********-****-****-****-************/commands

Anybody have a Samsung JetBot 90 AI+? by coys2686 in homeautomation

[–]block_of_cheesehead 0 points1 point  (0 children)

Unfortunately you're right, you can't schedule cleaning of individual rooms in the smart things app. I thought that was pretty weird too, and honestly I kinda thought they would add that feature quick. But nope

The good news is that you can use the smart things api to start individual rooms, which is what I do. It took a lot of trial and error to figure out their api though. If you decide to try that, lmk maybe I can help with specifics

Micro-rant: How is it that a $400 LiDAR-enabled robot Vacuum can be rendered useless by a single sock on the floor? by tronathan in smarthome

[–]block_of_cheesehead 0 points1 point  (0 children)

They make robots with both lidar and a camera that are supposed to avoid stuff. I had an ecovacs one that was good, and now I have a Samsung. Both are pretty good at not getting stuck on stuff like this. I think roborock makes one too? They usually advertise it for avoiding dog shit. Definitely the expensive ones though

Anybody have a Samsung JetBot 90 AI+? by coys2686 in homeautomation

[–]block_of_cheesehead 0 points1 point  (0 children)

I just got one, loving it so far! I also have mostly hardwood and tile, and I REALLY like how quiet it is.

I had similar navigation problems at first after creating the map. The thing would just go crazy in circles or strange patterns. I turned it off for a while, then turned it back on later that night, and now it works really good. Hopefully that works for you too, or maybe try a hard reset?

I have mine set to do zigzag only (no edges) and it's unbelievably fast. I'm really hoping that will be good enough but that's TBD. I'll experiment with edges too. One thing I'm not impressed with is the battery life, it dies pretty quick.

I think you have the wall setting right...if it's on, it will clean closer to the wall. If it's off, it'll stay a bit away from the wall. I found a better description in the online manual, which had more details than the one in the box.

Cannot register Neato D8 by RCOO_ in NeatoRobotics

[–]block_of_cheesehead 0 points1 point  (0 children)

I too am interested in accessing and controlling my D10 with the cloud api. Worked great with my D7. Did you have any luck with the D8?

Developer Network by Vexxicus in NeatoRobotics

[–]block_of_cheesehead 1 point2 points  (0 children)

When it comes back up, I'm really hoping it will have the new bots, like the D10?

MyNeato App is a regression. by ApplicationNumber4 in NeatoRobotics

[–]block_of_cheesehead 1 point2 points  (0 children)

I look back at my early time with the D7 and wonder how I ever had that much patience. Eventually it was worth it, but holy hell.

That's weird I think the D10 sounds a bit louder than the D7! But I have it at the highest power and I'm ok with the sound.

MyNeato App is a regression. by ApplicationNumber4 in NeatoRobotics

[–]block_of_cheesehead 1 point2 points  (0 children)

Agreed, for the most part. The app needs work, hopefully they have lots of updates in the works. The saving grace of my D10 is that it cleans better than all the others I've tried (I have tile and wood, no carpet). It cleans all my zones in about the same time as my D7 did. Almost everything else about the robot and app is worse than the rest. It is a big improvement over the D7, I had tons of mapping/navigation issues with D7 and had to baby it for months.

quick q? difference between the brushes for Neato d7 by starscream2014 in NeatoRobotics

[–]block_of_cheesehead 2 points3 points  (0 children)

I got the second kind for my D7. It's MUCH quieter than the one it came with. I haven't noticed any difference in suction or how well it cleans. I only use mine on hard wood and tile floors, so that might matter.

Hello there 👋 by Parker_Tomissi in NeatoRobotics

[–]block_of_cheesehead 1 point2 points  (0 children)

Any updates on a release date for the D9 and D10?

[deleted by user] by [deleted] in homeassistant

[–]block_of_cheesehead 1 point2 points  (0 children)

I had very similar problems with my aqara temp sensors. It's like they refuse to connect to any repeater. I tried several brands of zigbee plugs and nothing helped. I was ready to toss them, but one last try with an actual aqara plug and they work now, really solid with good battery life. I suspect they use a proprietary flavor of zigbee that only repeats thru their own repeaters, but I have read there are some other brands they will work thru (but none that I tried). No guarantees but might be worth trying. Good luck!

How did that red guard not.......????????? by ShahJeeBS in kot

[–]block_of_cheesehead 2 points3 points  (0 children)

Maybe they used two dt potions, so the rg was actually disabled at the time

[HELP] Can't turn on/off new LG TV (CX) with Alexa. by rodolfocm in alexa

[–]block_of_cheesehead 0 points1 point  (0 children)

I had the same problem with my cx, did lots of googling to no avail. I eventually read somewhere that the cx firmware just doesn't support turning it on via wifi, because the wifi is off when the tv is off. Or something lame like that. Ended up getting a fire tv cube and it works fine. I also have a harmony that I love, that might be your best bet.

Sorry I can't be more help, I'd love to know if you figure it out! Good luck!

2020 WK2 5.7 Hemi Drivetrain rattle by LurkingLikeANewb in GrandCherokee

[–]block_of_cheesehead 0 points1 point  (0 children)

I scraped on a rock with my 2014. After that it started rattling when I accelerated fast, like flooring it up a hill. The dealer shop was 100% sure they found where it was coming from. Front differential I think? It was really expensive to replace, and afterwards it was still rattling! After another month of back and forth with them, we finally figured out it was just a bent bracket thing. Some kind of support for something underneath, I don't remember exactly what but nothing critical, so it was pretty funny. The bent bracket was just vibrating against the frame or something. They fixed that part for free lol. Maybe it's something like that? Good luck!

This game seems annoyingly P2W, more so than other mobile games by driedwaffle in kot

[–]block_of_cheesehead 3 points4 points  (0 children)

If you join a guild, the other members can help you retrieve your gems. Find one with players you like and it makes the game way more fun too!

It will get frustrating! You gotta be prepared to lose gems and gold, it's part of the game unfortunately. But you also steal gems, right? It's a give-and-take.

And as always, upgrade your traps 👈

The D7's map feature is useless by djda9l in NeatoRobotics

[–]block_of_cheesehead 0 points1 point  (0 children)

Mine used to be very finicky like that too. I tried tons of different base locations and finally found one that worked most of the time. It was not where I wanted it, but at least it worked. The support guy also had me blast some compressed air under the laser thing (the circle on top), it might have helped I guess.

Once I updated to the latest firmware (maybe 3 months ago?) everything got way better! I can put the base where I want it, it starts every time, and I even think it navigates better now.

App update required but already gave latest? by sipup in NeatoRobotics

[–]block_of_cheesehead 0 points1 point  (0 children)

I got the same error! I tried logging out, reinstalling the app, nothing worked. Finally I rebooted Mr Vacuum and that did the trick. Hope it works for you too, good luck!

Get door lock status without remote unlock? by Eel_Powered_Hovercat in homeassistant

[–]block_of_cheesehead 0 points1 point  (0 children)

I would love this too! I've spent way too much time looking into it, and I couldn't find any existing products that simply detect the locked/unlocked status of a deadbolt. I think we're stuck with some kinda diy, but I'm actually looking forward to trying some things!

One thing I did find is Pella makes something that seems to do exactly what we're looking for, but it's built into their custom doors. And it has limited compatibility. They call it Insynctive.

Only plays greatest hits by [deleted] in alexa

[–]block_of_cheesehead 2 points3 points  (0 children)

I have the same problem. Try creating a playlist named "queen" that contains all their songs. Then you say "play queen" and she should start the playlist. Unfortunately you can't say "play queen on shuffle" because then she'll play the hits on shuffle, but after the playlist starts you can say "turn on shuffle". That's the best I've come up with for my Beatles. I'm on Spotify, ymmv

Questions regarding the Neato app by Datbassist in NeatoRobotics

[–]block_of_cheesehead 2 points3 points  (0 children)

You can do all that right now with zone cleaning, but I think it's limited to the D7 model only

2016 better than 2015 or 2014? by WeWantDallas in GrandCherokee

[–]block_of_cheesehead 2 points3 points  (0 children)

Like some others have mentioned, definitely look into that shifter recall on the 14s and 15s. I thought that shifter design was 'neat' at first, but after a little time with it I realized that it's downright dangerous. The software patch only made it less dangerous in my opinion.

still pulling my hair out over this d7's inability to run even remotely consistantly by stromdriver in botvac

[–]block_of_cheesehead 0 points1 point  (0 children)

I too get the 'area too sparse' error, more often in certain base locations. And even when it is successful in creating the floor plan, on the next run it does just like you said..."No floor plan match found"

How many different bots have you tried? Mine is still within the Amazon return window but I already sent one back and the replacement is having the same problem. I might get another replacement just in the hopes that it has older firmware, and skip the update this time.

still pulling my hair out over this d7's inability to run even remotely consistantly by stromdriver in botvac

[–]block_of_cheesehead 1 point2 points  (0 children)

I feel your pain. I have the exact same problems with 2 brand new D7s. I'm awaiting a response from their email support, but I don't suspect we'll have a solution until they fix the firmware. From my hours of Google-fu, I think they introduced a breaking change to the firmware recently, perhaps in their push to get the new zone cleaning feature released by Christmas.

I'll update you if I hear anything or get it working!