-
Notifications
You must be signed in to change notification settings - Fork 3
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
irobot s9+ not starting to vacuum #5
Comments
The most important hurdle is taken... I know that it is not so simple to get it installed unless you know the techniques behind... I tried to describe as much as possible and seems it is fruitful. For your specific topic... When you click on the "run" device while it it is off, it should start cleaning with the following logic:
I suppose that your device is not in the "charging" state and has probably another state when he is on his docking... Therefore the plugin triggers "dock" and for the S9+ it means emptying the vacuum cleaner also. What I suggest is that you let me know already the state that is mentioned when the cleaner is on its docking (before you click the "run" device). With this I can give you an update so that you can make a test... Filip |
Hi,Filipdem I tested today but I noticed some things.
|
This confirms my idea that the state is not correct... If it is red, it means that the state is not updated... You must be sure that the mqtt is properly working.
|
simpel and short answer: and with sudo i get: |
You have to install it then of course. This is basic mqtt. |
i have done that... like it is in the description? |
pi@raspberrypi:~ $ sudo pip3 install paho-mqtt |
Place your local configuration in /etc/mosquitto/conf.d/A full description of the configuration file is at/usr/share/doc/mosquitto/examples/mosquitto.conf.gzpid_file /run/mosquitto/mosquitto.pid persistence false log_dest none include_dir /etc/mosquitto/conf.d i think here it goes wrong. |
sudo... |
i see this not good i think is it? pi@raspberrypi:~ $ /etc/mosquitto/mosquitto.conf can you give me an example of how is should look like.? |
This is not an executable, but a configuration file... You cannot execute it. |
like i told. dont know how it all works.. just follow instructions and then it kinda stops and i do not have a linux background or so.. can you point me in any direction... google is red hot now but im getting lost in all this linux talk i found out that i needed also to install clients so i used apt-get install mosquitto-clients/# but now when using mosquitto_sub -v -t /roomba/feedback/# |
hi,
i followed you guide step by step by step.
and i am really bad with linux..
but i got it working at least the connection.
my device shows up in domoticz but when i hit start the vacuum bin starts to vacuum the irobot.
so it isnt starting to clean my room but it starts to empty it.
then i get lost how to fix this.
can you or somebody else help me out on this?
The text was updated successfully, but these errors were encountered: