Git Product home page Git Product logo

Comments (8)

peluho avatar peluho commented on August 12, 2024

Not sure if it is related, but since the latest update maybe before. For instance the Full Clean button stopped responding as well. I only can use the selective cleaning. I wonder what may happend, it was working perfectly.

thank you for your support.

Core 2024.4.3
Supervisor 2024.04.0
Frontend 20240404.2

I found also this error in the log

Logger: roombapy.remote_client
Source: /usr/local/lib/python3.12/site-packages/roombapy/remote_client.py:95
First occurred: 4:37:22 PM (150 occurrences)
Last logged: 5:38:09 PM

Can't connect to 192.168.3.28
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/roombapy/remote_client.py", line 93, in connect
self._open_mqtt_connection()
File "/usr/local/lib/python3.12/site-packages/roombapy/remote_client.py", line 117, in _open_mqtt_connection
self.mqtt_client.connect(self.address, self.port)
File "/usr/local/lib/python3.12/site-packages/paho/mqtt/client.py", line 914, in connect
return self.reconnect()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/paho/mqtt/client.py", line 1044, in reconnect
sock = self._create_socket_connection()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection
return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 852, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.12/socket.py", line 837, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

from ha-rest980-roomba.

whinis avatar whinis commented on August 12, 2024

For me its neither full clean nor dock. Right now I have resorted to an automation that calls the appropriate rest command. My understanding is the selective clean does the same.

from ha-rest980-roomba.

peluho avatar peluho commented on August 12, 2024

@whinis Can you explain me a bit further how did you manage to sort it out with an automation? Not sure right now to be honest how to tackle this :(

from ha-rest980-roomba.

whinis avatar whinis commented on August 12, 2024
- service: rest_command.vacuum_action
    data_template:
      command: >
        {% set state = states('sensor.vacuum') %} {% if state== 'Ready' %} {%
        set command = 'start' %} {%else %} {% set command = 'stop' %} {% endif
        %}  {{command}}```

from ha-rest980-roomba.

whinis avatar whinis commented on August 12, 2024

sorry, it didn't finish the command cause it was on the same level. Basically a rest command like this in the automation that a button triggers
Based on the robot attributes you can have the buttons do different things

from ha-rest980-roomba.

jeremywillans avatar jeremywillans commented on August 12, 2024

Sorry for the delay - I have fixed this in the HA frontend card

from ha-rest980-roomba.

whinis avatar whinis commented on August 12, 2024

confirmed that this works again

from ha-rest980-roomba.

peluho avatar peluho commented on August 12, 2024

Thank you @jeremywillans !

from ha-rest980-roomba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.