-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when creating docker (Step 4) #43
Comments
The official repo does have have an ARM Image (compatible with RPi) - have a look at this thread where a community member provides a working image |
Ok, but I'm not sure what command I should be running. Is it the same as the one you listed but ... Because when I do that I get:
|
once you have the image online, step 5 is what you follow to get the room details from the ip address of the docker host running the rest980 container (on the port you specified, being 3000 unless changed) |
if your use MQTT for Z2M then you should be set ready to go. ok so if you have all the room ids, then move onto step 6 in which you do need to get your handy dirty with code and update the relevant secrets, input_booleans and input_texts to match what you have configured. based on the above, im not sure if you have used packages yet to bring your vacuum.yaml file into the HA config. if you check the developer tab, do you see a sensor.rest980 ? |
I'd like to start over from scratch, but I'm not sure how to remove the original docker. I'm also still not sure how to build the armv7 on my Pi. Nothing seemed to work. |
So, I just ran a
Does this mean I have the 64-bit OS? Shouldn't the regular repo work, then? |
It completely locked up my Pi and none of my devices were working. Had to shut down and restart. |
When you install the image, it need down actually build the image file so it could actually take a while spending on how much other stuff is running on the box. iirc you have the j7 - so make sure you use that particular image variant |
Alright, I got rid of everything I don't use anymore and stopped all addons I don't actively use every day. Let's see what happens. |
Do you have a Discord? |
It just won't build on my Pi. Every time I try and install it completely locks it up. Gonna have to wait until I get better hardware. I'm either going to repurpose a NUC, MacBook Pro, or Mac Mini for my new setup. |
I'm up and running with newer hardware and no problems installing the addons. One question. Does vacuum.yaml belong in /config or /config/vacuum? EDIT: More than one question. I followed the instructions again and still get "entity not found" errors. |
vacuum.yaml should go in /config/packages/ however you need to enable the packages feature in your main config file.
|
Glad its working! Yeah maps aren't working until the robot is able to publish the positional data again. |
Ok, will check for updates periodically. Now, when initially setting up I got all my RIDs by doing a couple of groups of rooms and writing down the order. One thing I noticed is that you can’t select the order for the robot to vacuum from the Lovelace UI. You just select the rooms and it will do them in whatever order it wants to. Is that accurate? Did I miss something in the config that would let me select the room order for a new clean job? |
it will order then based on the order you enable the booleans check out this item 👍 |
Tried that. No matter what room I select first it tries to do my office first, then gives a navigation error and says the map is incorrect. I’ll redo the RIDs to make sure they’re accurate. |
Hmm, I haven’t tested this on the j7, but it should work the same. Can you confirm when you enable the booleans the order in the clean_rooms input text is correct? Can you schedule a clean from the iRobot app and copy the api response for the lastCommand section? Just want to compare against the what I see from the i7 |
Here's the result of the API from the last cleaning job I did, which was last night. Only did 3 rooms.
|
Just tried it again. Definitely did not choose my office, but it started there anyway. And now I have to reboot it for some reason as the iRobot app can't connect. |
I'm still having the issue of selective room cleaning not being correct. It always starts with the room the dock is in. |
discussing 1:1 |
I'm following the instructions and get this error when trying to run the docker commands:
docker run --name rest980 -e BLID=***************************** -e PASSWORD=************************** -e ROBOT_IP=192.168.1.126 -e FIRMWARE_VERSION=2 -p 3000:3000 koalazak/rest980:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:228: exec user process caused: exec format error
Running on a Raspberry Pi 3
The text was updated successfully, but these errors were encountered: